PreviousCompileError command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Finds the previous line in error relative to the current line, if the request being displayed vie...")
 
No edit summary
Line 5: Line 5:
|width="50%"| '''Action:'''
|width="50%"| '''Action:'''
|width="50%"|
|width="50%"|
<span class="f_Para">Finds the previous line in error relative to the current line, if the request being displayed [[view_program_coding_err.html#compile_errors|fails to compile]]. If the program you are debugging has no compilation errors, the command does nothing. </span>
<span class="f_Para">Finds the previous line in error relative to the current line, if the request being displayed [[Viewing programs that contain coding errors|fails to compile]]. If the program you are debugging has no compilation errors, the command does nothing. </span>


<span class="f_Para">Syntax:</span>
<span class="f_Para">Syntax:</span>
Line 11: Line 11:
<p class="syntax">previousCompileError </p>
<p class="syntax">previousCompileError </p>


<span class="f_Para">This command is unusual in that you can map it to a button that also has another command or macro mapped to it. See [[setup_ui_xml_file.html#button_toggle_compilation|Button toggle for compilation errors]]. </span>
<span class="f_Para">This command is unusual in that you can map it to a button that also has another command or macro mapped to it. See [[Setting up the ui.xml file#Button toggle for compilation errors|Button toggle for compilation errors]]. </span>
|-
|-
| '''Client menu:'''
| '''Client menu:'''

Revision as of 20:42, 7 December 2022


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: --