Debugging: Break points are disabled.
Hi, I can successfully do Debugging in Chrome but from Visual Studio the Break points are in disable state. When I run VS Debug, the App is raised in Chrome by emrun but the Break Points are disabled.
here are my VS settings of Web Browser Debugger and Local Windows Debugger:
Web Browser Debugger:
Local Windows Debugger:
Please switch the debugger from "Web Browser Debugger" or "Local Windows Debugger" to "WebAssembly Debugger".
Still in disable. I had updated the VS Emscripten Packages.
Reproduced also on a new Project:
Step to reproduce:
1: Create a new Project:
2. Build the Project
3. Press on Debug and you will see an error:
Does "Debug Adapter Executable" point to a valid path? node.js and python installation (bundled version with emsdk is also ok) are required for WebAssembly Debugger to work.
Hi Nokokan I have same problem. Is any thing wrong with my settings?
Debug Adapter Executable D:\Work\emsdk\node\16.20.0_64bit\bin\node.exe Server Command Executable D:\Work\emsdk\python\3.9.2-nuget_64bit\python.exe
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
This issue has been automatically closed as stale because it has not had recent activity. Feel free to reopen this issue as you needed.