15 мая 2023 года "Исходники.РУ" отмечают своё 23-летие!
Поздравляем всех причастных и неравнодушных с этим событием!
И огромное спасибо всем, кто был и остаётся с нами все эти годы!

Главная Форум Журнал Wiki DRKB Discuz!ML Помощь проекту


Tracing through MFC source

Shilpa Vyapari -- shini@highway.or.jp
Tuesday, February 25, 1997

Environment: VC++ 4.0, Windows 95

Hello,

I shifted my VC++ Standard Edition project from one machine to another
machine with Professional Edition. Previously I could trace into MFC
source while debugging. But now I cannot even set breakpoint in MFC
source code. While copying the project, I didn't copy NCB file. Another
project on this second machine, can step through MFC source. What can be
the reason?

Thanks in advance.

- Shilpa

---------------------------------
Shilpa Vyapari
Phone/Fax : 81 (0)3-3745-0040
mailto:shini@highway.or.jp
---------------------------------



Paul B -- Paul.B.Folbrecht@JCI.Com
Wednesday, February 26, 1997


     
In order to step into source code for a .lib or .dll, the debugger must be able 
to find the associated .pdb file, and it must be the .pdb that was built in the 
same build that produced the library itself.  I'm not sure what could have 
caused a mismatch or missing .pdb, but I think that's probably it.

-Paul Folbrecht
Compuware Corp.


______________________________ Reply Separator _________________________________
Subject: Tracing through MFC source
Author:  shini@highway.or.jp at Mailhub
Date:    2/25/97 3:21 PM


Environment: VC++ 4.0, Windows 95
     
Hello,
     
I shifted my VC++ Standard Edition project from one machine to another 
machine with Professional Edition. Previously I could trace into MFC 
source while debugging. But now I cannot even set breakpoint in MFC 
source code. While copying the project, I didn't copy NCB file. Another 
project on this second machine, can step through MFC source. What can be 
the reason?
     
Thanks in advance.
     
- Shilpa
     
---------------------------------
Shilpa Vyapari
Phone/Fax : 81 (0)3-3745-0040
mailto:shini@highway.or.jp
---------------------------------




Become an MFC-L member | Вернуться в корень Архива |