When I run my multi threaded(2 threads), it works fine, but when I go in debug mode to step thru the code, i get message "Thread was being stopped." It stops in this part of the code:

obj = new Class1(...);

after I try to step thru this line, it gives me the message. Any ideas?