??? 06/07/05 19:02 Read: times |
#94469 - full-function debugger Responding to: ???'s previous message |
Well, clearly there's some confusion resulting from misinterpreted syntax here.
A source-level debugger is one that binds the source code, presumably in some HLL such as 'C' to the executable code under study. It doesn't matter one iota in what language, ASM or ADA, the debugger was written. A C-sourced debugger is a debugger available in source code written in 'C'. Do you see the difference. Now, if you really think my remark is "fried baloney," then please show me where a I can find a full-function with line-by-line assembly and disassembly capability debugger written in 'C'. Do you see the difference? RE |