Reputation: 6136
Yesterday all was fine now this morning ...Wherever I set a breakpoint, my debugger will hang with a message:
"Waiting until last debugger command completes".
I thought upgrading to latest version would fix it but did not make a differen
I tried with:
UPDATE:
Ok now this is odd, I see its only hanging in one Class file, it figures its the class I really need to step through....if I just run the app it seems to execute fine through that same class...why would this be?
Upvotes: 1
Views: 738
Reputation: 36
I believe it's because the class that you are trying to set your break point in, will not allow you to do that because it's blocking the thread.
Upvotes: 1