hxcpp-debugger icon indicating copy to clipboard operation
hxcpp-debugger copied to clipboard

wrong stepOver/stepInto behaviour in case of for loops

Open nulld opened this issue 6 years ago • 0 comments

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

nulld avatar Nov 09 '18 09:11 nulld