hakk icon indicating copy to clipboard operation
hakk copied to clipboard

debugger support

Open arthuredelstein opened this issue 3 years ago • 2 comments

It would be good to be able to set breakpoints, step through code, inspect and watch local variables, either from the REPL or from an IDE/Editor.

See:

  • https://github.com/GoogleChromeLabs/ndb
  • https://chromedevtools.github.io/devtools-protocol/

arthuredelstein avatar Dec 23 '22 00:12 arthuredelstein

VSCode already has an excellent Node debugger built-in, where you can set breakpoints, run your code, inspect vars, step-through lines of code, etc. Although I only just learnt it was there.

There's a full walkthrough tutorial at https://learn.microsoft.com/en-us/training/modules/debug-nodejs/

I wonder if hakk can tie into that somehow?

SimonEast avatar Apr 15 '24 13:04 SimonEast

Yes! I would love to get that to work.

arthuredelstein avatar Apr 15 '24 14:04 arthuredelstein