|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger 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.announce - Fitting Ddbg into your environment
Please consider voting for your favorite GDB frontend: http://ddbg.mainia.de/ Here is why: i'm adding GDB CLI imitation to Ddbg to have short-term integration into common frontends. the Ddbg CLI will still be continued, because i think it's simpler than GDB syntax if you use the debugger manually. to avoid implementing unnessecary details of the GDB CLI, i won't bother trying to clone it's behaviour exactly. instead i'm being pragmatic here and just doing what's nessecary to make frontends happy. therefore i'll have to check a few of them to approach a stable subset of the GDB CLI we can live with. currently i'm doing this with codeblocks, which is what i'm using myself. others will follow depending on your demand. Feb 23 2007
Jascha Wetzel wrote:Please consider voting for your favorite GDB frontend: http://ddbg.mainia.de/ Here is why: i'm adding GDB CLI imitation to Ddbg to have short-term integration into common frontends. the Ddbg CLI will still be continued, because i think it's simpler than GDB syntax if you use the debugger manually. to avoid implementing unnessecary details of the GDB CLI, i won't bother trying to clone it's behaviour exactly. instead i'm being pragmatic here and just doing what's nessecary to make frontends happy. therefore i'll have to check a few of them to approach a stable subset of the GDB CLI we can live with. currently i'm doing this with codeblocks, which is what i'm using myself. others will follow depending on your demand. Feb 23 2007
you can vote for multiple entries, now. visual studio was just a joke by a friend - it's not a GDB frontend, at least as long as there isn't a plugin that supports GDB that i don't know of... Sean Kelly wrote:Jascha Wetzel wrote:Please consider voting for your favorite GDB frontend: http://ddbg.mainia.de/ Here is why: i'm adding GDB CLI imitation to Ddbg to have short-term integration into common frontends. the Ddbg CLI will still be continued, because i think it's simpler than GDB syntax if you use the debugger manually. to avoid implementing unnessecary details of the GDB CLI, i won't bother trying to clone it's behaviour exactly. instead i'm being pragmatic here and just doing what's nessecary to make frontends happy. therefore i'll have to check a few of them to approach a stable subset of the GDB CLI we can live with. currently i'm doing this with codeblocks, which is what i'm using myself. others will follow depending on your demand. Feb 23 2007
Jascha Wetzel wrote:you can vote for multiple entries, now. visual studio was just a joke by a friend - it's not a GDB frontend, at least as long as there isn't a plugin that supports GDB that i don't know of... Feb 23 2007
oh and btw - Ddbg is a win32 tool, so unix frontends can't be considered. however, there might be emacs users on windows. i know people who use vi on windows, so... :) Sean Kelly wrote:Jascha Wetzel wrote:Please consider voting for your favorite GDB frontend: http://ddbg.mainia.de/ Here is why: i'm adding GDB CLI imitation to Ddbg to have short-term integration into common frontends. the Ddbg CLI will still be continued, because i think it's simpler than GDB syntax if you use the debugger manually. to avoid implementing unnessecary details of the GDB CLI, i won't bother trying to clone it's behaviour exactly. instead i'm being pragmatic here and just doing what's nessecary to make frontends happy. therefore i'll have to check a few of them to approach a stable subset of the GDB CLI we can live with. currently i'm doing this with codeblocks, which is what i'm using myself. others will follow depending on your demand. Feb 23 2007
Jascha Wetzel wrote:oh and btw - Ddbg is a win32 tool, so unix frontends can't be considered. however, there might be emacs users on windows. i know people who use vi on windows, so... :) Feb 23 2007
Jascha Wetzel wrote:Please consider voting for your favorite GDB frontend: http://ddbg.mainia.de/ Here is why: i'm adding GDB CLI imitation to Ddbg to have short-term integration into common frontends. the Ddbg CLI will still be continued, because i think it's simpler than GDB syntax if you use the debugger manually. to avoid implementing unnessecary details of the GDB CLI, i won't bother trying to clone it's behaviour exactly. instead i'm being pragmatic here and just doing what's nessecary to make frontends happy. therefore i'll have to check a few of them to approach a stable subset of the GDB CLI we can live with. currently i'm doing this with codeblocks, which is what i'm using myself. others will follow depending on your demand. Feb 23 2007
Bill Baxter wrote:Jascha Wetzel wrote:Please consider voting for your favorite GDB frontend: http://ddbg.mainia.de/ Feb 23 2007
Bill Baxter wrote:Although I haven't used emacs for debugging in ages (these days it's all Visual Studio), but back in the day I always found it a decent way to use gdb. And it's what I use for editing all the time anyway. Feb 23 2007
|