It would be really helpful if you could add an option to pause the current debug session when clicking on the "Draw" button. After the memory dump completes, the session should resume the execution.
A function breakpoint might be a better option so that the user can ensure the image is ready to be rendered before execution is just arbitrarily paused.
FYI My use case for your extension is to render LCD screen in VS code while debugging.
Another cool feature would be an auto refresh to render every n milliseconds (using the breakpoint feature).
Awesome extension though! I couldn't find anything else that will do this for C/C++, so thanks for making this!
It would be really helpful if you could add an option to pause the current debug session when clicking on the "Draw" button. After the memory dump completes, the session should resume the execution.
A function breakpoint might be a better option so that the user can ensure the image is ready to be rendered before execution is just arbitrarily paused.
FYI My use case for your extension is to render LCD screen in VS code while debugging.
Another cool feature would be an auto refresh to render every n milliseconds (using the breakpoint feature).
Awesome extension though! I couldn't find anything else that will do this for C/C++, so thanks for making this!