txiki.js icon indicating copy to clipboard operation
txiki.js copied to clipboard

Upstream qjs debugger clean

Open johnrobinsn opened this issue 3 years ago • 3 comments

Integrated quickjs debugger support from https://github.com/koush/vscode-quickjs-debug

Adds the ability to debug javascript with Visual Studio Code (using a quickjs debugger extension).

QuickJS Debugger supports stepping, continue, breakpoints, evaluation, and variable access.

QuickJS Debugger support is not compiled in by default. Given tight integration within the quickjs opcode dispatcher and unsure of performance implications.

To enable support mkdir build; cd build; cmake .. -DCONFIG_QUICKJS_DEBUGGER=ON; make

johnrobinsn avatar Nov 14 '21 11:11 johnrobinsn

Did you intend to close this?

saghul avatar Nov 29 '21 22:11 saghul

Sorry.... Didn't seem like there was interest... Reopened.

johnrobinsn avatar Nov 30 '21 00:11 johnrobinsn

There is interest, sorry! What I don't have much of is time :-)

saghul avatar Feb 03 '22 10:02 saghul

@saghul Would you still be open to merge this one?

tritao avatar Oct 27 '23 23:10 tritao

It's still a huge change, but I don't see any movement in upstream QuickJS so yeah.

It does need a rebase though.

saghul avatar Oct 28 '23 04:10 saghul