I assumed garbage collection would run after you stopped your code, but for your code to keep executing after you hit stop just doesnt make sense.
Are you sure your stopping where you think your stopping? Place a break point near the start of execution and step through your code to make sure you are where you think you are.
|