Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rochester!pt.cs.cmu.edu!theory.cs.cmu.edu!dld From: dld@theory.cs.cmu.edu (David Detlefs) Newsgroups: comp.lang.c++ Subject: Anybody use debuggers? Message-ID: <1029@theory.cs.cmu.edu> Date: Fri, 10-Apr-87 16:33:36 EST Article-I.D.: theory.1029 Posted: Fri Apr 10 16:33:36 1987 Date-Received: Sun, 19-Apr-87 09:31:18 EST Organization: Carnegie-Mellon University, CS/RI Lines: 10 I am just starting to use C++, and have run into a problem that I'm sure others have encountered. I'm loathe to retreat to debugging via inserting print statements, so I'd like to use some debugger or another, such as dbx or gdb (of course, a Lisp-like C++-specific debugging environment would be best, but...). Unfortunately, the symbols all get weird names, with gratuitous underscores thrown in, etc. Could people give me some advice on any way to use reasonably high-level tools to debug C++? Dave