PreviousCompileError command

From m204wiki
Revision as of 20:42, 7 December 2022 by Ekern (talk | contribs)
Jump to navigation Jump to search


Action:

Finds the previous line in error relative to the current line, if the request being displayed fails to compile. If the program you are debugging has no compilation errors, the command does nothing.

Syntax:

previousCompileError 

This command is unusual in that you can map it to a button that also has another command or macro mapped to it. See Button toggle for compilation errors.

Client menu: Error > Previous Compile Error
Introduced: --