Hi there,
I've been using CodeLite for a couple of months now and really like it. Yesterday I upgraded to version 2.10.0.4778, and today I am trying to debug and have run into an issue.
The green arrow that shows you which line you are tracing from in the current file has disappeared in the newer version. The line number can be revealed by looking at the stack trace, but it is very time consuming trying to work that way. Also, it no longer automatically changes the file if a function call is made whose function resides in a different file and you are tracing into the function (this can be extremely time consuming finding and opening the file that the function is in).
I'm hoping that there is a work-around, or maybe I can downgrade, but I don't have the time to try to debug with it the way it is in the new version.
Any help would be greatly appreciated (we are embedded).
Best Regards,
Don McFarland - Honeywell
v2.10.0.4778 Debug Issue
-
- CodeLite Curious
- Posts: 2
- Joined: Thu Jan 20, 2011 7:18 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
-
- CodeLite Curious
- Posts: 2
- Joined: Thu Jan 20, 2011 7:18 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: v2.10.0.4778 Debug Issue
Just a note: I reverted to the previous version - 2.9.0.4684 and all is well
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: v2.10.0.4778 Debug Issue
This is strange since there were no changes made to the debugger between those versions..
Eran
Eran
Make sure you have read the HOW TO POST thread