NextCompileError command

From m204wiki
Revision as of 21:27, 8 June 2022 by Ekern (talk | contribs) (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Finds the next line in error relative to the current line, if the request being displayed view_pro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Action:

Finds the next 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:

nextCompileError 

You can map this command to a button that also has another command or macro mapped to it. See Button toggle for compilation errors.

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