Sun Sudio C++: Local Variables and Watches Values Not Initialized in Debug
807575Dec 14 2007 — edited Dec 14 2007Hi All,
I am trying to debug my program (using dbx). I have put break points in various functions. However, I have the following problems:
- when the program runs to the break points, all arguments have in the functions shown in the callstack have values '???';
- NOTHING is shown in the 'Local Variables' windows;
- if I put the local variables in the 'Watches' window, the 'value' simply says <unset value>;
what am I doing wrong?
Thanks in advance