#7899 closed patch (fixed)
debugger info & exit patch
Reported by: | SF/japj | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Engine: SCUMM |
Version: | Keywords: | ||
Cc: | Game: |
Description
The attached patch fixes a bug in the show actor debug command not showing the actor of specified parameter.
It also adds an exit command that can be used to exit scummvm from the debugger.
+ info if an invalid debugger command was entered
Ticket imported from: #479185. Ticket imported from: patches/4.
Attachments (1)
Change History (4)
by , 23 years ago
Attachment: | debugger_patch added |
---|
comment:1 by , 23 years ago
I've merged the patch with some small changes. The: printf("unknown debugger command - see help for possible commands\n"); line was not included since that line is never reached.
comment:2 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 6 years ago
Component: | → Engine: SCUMM |
---|
Note:
See TracTickets
for help on using tickets.
debugger info & exit patch