vshaxe / hashlink-debugger

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

Linux step broken when leaving a function #131

Closed yuxiaomao closed 4 months ago

yuxiaomao commented 6 months ago

When I test the new version of extension on Linux, breakpoint are set correctly and stepping works - until it reach end of a function. Then continue/step will works as if there are many breakpoints, and we often needs multiples step to proceed one line.

I'll look into it when I have time.