Hello, I followed the steps:
- I cloned https://github.com/koush/quickjs and ran
make qjs-debug
- Installed the
QuickJS Debugger extension from VS Code
- I opened the
quickjs repo in VS Code and, from the VS Code window, I did RUN AND DEBUG > Attach QuickJS
- Finally,
QUICKJS_DEBUG_ADDRESS=localhost:5555 ./qjs-debug test.js
I'm able to set the breakpoints in test.js, but if I keep pressing Step Over every once in a while it gets stuck. To get unstuck, I have to press Pause and then Step Over again.
Is that I known bug or am I doing anything wrong?
Thanks
Hello, I followed the steps:
make qjs-debugQuickJS Debuggerextension from VS Codequickjsrepo in VS Code and, from the VS Code window, I didRUN AND DEBUG>Attach QuickJSQUICKJS_DEBUG_ADDRESS=localhost:5555 ./qjs-debug test.jsI'm able to set the breakpoints in
test.js, but if I keep pressingStep Overevery once in a while it gets stuck. To get unstuck, I have to pressPauseand thenStep Overagain.Is that I known bug or am I doing anything wrong?
Thanks