Overview
Currently, you are unable to debug Platforms via right-click inspect on macOS.
Solution
Add the --remote-debugging-port=<port>
to your runtime arguments in your application manifest. This could look something like below in your application manifest:
"runtime": {
"arguments": "--v=1 --remote-debugging-port=9222",
"version": "canary"
},
(Then navigate to "http://localhost:9222/" on your chrome browser after launching your application)
Comments
0 comments
Please sign in to leave a comment.