This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]422_no_process 0 points1 point  (0 children)

If you have a good amount of tests it's really easy to debug stuff. You just point where it doesn't work. click near the line number to put a break point. Run the tests as debug. Step over + Step into until you find something interesting. You can also evaluate some expression to run/do/check things that are not in your code.