Page 1 of 1

How do you debug a wxWidget App on a Mac

Posted: Wed Jan 07, 2009 1:39 am
by zarnce
I have the project build to name/Debug/name.app/Contents/MacOS/name. How do I setup CodeLite to debug the application?

Thanks
Brian

Re: How do you debug a wxWidget App on a Mac

Posted: Wed Jan 07, 2009 11:25 am
by eranif
I for my self, havnt tried debugging wx on Mac, you will need to wait for someone else to reply on this one, or just post your question here:
http://wxforum.shadonet.com

since codelite uses gdb, any solution that can be done using command line, can be applied to CodeLite.

Eran

Re: How do you debug a wxWidget App on a Mac

Posted: Wed Jan 28, 2009 2:16 am
by Roey
You can try this:

Project Settings > Debugger > Enter here any command that should be passed to the debugger on startup:

file /Debug/name.app/Contents/MacOS/name