vscode-realtime-debugging
vscode-realtime-debugging copied to clipboard
Explore the idea of an extension that improves Logpoint UX
Also, I would like to have a command to set a logpoint that stores a local variable to global, so that you can later access the object in the debug console.
I think it would be cool if comments could set logpoints:
const x = new Obj(); // @log-ref
const y = 1 + 2; // @log: y
Since source maps are line based, the comment does not change anything. It could cause a recompile though.