Ticket #1466 (closed todo: wontfix)
Debugger "eval" instruction needs to be implemented
| Reported by: | whiteknight | Owned by: | dukeleto |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | tools | Version: | 2.1.0 |
| Severity: | medium | Keywords: | debugger |
| Cc: | Language: | ||
| Patch status: | Platform: |
Description
See TT #872 for background information.
The "Eval" command of the debugger currently throws a non-implemented exception. Prior to that, it had been relying on the now-defunct PASM1 compreg. PASM1 has since been deprecated and removed.
The "eval" command (see src/debug.c:PDB_eval() function) needs to be implemented in some other way.
Change History
Note: See
TracTickets for help on using
tickets.
