News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Code::Blocks on OS X Mavericks with LLDB debugger

Started by sakthi, February 10, 2014, 12:51:26 AM

Previous topic - Next topic

sakthi

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

ollydbg

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.