Code::Blocks Forums

User forums => Help => Topic started by: kjliew on June 22, 2005, 07:34:03 pm

Title: Does backtrack work in CodeBlocks?
Post by: kjliew on June 22, 2005, 07:34:03 pm
I just downloaded and built the latest CVS version. I started looking into the backtrace feature of debugger plugin. It does not work. I don't remember if it worked on 1.0FinalBeta (or I even tried it...).

I traced the code into C::B parsing of GDB output, everything seems to be correct. the stack frame was valid and had all the available information. But when it was added to the wxListCtrl, nothing showed up. Wierd. So everytime I open backtrace dialog, all I get is a blank dialog box, nothing.....

Here's what my system configuration:
MinGW/GCC all components updated to latest candidates.
GCC 3.4.4
GDB 6.3
wxMSW242

Thanks.
Title: Does backtrack work in CodeBlocks?
Post by: mandrav on June 22, 2005, 08:12:39 pm
I noticed it and fixed it yesterday (here). Try updating again, as anonymous CVS lags a few hours behind ;)
The problem was that the list was cleared and its columns deleted too. Without columns, no way to display info  :oops:

Yiannis.
Title: Does backtrack work in CodeBlocks?
Post by: kjliew on June 24, 2005, 10:07:25 am
Thanks. I managed to fix my source with the hint you gave without going to CVS. I wish I knew wxWindows better, but I am definitely improving.