Hello,
I have installed vs.net 2003 on a w2k box for testing purposes. I have
setup breakpoints but when I run the app in debug mode the app never stops
and the breakpoints. Any ideas? Thanks in advance.
Jake
Nick - 29 Mar 2004 12:51 GMT
Hi Jake
I found the following information here on the Internet, you may find it interesting to know how it was resolved
He had his Debug Information set to None in the Project Settings. Changing to Program Database got his breakpoints working. Advised not to install both VC6 and VC5 on the same machine, as that appears to have been a factor in changes
to his project settings
Best Regard
/Nick
Robert Schoen (MSFT) - 22 Apr 2004 20:04 GMT
Hmm...Make sure your configuration is set to "Debug" and not "Release".
To check:
Right Click (context menu) on the solution node in the Solution Explorer
and select Properties
On the Property Pages for the solution, there is a Configuration node in
the left tree view...select it. Verify that the configuration for your
project is set to Debug.
Hope this helps.
Robert S (MSFT Visual Basic QA)
--------------------------------------------------------------------
This reply is provided AS IS, without warranty (express or implied).