vscode-realtime-debugging icon indicating copy to clipboard operation
vscode-realtime-debugging copied to clipboard

Explore the idea of an extension that improves Logpoint UX

Open hediet opened this issue 5 years ago • 0 comments

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.

hediet avatar May 26 '20 11:05 hediet