www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.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?

↑ ↓ ← =?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
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
↑ ↓ 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
↑ ↓ → 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
→ =?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
→ =?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