Closed ncannasse closed 2 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.
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.
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.