NetBeans 5.5 debugging, can't see values of local variables



When I debug I can't see values of local variables, There is a message
though "Variable information is not available, source compiled without
-g options" But in the properties of the project
Build\Compiling\Additional Compiler Options I entered -g. What do I do
wrong? How to make debugger see local variables?

.



Relevant Pages

  • Re: Trying to debug a VB6 Interop object called by a C# ASP.NET app.
    ... > calls that Interop object I expect the VB 6 IDE to hit the break point and so ... I haven't tried to do it with a .NET client, but had to debug VB code ... VS.NET debugger should be attached in Native ... Local variables can be seen in Locals window (usually there are also various ...
    (microsoft.public.vsnet.debugging)
  • Re: Debug vs Release...Some questions...Please Help...
    ... >This may be a basic question but can someone describe the differences ... The difference is that in the debug build, local variables ... If you have explicit initialization clauses, ...
    (microsoft.public.vc.mfc)
  • Re: How to set a watch for Object.Procedure.LocalVar ?
    ... the Local Variables window. ... This displays the Debug Inspector for that local variable. ... The local variables are not showing up in the window. ... I guess it's useless after all ?!? ...
    (alt.comp.lang.borland-delphi)
  • Re: How to set a watch for Object.Procedure.LocalVar ?
    ... Use the call stack window. ... Click on the function to view local variables for. ... Trying to debug thousands of possible loss of data situations via runtime is ... I guess it's useless after all ?!? ...
    (alt.comp.lang.borland-delphi)
  • Re: viewing local variables while debugging
    ... you can't see the local variables (or so it seems i haven't tested ... In eclipse, when you can not view the local variables in the debug ... Sounds like you are compiling without the debug information. ...
    (comp.lang.java.programmer)