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

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 loading

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

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