|
Archives
D Programming
digitalmars.Ddigitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger D.gnu D 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 - [ddbg] ps should print source of current frame
Thanks for adding the 'ps' previously. Makes debugging from the command line much much easier. But I just noticed that it doesn't honor the current frame setting. I think ps should print the source of the current location in the current frame, not the current location in the topmost frame. This is how gdb and other debuggers I've used do it, and it makes sense I think. --bb Jul 11 2007
Bill Baxter wrote:Thanks for adding the 'ps' previously. Makes debugging from the command line much much easier. But I just noticed that it doesn't honor the current frame setting. I think ps should print the source of the current location in the current frame, not the current location in the topmost frame. This is how gdb and other debuggers I've used do it, and it makes sense I think. --bb Jul 12 2007
|