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.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

c++ - How do I debug 16 bit Application

↑ ↓ ← Parkash <Parkash_member pathlink.com> writes:
Hi,

I'm able to build a windows 3.1 exe using the Symantec 32 bit compiler.
However, upon attempting to debug this application, the debugger complains of no
debug information being available.

I was also able to successfully build the Application using the 16 but compiler,
but get the same error upon attempting to run the debugger.

If anyone can provide me with a little insight as to what I am doing wrong, that
would be great.

Parkash
Mar 04 2005
↑ ↓ → "Walter" <newshound digitalmars.com> writes:
"Parkash" <Parkash_member pathlink.com> wrote in message
news:d0a4vi$1k7o$1 digitaldaemon.com...
 Hi,

 I'm able to build a windows 3.1 exe using the Symantec 32 bit compiler.
 However, upon attempting to debug this application, the debugger complains

 debug information being available.

 I was also able to successfully build the Application using the 16 but

 but get the same error upon attempting to run the debugger.

 If anyone can provide me with a little insight as to what I am doing

 would be great.

Unfortuanately, the 16 bit debugger only runs on a system where win16 is running, not win32.
Mar 08 2005