vshaxe / hashlink-debugger

Visual Studio Code Debugger for Haxe/HashLink applications
https://hashlink.haxe.org/
MIT License
57 stars 23 forks source link

Inline + step out #88

Closed ncannasse closed 2 years ago

ncannasse commented 4 years ago

When doing F10 we should skip inlined code When doing F11 when in inline code, we should step back to the "current code". Inline code is code that is not in same file, or has line number range outside of current function begin/end opcodes.

ncannasse commented 4 years ago

Uhm... this should not happen as inline code should be reported using current file/line. Will look into what's going on when it happens again.