|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide 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 |
c++.windows.32-bits - WinDBG support?
Hi, I understood that it's possible to use WinDBG with DMC generated files. How can I get WinDBG to recognize the source code? I only get the ASM output. Thanks Robert Apr 14 2008
Robert M. Münch wrote:Hi, I understood that it's possible to use WinDBG with DMC generated files. How can I get WinDBG to recognize the source code? I only get the ASM output. Thanks Robert Jun 16 2008
Robert M. Münch wrote:On Mon, 16 Jun 2008 09:10:47 +0200, Walter Bright <newshound1 digitalmars.com> wrote:Compile with -g. But you need the windbg.exe that comes with DMC++. Jun 18 2008
What is the best source of documentation for the DMC compatable version of the debugger. I would like to implement it in the latest Eclipse/CDT to work the way it does in the old Symantec IDDE but I can't find complete docs. Any advice appreciated. Jul 03 2008
On Mon, 16 Jun 2008 09:10:47 +0200, Walter Bright <newshound1 digitalmars.com> wrote:Compile with -g. But you need the windbg.exe that comes with DMC++. Jun 16 2008
On Wed, 18 Jun 2008 22:56:58 +0200, Walter Bright <newshound1 digitalmars.com> wrote:Are there are any plans to keep pace with windbg.exe development? Jun 27 2008
|