Setting Debugger Mode
-
Hello, I didn't see a forum specific for Visual C# so I am asking this question here. I am getting the following error when compiling: "The following module was built either with optimizations enabled or without debug information: myfile To debug this module, change its project build configuration to Debug mode..." I am using Visual C# 2005 Express and when I compare the build options tab under the project's properties to the options presented in the link below http://msdn2.microsoft.com/en-us/library/027febhz(VS.80).aspx[^] The build tab in Express doesn't have the "Configuration" list mentioned in the above link. Can someone point me in the right direction to configuring the build process in Express to allow "Debug Mode"? Thanks in advance, Eric
-
Hello, I didn't see a forum specific for Visual C# so I am asking this question here. I am getting the following error when compiling: "The following module was built either with optimizations enabled or without debug information: myfile To debug this module, change its project build configuration to Debug mode..." I am using Visual C# 2005 Express and when I compare the build options tab under the project's properties to the options presented in the link below http://msdn2.microsoft.com/en-us/library/027febhz(VS.80).aspx[^] The build tab in Express doesn't have the "Configuration" list mentioned in the above link. Can someone point me in the right direction to configuring the build process in Express to allow "Debug Mode"? Thanks in advance, Eric
Beringer wrote:
I didn't see a forum specific for Visual C# so I am asking this question here.
:confused: This is the C# forum.
Beringer wrote:
The build tab in Express doesn't have the "Configuration" list mentioned in the above link.
Is there not a drop down on the menu bar with Debug and Release options in them? (and possibly others if you set them up, but that's doubtful if you are asking this question). Change the value of that drop down so it says Debug. Then rebuild your solution. I don't have C# Express in front of me so I can't see exactly where things are (it might be moved from other Visual Studio editions)
Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos
-
Beringer wrote:
I didn't see a forum specific for Visual C# so I am asking this question here.
:confused: This is the C# forum.
Beringer wrote:
The build tab in Express doesn't have the "Configuration" list mentioned in the above link.
Is there not a drop down on the menu bar with Debug and Release options in them? (and possibly others if you set them up, but that's doubtful if you are asking this question). Change the value of that drop down so it says Debug. Then rebuild your solution. I don't have C# Express in front of me so I can't see exactly where things are (it might be moved from other Visual Studio editions)
Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos
Thanks for the response. I suppose I should have said no forum for the Visual C# IDE :). I have two drop down's on the menu bar with the following tool tip text: "Solution Configurations" and "Solution Platforms". The Configurations one seems like the right one but I can't findout. Both drop down's are disabled and I can't find out how to enable them. I should also add that this "Debug" issue only occurs in a project I imported into my solution and didn't write from the begining. All the other projects in my solution seem to generate debug code because when I use those modules I can actually use the debuger with them and I don't get he warning mentioned earlier. Thanks in advance.
-
Thanks for the response. I suppose I should have said no forum for the Visual C# IDE :). I have two drop down's on the menu bar with the following tool tip text: "Solution Configurations" and "Solution Platforms". The Configurations one seems like the right one but I can't findout. Both drop down's are disabled and I can't find out how to enable them. I should also add that this "Debug" issue only occurs in a project I imported into my solution and didn't write from the begining. All the other projects in my solution seem to generate debug code because when I use those modules I can actually use the debuger with them and I don't get he warning mentioned earlier. Thanks in advance.
As far as I know, that's a normal message when you debug a solution that's referencing and using a library which has no debug information. I always get it on my solutions when I reference a 'release' built library. It just means that you don't get access to debugging information when the code for that library is executed. All the other debugging information should be displayed as normal. Best regards! -Larantz-
for those about to code, we salute you
http://www.tellus-software.com