Author Topic: Code::Blocks on OS X Mavericks with LLDB debugger  (Read 6325 times)

sakthi

  • Guest
Code::Blocks on OS X Mavericks with LLDB debugger
« on: February 10, 2014, 12:51:26 am »
Hi,

I am having trouble configuring LLDB debugger with Code::Blocks on Mac OS X Mavericks. I was wondering if it is possible and if there are any steps that I could follow to set it up.

Thanks,
Sakthi

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Code::Blocks on OS X Mavericks with LLDB debugger
« Reply #1 on: February 10, 2014, 02:20:22 am »
Hi, currently our debugger plugin does not support LLDB debugger, but I think you can still use GDB under OSX. In-fact, we don't have a C::B developers who works mainly under OSX, so you can guess that OSX support of C::B is delayed.

Any way, we hope some one to help us, so patches are always welcome!  :)
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.