|
-
March 28th, 2005, 05:20 AM
#1
Question mark in Debug point
Hi guys
Debug point in my code shows a question mark and execution does not halt where expected. I have looked for solutions in various places, but no luck yet.
Here are some of the settings in my environment.
Solution Configuration = set to "Debug"
Generate Debugging Information = True
Enable Unmanaged Debugging = False (tried with True too)
Any help would be highly appreciated.
Regards
Suhaib
(I have asked this very question in the .Net Framework forum too. Sorry if this is not acceptable)
-
March 28th, 2005, 06:01 AM
#2
Re: Question mark in Debug point
 Originally Posted by suhaib
(I have asked this very question in the .Net Framework forum too. Sorry if this is not acceptable)
Unfortunately, this cross-posting is against the rules of the Acceptable Use Policy. Thus, I have removed the second post. Please choose always the forum that is appropriate for the corrersponding question.
Thank you very much. Have fun with the forums.
-
March 28th, 2005, 07:11 AM
#3
Re: Question mark in Debug point
which version of Studio are you using?
If you think you CAN, you can, If you think you CAN'T, you are probably right.
Have some nice Idea to share? Write an Article Online or Email to us and You may WIN a Technical Book from CG.
-
March 28th, 2005, 11:31 AM
#4
Re: Question mark in Debug point
The question mark means the debug point is not going to be activated during the current execution.
This is most likely because Visual Studio is out of sync with your DLL/assembly.
If rebuilding the solution does not work, try deleting all the bin directories in your solution. This is safe to do because it does not affect your source code.
Last edited by Norfy; March 28th, 2005 at 11:33 AM.
Useful? Then click on (Rate This Post) at the top of this post.
-
March 29th, 2005, 05:15 AM
#5
Re: Question mark in Debug point
Norfy,
sometimes in project configuration - Debug options - "Optimize code" Flag disables debugging process.
in VS2K5 - there is a new debugging option called - Just My Code which simply disables debugging the native code.
If you think you CAN, you can, If you think you CAN'T, you are probably right.
Have some nice Idea to share? Write an Article Online or Email to us and You may WIN a Technical Book from CG.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|