Finding a Way through Code

Hi,

I don't know why I didn't think of it before, but to find my way though my code while debugging it, I put a blank (sometimes not) text box near areas of interest. Then, all I needed to do was go through the error list to get to another part of the code. It didn't seem to hurt compiling or performance bit.

3 Likes