Comment on A Julia Interpreter and DebuggerparentComments−saagarjha7yHave you tried using a debugger as a "dynamic print statement"?−tombert7yYeah, and when I did node.js programming, the one time I ever got node-inspector working, I even would inject code in while paused on a breakpoint, which is undeniably useful.
Comments
Have you tried using a debugger as a "dynamic print statement"?
Yeah, and when I did node.js programming, the one time I ever got node-inspector working, I even would inject code in while paused on a breakpoint, which is undeniably useful.