Difference between revisions of "DEBUG"

From Lianjapedia
Jump to: navigation, search
(Syntax)
Line 3: Line 3:
  
 
==Syntax==
 
==Syntax==
DEBUG <filename> [WITH <parameter-list>]
+
DEBUG [<filename> [WITH <parameter-list>]]
  
 
==See Also==
 
==See Also==

Revision as of 22:13, 9 December 2017

Purpose

Opens the specified prg file in the Debugger in the App Inspector

Syntax

DEBUG [<filename> [WITH <parameter-list>]]

See Also

DISPLAY CALLS, DISPLAY MEMORY, DISPLAY STATUS, DO, LIST CALLS, QUIT, SET COMPILE, SET ERRORLOGGING

Description

The DEBUG command opens the specified prg file <filename> in the Debugger in the App Inspector

Example

debug main