Author Topic: Does backtrack work in CodeBlocks?  (Read 6809 times)

kjliew

  • Guest
Does backtrack work in CodeBlocks?
« 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.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Does backtrack work in CodeBlocks?
« Reply #1 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.
Be patient!
This bug will be fixed soon...

kjliew

  • Guest
Does backtrack work in CodeBlocks?
« Reply #2 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.