Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 99634

VS Code Debug won't find Simulator; Simulator Debug opens browser instead

$
0
0

VS Code launch.json: { "version": "0.2.0", "configurations": [ { "name": "Debug iOS", "cwd": "${workspaceFolder}", "type": "reactnative", "request": "launch", "platform": "ios" }, { "name": "Attach to packager", "cwd": "${workspaceFolder}", "type": "reactnative", "request": "attach" } ] } VS Code's "DEBUG AND RUN" choosing either Debug iOS or Attach to Packager won't do anything. When I go to Simulator "Debug", it opens a browser page http://localhost:8081/debugger-ui/ instead and I don't know how to step into breakpoints with that browser page.

How to use VS Code to debug my Simulator, please? enter image description here


Viewing all articles
Browse latest Browse all 99634

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>