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
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