basic.debugger.$ Command/BASIC: Debugger
basic.debugger.$
| Command | basic.debugger.$ Command/BASIC: Debugger Applicable release versions: AP, R83, AP 6.0 FlashBASIC |
|---|---|
| Category | BASIC: Debugger (38) |
| Description | displays the current program name and current line number, and verifies the object code. The object code is verified by performing a checksum verification. This is used to determine if the object code has been corrupted since the last time it was compiled. The "$" and "?" commands are identical. |
| Syntax | |
| Options | |
| Example | :run bp conv (d<return> *E1 <- Displayed by debugger. *$<return> <- This is entered. *$ conv L 1 object verifies. |
| Purpose | |
| Related |
basic.debugger.v basic.debugger.z basic.debugger.? basic.debugger.$! basic.debugger.?! |
