|
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.debugger - I've got a problem of getting ddbg to work with CB
the nightly build C::B doesn't work with ddbg i don't get why? i 've set the compiler and linker option all get -g and also set the ddbg name to ddbg_gdb.exe and set it as the debugger if i set a breakpoint in C::B , and start debugging i see the following: Registered new type: wxString Registered new type: STL String Registered new type: STL Vector Setting breakpoints Debugger finished with status 1 any idea of what happened? and ain't new type STL stuffs all C++ things? Mar 14 2007
Davidl 126.com wrote:the nightly build C::B doesn't work with ddbg i don't get why? i 've set the compiler and linker option all get -g and also set the ddbg name to ddbg_gdb.exe and set it as the debugger if i set a breakpoint in C::B , and start debugging i see the following: Registered new type: wxString Registered new type: STL String Registered new type: STL Vector Setting breakpoints Debugger finished with status 1 any idea of what happened? and ain't new type STL stuffs all C++ things? Mar 15 2007
oh, i know it's the C::B's bug, it couldn't send the executable binary which is in a path contain spaces to ddbg correctly. now i'm playing around with ddbg happily!! err, another codeblock bug is create two workspace, and open the source of them in the main window, and then close the first opened workspace , and then click the source file which is opened there. C::B would hang. err, another inconvenience of C::B is no code completion. and also is there any possible to view the different call stack frame args ? like in a func which get called from main(char[][] args), can i watch the main args by cast(char[][])args ? now it's impossible of doing so , it gives me symbol cast(char[][])args not found, and switch call stack frame is used for what? right click to see it in the call stack window. Though the problems i stated here mostly are C::B related, please someone who is familiar with C::B help me. Great thanks!!the nightly build C::B doesn't work with ddbg i don't get why? i 've set the compiler and linker option all get -g and also set the ddbg name to ddbg_gdb.exe and set it as the debugger if i set a breakpoint in C::B , and start debugging i see the following: Registered new type: wxString Registered new type: STL String Registered new type: STL Vector Setting breakpoints Debugger finished with status 1 any idea of what happened? and ain't new type STL stuffs all C++ things? Mar 15 2007
<Davidl 126.com> wrote in message news:<op.to76dfvs8pkrw6 aics-server2>...err, another inconvenience of C::B is no code completion. Mar 16 2007
ÔÚ Sat, 17 Mar 2007 06:31:33 +0800£¬Simen <simen.haugen pandavre.com> дµÀ:<Davidl 126.com> wrote in message news:<op.to76dfvs8pkrw6 aics-server2>...err, another inconvenience of C::B is no code completion. Mar 29 2007
Davidl wrote: Mar 29 2007
|