|
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 electronics |
digitalmars.D.debugger - [ddbg] Catching exceptions
I'm having trouble debugging a DFL program because DFL wraps its main loop in a try/catch that puts up a error dialog. If I hit continue on the dialog it just pops back up again. If I hit cancel on it a fall back to the ddbg prompt, but 'us' gives nothing. I asked about it on the DFL forum and Chris said that he hasn't any trouble debugging using WinDbg because of that. So could this be a problem with how ddbg handles exceptions that occur in the debugee? --bb Nov 30 2007
Bill Baxter wrote:I'm having trouble debugging a DFL program because DFL wraps its main loop in a try/catch that puts up a error dialog. If I hit continue on the dialog it just pops back up again. If I hit cancel on it a fall back to the ddbg prompt, but 'us' gives nothing. I asked about it on the DFL forum and Chris said that he hasn't any trouble debugging using WinDbg because of that. So could this be a problem with how ddbg handles exceptions that occur in the debugee? --bb Nov 30 2007
|