cannot step into MFC code

  • Thread starter Thread starter Janiv Ratson
  • Start date Start date
J

Janiv Ratson

Hi,
Some how I cannot step into MFC code, it used to worked till last week.
What is the reason? What is the solution ?

10x,
J.
 
Visual Studio maintains a list of locations to look for library source files
when you are debuging.

If this information gets corrupted or you press cancel to one of the dialogs
asking where source code is, you won't be able to step into MFC code.

You can view/edit the locations by right clicking on your solution,
selecting properties and then "Debug Source Files". I think either
deleteing all the entries here or setting them to the correct values should
do the trick.

Feature Request: For the next version of Visual Studio, could these default
to the right place (possibly by using the keyword expansion that paths in
project files use)?

Jonathan
 
Thanks Jonathan, I tried this solution, it doesn't work ....
There is a problem with my solution I guess, cause in other solution I can
step into MFC code, the problem is with my specific solution.
I deleted and reinserted the MFC files to the "Debug Source Files" and I
also deleted all the files from the the "Do not look for these source files"
list control.
Still, I have that problem.
Any further help ?

10x,
Janiv.
 
Format C:

no more bugs


Janiv Ratson said:
Thanks Jonathan, I tried this solution, it doesn't work ....
There is a problem with my solution I guess, cause in other solution I can
step into MFC code, the problem is with my specific solution.
I deleted and reinserted the MFC files to the "Debug Source Files" and I
also deleted all the files from the the "Do not look for these source files"
list control.
Still, I have that problem.
Any further help ?

10x,
Janiv.
 
Back
Top