Debugger: function arguments

General questions regarding the usage of CodeLite
merlin3000
CodeLite Curious
Posts: 7
Joined: Sun Jul 13, 2008 3:43 am
Contact:

Debugger: function arguments

Post 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.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Debugger: function arguments

Post 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
Make sure you have read the HOW TO POST thread
merlin3000
CodeLite Curious
Posts: 7
Joined: Sun Jul 13, 2008 3:43 am
Contact:

Re: Debugger: function arguments

Post by merlin3000 »

Done.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Debugger: function arguments

Post by eranif »

This feature is now implemented in the SVN trunk (along with other improvements to the debugger)
Eran
Make sure you have read the HOW TO POST thread
Post Reply