[.net] Visual Studio IDE question

Started by
1 comment, last by Fidde A 19 years, 4 months ago
Ok, this is driving me nuts, coming from a non-IDE environment. I'm using Visual Studio .NET 2003. Once upon a time, I selected a certain executable for use with debugging sessions (it's a debugging app for Nokia/Symbian phones). Now I need to switch that debugging executable file to another one (still the same "solution"), but the bloody IDE doesn't ask me to specify the path to the executable anymore. It just goes on with the old one. Where the hell do I reset this? Can't find any checkboxes in the properties.
Advertisement
If I understand your question correctly, you should be able to set the executable being run by going to Project Properties/Debugging and setting the Command setting to be the full path of the executable you want.
Thank you, mr SiCrane. Problem solved.

Hehe, I named my project "Web" so under the project menu it just said "Web Properties". Who wants web properties when fiddling with the debugger!

This topic is closed to new replies.

Advertisement