Debugging crashes

Hey guys, sorry I’m kinda light on details here. But whenever I try to run the corona debug through sublime 2, the app will keep crashing. I can attempt to recover, and sometimes it works, but I think it messes with my breakpoints and step throughs/overs.

In windows 8.1, 8 gigs of ram, amd fx 6300 6 core proc.

Hi aku8, what I like to do during the debugging process is to put " print(‘Step 1’) ", step 2, etc… between each line, or each block of code, to see which one is deficient.

I do that as well, but I was referring specifically to debug mode within the corona environment/sublime 2

Hi aku8, what I like to do during the debugging process is to put " print(‘Step 1’) ", step 2, etc… between each line, or each block of code, to see which one is deficient.

I do that as well, but I was referring specifically to debug mode within the corona environment/sublime 2