HaxeFoundation / HaxeFoundation/haxe
[js] Debugger stepping
Open
platform-javascript
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
When stepping on a "for" with JS debugger + source maps (-debug) you need to step next three times for every for loop, because 3 lines of JS are emit for the haxe "for" line. Emiting these three lines on the same JS line (when -debug ?only) would allow a better "native haxe" debugging experience.
Switches on enums might have similar issues.
Contributor guide
Assessment
This issue has not been assessed yet.