Thursday, 26 August 2021

How can I start a REPL that can access local variables in node.js?

Just like from IPython import embed; embed() but for node.

I want to open a REPL shell programmatically and be able to at least read the local variables. Being able to change them as well is a plus.



from How can I start a REPL that can access local variables in node.js?

No comments:

Post a Comment