www.digitalmars.com         C & C++   DMDScript  

D - Debugging

Hello, I'm tomo, Japanese. I can not write English well as everyone does.

I am writing a debugger for D now.
But the sources could not be found in Japan and I had to find the sources at 
overseas.
I did everything I can think of a long time, but finally I will post a 
question to this newsgroup.

I have finished making an easy debugger for D. It works Breakpoint and 
Singlestep.

I wanna make a VariableWatch at next.
But I can not get an address of local variables in the executable file the 
dmd compiled and linked.
I think that I need to process on sstAlignSym, but I don't know much.

Please tell me how to get it.

(Sorry that difficult English to read. I will study English!)
Jan 26 2005