Meaning symbolic debugger
What does symbolic debugger mean? Here you find 2 meanings of the word symbolic debugger. You can also add a definition of symbolic debugger yourself

1

0 Thumbs up   0 Thumbs down

symbolic debugger


A program that lets you step through the execution of your program, stopping or printing things out here and there to see whether anything has gone wrong, and if so, what. The "symbolic" part just means that you can talk to the debugger using the same symbols with which your program is written.
Source: archive.oreilly.com (offline)

2

0 Thumbs up   0 Thumbs down

symbolic debugger


A program that lets you step through the execution
Source: perldoc.perl.org




<< switch statement symbolic link >>