Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!pt.cs.cmu.edu!andrew.cmu.edu!aw1r+ From: aw1r+@andrew.cmu.edu (Alfred Benjamin Woodard) Newsgroups: comp.lang.c++ Subject: debugging. Message-ID: Date: 25 Jul 90 02:11:44 GMT Organization: Carnegie Mellon, Pittsburgh, PA Lines: 11 as you have probably guessed by vitue of the fact that I have posted three questions in as many days I am beginning a project in c++. I am currently developing it with AT&T 1.2 under unix but will soon have to change to Zoretec (latest version) under OS/2 (because we have not yet recieved the OS/2 machines). What can I do to debug my c++ code? It seem as if dbx will not let me inspect any variables inside of a class because they are out of scope to the function that uses them. And when I shift to OS/2 what can I use to debug in that enviroment or does Zortech come with a reasonable debugger? -ben