Debugging Commands

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > Debugging - Commands >

Debugging Commands

DBP - Debug Print

Previous Top Next


MiniRobotLanguage (MRL)

 

DBP. Command

Debug Print

 

 

Intention

 

This command is used to print debug information in the debug-window of the editor.

DBP. will be ignored, if the script is not running from within the editor. This way, Debug-Messages will not be see from an compiled executable.

 

DBP. Hallo World!

 

DBP. will resolve systemvariables and specialfolders, which could be an unwanted feature for debugging. If you do not want that, use DBV. - Debug Print Variable .

 

 

 

Syntax

 

 

DBP.P1

 

 

Parameter Explanation

 

P1 - Any text or variables you want to print in the

    Editor-Debug-Window.

 

 

 

Example

 

'*****************************************************

' EXAMPLE : DBP.

' Run from the Editor!

'*****************************************************

DBP.Hallo

DBP.ENDE

:over

MBX.Halt to read output

'***********************************

 

 

 

Remarks

 

-

 

 

Limitations:

 

-

 

 

See also:

 

    DBV. - Debug Print Variable

    DBO. - Debug Raw Output

    DBM. - DeBugMode

    DIP. - Delayed Instruction Processing

    USM - Use silent Mode

    DMP. - Dump internat Informations