microsoft/ChakraCore-Debugger

Implement `DebuggerImpl::continueToLocation`

kfarnung opened this issue · 1 comments

This can be implemented completely in this library by setting a breakpoint and removing it once it's hit.

I don't know what is expected from this task. I can see Run to cursor works in VSCode with the current the CC-Debugger companion based sample app.