44
edits
Salty-horse (talk | contribs) |
(Add information on the new debugger options in Director) |
||
Line 95: | Line 95: | ||
This will show which version of Macromedia Director was used. If this yields nothing, it probably isn't a Macromedia director game. | This will show which version of Macromedia Director was used. If this yields nothing, it probably isn't a Macromedia director game. | ||
== Debugger Commands == | |||
To open the [[Debugging ScummVM|interactive debugger console]] press the key combination that is set for "Open Debugger" in the "Keymaps" tab from ScummVM options (default should be Ctrl+Alt+d). | |||
=== lingo === | |||
Opens a lingo language shell. | |||
) lingo on | |||
lingo) set a to "Hello ScummVM" | |||
lingo) put a | |||
-- "Hello ScummVM | |||
lingo) lingo off | |||
) | |||
Arguments: | |||
* lingo on - Start the interactive lingo shell | |||
* lingo off - Stop the interactive lingo shell | |||
When the shell is on when the line starts with `lingo) `. | |||
edits