vshaxe / hashlink-debugger

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

Breakpoints are broken when allowEvalCalls = true #121

Closed Speedphoenix closed 1 year ago

Speedphoenix commented 1 year ago

When in a breakpoint, Step Over (F10) tends to skip many lines, and other breakpoints are often skipped as well. This apparently also triggers Access Violation errors.

Going manually in the adapter.js file and changing allowEvalCalls to false fixes this

ncannasse commented 1 year ago

Fixed with latest release (disabled by default). Will have to work more on that.