Remote Debugger Unavailable

I’m trying to debug my App with chrome inspector, but the simulator is not enabling the remove debugger and I see always this screen:

Even if I try to open debugger URL (http://localhost:19002/debugger-ui) in the browser I get this message:

Cannot GET /debugger-ui

Does anyone have any idea how to solve this?

my settings.json is:

{
  "hostType": "lan",
  "lanType": "ip",
  "dev": false,
  "minify": true,
  "urlRandomness": "4c-xxm"
}

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.