|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide 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 - Debbuger with dissasembly?
Is there some debuuger I can use with D that will allow me to step through the dissasembled code while watching cpu registers (GPR x87 and SSE)? I have a program that dynamicly compiles audio processing code and id like to try converting it to D. As the code is generated at runtime the only practical way to debug it is to step through it with an assembly / cpu view. thanks jb Jan 30 2008
Jb wrote:Is there some debuuger I can use with D that will allow me to step through the dissasembled code while watching cpu registers (GPR x87 and SSE)? I have a program that dynamicly compiles audio processing code and id like to try converting it to D. As the code is generated at runtime the only practical way to debug it is to step through it with an assembly / cpu view. Jan 30 2008
"Jascha Wetzel" <firstname mainia.de> wrote in message news:fnqna1$2iqb$1 digitalmars.com...Jb wrote:Is there some debuuger I can use with D that will allow me to step through the dissasembled code while watching cpu registers (GPR x87 and SSE)? I have a program that dynamicly compiles audio processing code and id like to try converting it to D. As the code is generated at runtime the only practical way to debug it is to step through it with an assembly / cpu view. Jan 30 2008
|