hxcpp-debugger
hxcpp-debugger copied to clipboard
wrong stepOver/stepInto behaviour in case of for loops
debugger doesn't fall into for loop, using stepOver command, but surprisingly stepInto works.
for (step in 0...steps.length)
{
if (steps[step] != updatedSteps[step])