PDA

View Full Version : debugging MSVC/C++ and LF95 together with one debugger?


gentelam
06-25-2004, 06:12 PM
Has any one has experience of debugging mixed language application specifically MSVC/VC++ and LF95? I was used to do this using CVF and MSVC/VC++. Both CVF and MSVC produce .pdb files which is required for Visual Studio. Currently LF95 produces .fwd files and MSVC produces .pdb files for debug information.

Is there a way to debug both? If there is then can you tell me how to do it?

Thanks
Madhav

tzeis
06-29-2004, 04:34 PM
Unfortunately, the debug information generated by LF95 is not compatible with the Visual Studio debugger, so the two parts of the mixed language app cannot be debugged together.