Discussion:
Debbuger with dissasembly?
Jb
2008-01-30 19:49:45 UTC
Permalink
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
Jascha Wetzel
2008-01-30 20:39:32 UTC
Permalink
Post by Jb
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.
on windows you can use Ddbg for that
http://ddbg.mainia.de
Jb
2008-01-30 23:28:22 UTC
Permalink
"Jascha Wetzel" <firstname at mainia.de> wrote in message
Post by Jascha Wetzel
Post by Jb
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.
on windows you can use Ddbg for that
http://ddbg.mainia.de
Ok cheers, ill give it a try.

:-)

Loading...