News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Does backtrack work in CodeBlocks?

Started by kjliew, June 22, 2005, 07:34:03 PM

Previous topic - Next topic

kjliew

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.

mandrav

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.
Be patient!
This bug will be fixed soon...

kjliew

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.