|
Guest
|
Hi,
I am using C# (VS2005), I keep getting the error "Visual Studio Is Busy"
error, when i try to do a debug, stepping into a new thread. I use the
following code:
Thread t = new thread(UpdateScreen);
t.start();
I can set the break point at this line,
Thread t = new thread(UpdateScreen);
but when I step into the rountine: "UpdateScreen", it freeze it the
debugger, and gives me the error message "Microsoft Visual Studio is Busy"
thank you for any one who can help. |
|
|