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
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:


{|
{|
|width="50%"| '''Action:'''
|width="125px"| '''Action:'''
|width="50%"|
|width="575px"|
<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:'''

Latest revision as of 23:22, 3 February 2023


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