Debugging with breakpoint in any place

2015-04-20 00:04:49 - No Comments

Was debugging some code the other day and had some annoyance. I had to set a breakpoint in my code and then try to figure out where a problem happened by going into methods, and jump multiple steps before actually reaching the code I wanted to test. In this case the code to debug was […]

Read more →