Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong stepOver/stepInto behaviour in case of for loops #15

Open
nulld opened this issue Nov 9, 2018 · 0 comments
Open

wrong stepOver/stepInto behaviour in case of for loops #15

nulld opened this issue Nov 9, 2018 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@nulld
Copy link
Member

nulld commented Nov 9, 2018

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 nulld self-assigned this Nov 9, 2018
@Gama11 Gama11 added the bug Something isn't working label Feb 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants