I have the project build to name/Debug/name.app/Contents/MacOS/name. How do I setup CodeLite to debug the application?
Thanks
Brian
How do you debug a wxWidget App on a Mac
-
- CodeLite Enthusiast
- Posts: 13
- Joined: Tue Dec 02, 2008 9:30 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: How do you debug a wxWidget App on a Mac
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
http://wxforum.shadonet.com
since codelite uses gdb, any solution that can be done using command line, can be applied to CodeLite.
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 43
- Joined: Fri Aug 22, 2008 1:32 am
- Contact:
Re: How do you debug a wxWidget App on a Mac
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
Project Settings > Debugger > Enter here any command that should be passed to the debugger on startup:
file /Debug/name.app/Contents/MacOS/name