Page 1 of 1

Debugger: function arguments

Posted: Sun Jul 13, 2008 3:50 am
by merlin3000
First of all great job one doing CodeLite I've only tested it a bit but it's great.

When I debug, the function arguments don't appear int the debugger window. How can I see their value while debugging? Using MingW and GDB.

Re: Debugger: function arguments

Posted: Sun Jul 13, 2008 12:58 pm
by eranif
I am guessing that you are referring to the 'Locals' tree view tab.

Please submit it as a feature request, here:

https://sourceforge.net/tracker/?atid=9 ... unc=browse

Eran

Re: Debugger: function arguments

Posted: Mon Jul 14, 2008 2:12 am
by merlin3000
Done.

Re: Debugger: function arguments

Posted: Tue Jul 15, 2008 3:20 pm
by eranif
This feature is now implemented in the SVN trunk (along with other improvements to the debugger)
Eran