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.
Debugger: function arguments
-
- CodeLite Curious
- Posts: 7
- Joined: Sun Jul 13, 2008 3:43 am
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Debugger: function arguments
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
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
-
- CodeLite Curious
- Posts: 7
- Joined: Sun Jul 13, 2008 3:43 am
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Debugger: function arguments
This feature is now implemented in the SVN trunk (along with other improvements to the debugger)
Eran
Eran
Make sure you have read the HOW TO POST thread