Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stopping the debugger crashes the IDE

Status
Not open for further replies.

Maim

Programmer
Joined
Jun 25, 1999
Messages
106
Location
CA
Hi,

I'm running this fairly large web project (aspx/c#) on VS2003. The issue I'm having is when I debug and attempt to stop debugging, two things can happen...
1. The IDE disappears as if I clicked on the X instead of just the "stop debugging" button.
2. When the IDE doesn't disappear (after attempting to stop the debugger), it seems to lock up and I need to kill it from task manager.

Any clue as to why the IDE behaves like this?


-----------------------------------
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rich Cook
 
if you just close the explorer window - doesn't that stop the debugging?
 
Yup, and it also makes the IDE disappear or lockup on occasion. Wierd hunh?

Also, source control is enabled with VSS, maybe this has something to do with it? There isn't anything in the event viewer for this either.



-----------------------------------
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rich Cook
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top