|
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 |
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
|