Debugger?
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Debugger?
Part of what you are asking is a text editor question -- which no one can help you with.
Have you tried BBEdit or TextMate? They might work for you, but are a step down from Sublime Text. There are also some stand-alone XDebug front-ends that you might look into.
(#10850)
Re: Debugger?
That latter is really what I was asking about. MacGDBp is the only standalone client that I've seen, aside from running gdb from the command line. Editor integration is nice, but not essential. I just want something that's reasonably robust.
Re: Debugger?
I'd be interested to hear about them as well. There were none at least a couple of years ago, which even led me to start my own project.There are also some stand-alone XDebug front-ends that you might look into.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Debugger?
This one costs money:
http://codebugapp.com/support/documentation/
Here's another:
https://www.bluestatic.org/software/macgdbp/
http://codebugapp.com/support/documentation/
Here's another:
https://www.bluestatic.org/software/macgdbp/
(#10850)
Re: Debugger?
And is there anything that runs on non-macs?
Re: Debugger?
The second one is the one I've found to crash on me quite frequently. Unfortunate, because it's otherwise quite good. I'll take a look at Codebug. Thanks, Christopher.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Debugger?
None that I know of. MacGDBp uses Cocoa. Perhaps you could use GnuStep (http://www.gnustep.org/) to port it to Linux?Weirdan wrote:And is there anything that runs on non-macs?
(#10850)
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Debugger?
Perhaps a certain talented Canadian programmer could fix a few of those bugs ... hint, hint.Celauran wrote:The second one is the one I've found to crash on me quite frequently.
(#10850)