Debugging Pro*C code
807578Mar 10 2006 — edited Jul 10 2006I have no problem debugging Pro*C executable. But when I a navigate through the debugger (in editor), it goes by the preprocessed C++ file. Is there any setting we can use to make the debugger use .pc file rather than the preprocessed cc file ?
In my previous project, it was the case (though it is C based system not C++). Is that a restriction on compiler ? or any compile time flags ?