MoDs Posted August 7, 2007 Share Posted August 7, 2007 I've been using OllyDbg for years now on Windows, and I must say it's indeed the best out there for the windows environment. Is there a debugger out there for Mac that is similar to OllyDbg in functionality? Of course PPC & Intel binaries should both be supported. Thanks in advance. Link to comment https://www.insanelymac.com/forum/topic/59253-best-debugger-in-mac-os-x/ Share on other sites More sharing options...
antst Posted August 7, 2007 Share Posted August 7, 2007 I've been using OllyDbg for years now on Windows, and I must say it's indeed the best out there for the windows environment. Is there a debugger out there for Mac that is similar to OllyDbg in functionality? Of course PPC & Intel binaries should both be supported. Thanks in advance. Don't have ideas about OllyDBg. But on OSX you can look at GDB (included in XCode) and DDD (have to download separately). This is console debuggers. As for IDE you can use XCode and/or Eclipse. This is pretty standard choices. Link to comment https://www.insanelymac.com/forum/topic/59253-best-debugger-in-mac-os-x/#findComment-422218 Share on other sites More sharing options...
MoDs Posted August 7, 2007 Author Share Posted August 7, 2007 Thank you, but where can i download DDD and GDB? I'd rather prefer a download url. Thanks again. Link to comment https://www.insanelymac.com/forum/topic/59253-best-debugger-in-mac-os-x/#findComment-422552 Share on other sites More sharing options...
Synaesthesia Posted August 7, 2007 Share Posted August 7, 2007 GDB is included in XCode, which you can get from an apple tiger install dvd. Link to comment https://www.insanelymac.com/forum/topic/59253-best-debugger-in-mac-os-x/#findComment-422568 Share on other sites More sharing options...
MoDs Posted August 8, 2007 Author Share Posted August 8, 2007 Thanks, but what about DDD? I've googled it, yet i can't find it anywhere Link to comment https://www.insanelymac.com/forum/topic/59253-best-debugger-in-mac-os-x/#findComment-422805 Share on other sites More sharing options...
MoDs Posted August 11, 2007 Author Share Posted August 11, 2007 bump... i still can't find DDD Anyone please? Link to comment https://www.insanelymac.com/forum/topic/59253-best-debugger-in-mac-os-x/#findComment-425008 Share on other sites More sharing options...
MoDs Posted August 13, 2007 Author Share Posted August 13, 2007 Last bump... Anyone please... DDD... where can i get? Link to comment https://www.insanelymac.com/forum/topic/59253-best-debugger-in-mac-os-x/#findComment-426467 Share on other sites More sharing options...
nirvanaguy19 Posted August 13, 2007 Share Posted August 13, 2007 Last bump... Anyone please... DDD... where can i get? install fink, you will need xcode for it, fink uses apt-get to get all the unix opensource ports for osx . using fink you can install ddd Link to comment https://www.insanelymac.com/forum/topic/59253-best-debugger-in-mac-os-x/#findComment-426594 Share on other sites More sharing options...
MoDs Posted August 14, 2007 Author Share Posted August 14, 2007 i did that, and i installed ddd (sudo apt-get install ddd), and it indeed downloaded the packages and installed it. But now what? How can i start (run) DDD? I'm expecting to get a GUI. I don't see DDD in my Applications folder. Any help please? Link to comment https://www.insanelymac.com/forum/topic/59253-best-debugger-in-mac-os-x/#findComment-427409 Share on other sites More sharing options...
MoDs Posted August 16, 2007 Author Share Posted August 16, 2007 Somebody please Link to comment https://www.insanelymac.com/forum/topic/59253-best-debugger-in-mac-os-x/#findComment-428938 Share on other sites More sharing options...
asap18 Posted August 16, 2007 Share Posted August 16, 2007 type ddd in a shell o.O Link to comment https://www.insanelymac.com/forum/topic/59253-best-debugger-in-mac-os-x/#findComment-428951 Share on other sites More sharing options...
MoDs Posted August 17, 2007 Author Share Posted August 17, 2007 i get "Error: Can't open display:" any idea? Link to comment https://www.insanelymac.com/forum/topic/59253-best-debugger-in-mac-os-x/#findComment-429592 Share on other sites More sharing options...
MoDs Posted August 18, 2007 Author Share Posted August 18, 2007 Ok, solved. Reinstalled X11 and started it before starting DDD. Used that command to start ddd: ddd -display :0.0 And it's working. Thanks :censored2: Link to comment https://www.insanelymac.com/forum/topic/59253-best-debugger-in-mac-os-x/#findComment-430048 Share on other sites More sharing options...
Recommended Posts