|
Archives
D Programming
digitalmars.Ddigitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger D.gnu D C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.debugger - Debugging in D linux world.
Actually I prefer linux programming over windows so I would be happy if there's a debugger which works there. Let's see what is situation according to http://www.prowiki.org/wiki4d/wiki.cgi?DebugEnvironments For now on linux there's only gdb and zerobugs. Gdb works only with gdc (although doesn't show d arrays). Zerobugs looks better but doesn't work with more complex code (abnormal exits). Any chance to see dedicated debugger for D on linux? Sep 14 2008
And I have another question to linux users. What debugger do you use? If non, also let me know please. I have a strange feeling that programming with dmd on linux means no debugger usage. Maybe somebody made ZeroBugs work well? And maybe there're more pros of using gdc on linux rather than dmd? Sep 16 2008
Piotrek wrote:And I have another question to linux users. What debugger do you use? If non, also let me know please. I have a strange feeling that programming with dmd on linux means no debugger usage. Sep 16 2008
Sean Kelly wrote:Piotrek wrote:And I have another question to linux users. What debugger do you use? If non, also let me know please. I have a strange feeling that programming with dmd on linux means no debugger usage. Sep 17 2008
Lars Ivar Igesund wrote:I've used ZeroBugs with success and found it much better than GDB, but I hear not all like the closed source approach. Sep 17 2008
Sean Kelly pisze:I don't debug on linux much myself, but I believe people typically use gdb with a demangle patch. There are a ton of graphical front-ends for gdb as well. Sep 17 2008
Piotrek wrote:And I have another question to linux users. What debugger do you use?If non, also let me know please. I have a strange feeling that programming with dmd on linux means no debugger usage. Sep 18 2008
|