Re: [Tutor] What is a "symbolic debugger"

2007-08-18 Thread Dick Moores
At 01:13 AM 8/18/2007, Alan Gauld wrote: >"Dick Moores" <[EMAIL PROTECTED]> wrote > > > article I saw a term, "symbolic debugger", I had been wondering > > about for a while. Google was of little help (to me, at least), and > >Its a debugger that undestand symbols, in other words it can read >the

Re: [Tutor] What is a "symbolic debugger"

2007-08-18 Thread Alan Gauld
"Dick Moores" <[EMAIL PROTECTED]> wrote > article I saw a term, "symbolic debugger", I had been wondering > about for a while. Google was of little help (to me, at least), and Its a debugger that undestand symbols, in other words it can read the symbol table produced by a compiler/interpreter.

[Tutor] What is a "symbolic debugger"

2007-08-17 Thread Dick Moores
In the "Python Book Recommendations [Was:[Re: Security]]" thread, Chris Calloway included a link to the American Scientist article, "Where's the Real Bottleneck in Scientific Computing?". In that article I saw a term, "symbolic debugger", I had been wondering about for a while. Google was of l