otris/vscode-janus-debug

Step out does not work

Closed this issue · 2 comments

It seems, that the debugger simply continues to the end or the next breakpoint when I try step out. We do not get a stop event from the debugger, so it seems, this is a problem on server side.

Workaround:
Set a breakpoint outside the function you want to step out and press Continue