Can't see 'Local Variables' while debugging in Sun Studio 11

I am debugging a C/C++ application built with Sun Studio 11 running on Solaris 10. I load the application as always, set a breakpoint and run. The debugger stops at the assigned breakpoint as expected.

The issue is that at this point there are no local variables displayed in the local variables pane.

I have tried restarting SS11, rebuilding, etc...

This is the first time I have seen this happen.

Does anyone else have an idea what is wrong?

[474 byte] By [GEAR_Software] at [2007-11-26 8:29:48]
# 1

Does adding a particular variable to Watch view help? (it can be done by typing "[b]display <variable>[/b]" in dbx command line).

You can also try erasing (or better moving to a temporary location) all Sun Studio settings like this:

[code]mv -f ~/.sunstudio /tmp[/code]

and start debugging session again.

MaximKartashev at 2007-7-6 21:49:13 > top of Java-index,Development Tools,Solaris and Linux Development Tools...