www.digitalmars.com         C & C++   DMDScript  

c++.windows.32-bits - WinDBG support?

reply =?iso-8859-1?Q?Robert_M=2E_M=FCnch?= <robert.muench robertmuench.de> writes:
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
parent reply Walter Bright <newshound1 digitalmars.com> writes:
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
Compile with -g. But you need the windbg.exe that comes with DMC++.
Jun 16 2008
parent reply =?iso-8859-1?Q?Robert_M=2E_M=FCnch?= <robert.muench robertmuench.de> writes:
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++.
So, this is an older windbg.exe version? Are there are any plans to keep pace with windbg.exe development? -- Robert M. Münch Management & IT Freelancer http://www.robertmuench.de
Jun 16 2008
parent reply Walter Bright <newshound1 digitalmars.com> writes:
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++.
So, this is an older windbg.exe version?
Yes.
 Are there are any plans to keep 
 pace with windbg.exe development?
Not when that one works fine! (It's expensive, time consuming, and hard to see the benefit to try keep up with Microsoft's ever-changing and undocumented debug formats.)
Jun 18 2008
next sibling parent reply =?iso-8859-1?Q?Robert_M=2E_M=FCnch?= <robert.muench robertmuench.de> writes:
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?
Not when that one works fine! (It's expensive, time consuming, and hard to see the benefit to try keep up with Microsoft's ever-changing and undocumented debug formats.)
Just of interest, how did you do a special WinDbg version? Did MS give you source-access to it? -- Robert M. Münch Management & IT Freelancer http://www.robertmuench.de
Jun 27 2008
parent Walter Bright <newshound1 digitalmars.com> writes:
Robert M. Münch wrote:
 Just of interest, how did you do a special WinDbg version? Did MS give 
 you source-access to it?
No, I don't have source to it. It's just an older version of it.
Oct 13 2008
prev sibling parent reply AndyC <no noone.com> writes:
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
parent Walter Bright <newshound1 digitalmars.com> writes:
AndyC wrote:
 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.
There really isn't anything other that what you can find with google.
Oct 13 2008