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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disabling Remote Debugging?

Status
Not open for further replies.

LyMc

Programmer
Jun 3, 2003
84
0
0
US
I tried to set up a remote debugging session some time ago ( a couple of weeks); it failed, and I had to work the problem in another way. However, today, when I tried to start the debugger on a purely local project that I've successfully worked on just yesterday, it suddenly pops up a warning:

Unable to start debugging
The machine cannot be found on the network.

I presume it's related to the former remote debugging attempt, though that's not certain. How do I disable its attempts to access this "other machine" and pay attention to its own knitting?
 
Forgot to add: I'm using MSVS .net (2002), c++ compiler. No database, no MFC, no managed extensions - just straight code + SDK calls.
 
Managed to answer my own question *this* time.

The problem was that I was trying to debug while in Release Configuration. Duh.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top