Re: Free debugger that can do source debugging without executable.

1998-09-30 Thread Daniel Martin
Christopher Barry <[EMAIL PROTECTED]> writes: > Is there a debugger or a way to get ddd to load and interpret a C source > file and step through it a step at a time without requiring the > debug-symbol compiled executable? I seem to remember doing something > like this a long time ago with one of

Thank you!!! Re: Okay then, incremental compiling and loading... Re: Free debugger that can do source debugging without executable.

1998-09-30 Thread Christopher Barry
Thanks! I grabbed cint and compiled it and it does _exactly_ what I wanted. What I originally wanted was a pure interpreter as I said in my original mail. I mentioned the incremental compiling and loading thing only because I thought there might be a better chance of such a beast existing. cint wi

Re: Okay then, incremental compiling and loading... Re: Free debugger that can do source debugging without executable.

1998-09-30 Thread Robert Ramiega
On Wed, Sep 30, 1998 at 09:44:36AM -0700, Christopher Barry wrote: > How about incremental compiling and loading then? I've heard that there > were Lisp environments that were doing this in the 1980s. Given C's > popularity, and the fact that it's more than a decade later, is there an > incremental

Re: Okay then, incremental compiling and loading... Re: Free debugger that can do source debugging without executable.

1998-09-30 Thread Hein Roehrig
Christopher Barry <[EMAIL PROTECTED]> wrote: > How about incremental compiling and loading then? I've heard that > there were Lisp environments that were doing this in the > 1980s. Given C's popularity, and the fact that it's more than a > decade later, is there an incremental compiling and loadin

Okay then, incremental compiling and loading... Re: Free debugger that can do source debugging without executable.

1998-09-30 Thread Christopher Barry
How about incremental compiling and loading then? I've heard that there were Lisp environments that were doing this in the 1980s. Given C's popularity, and the fact that it's more than a decade later, is there an incremental compiling and loading environment for C? Robert Ramiega wrote: > > On Tu

Re: Free debugger that can do source debugging without executable.

1998-09-30 Thread Robert Ramiega
On Tue, Sep 29, 1998 at 04:57:49PM -0700, Christopher Barry wrote: > Hi, > > Is there a debugger or a way to get ddd to load and interpret a C source > file and step through it a step at a time without requiring the > debug-symbol compiled executable? I seem to remember doing something > like this

Free debugger that can do source debugging without executable.

1998-09-29 Thread Christopher Barry
Hi, Is there a debugger or a way to get ddd to load and interpret a C source file and step through it a step at a time without requiring the debug-symbol compiled executable? I seem to remember doing something like this a long time ago with one of Borland's IDEs, but I might be mistaken. Thanks,