OnDebuggerAction

OnDebuggerAction

Event OnDebuggerAction


Deklarácia

Global handler:

ENTRY OnDebuggerAction(IN INT _refId, IN TEXT _action) ; script actions END OnDebuggerAction

Special handler:

ENTRY XXX_OnDebuggerAction(IN TEXT _action) ; script actions END XXX_OnDebuggerAction

Parametre

_refId

Parameter of INT type (required for global handler).

XXX

Name of Reference variable connected to graphic object (without the character "_").

_action

Name of executed action:

  • checkSyntax - when pressed "Check Syntax" button

Popis

Event is generated by EDA Debugger with the given reference variable

Parameter _action has values:

  • checkSyntax - when pressed "Check Syntax" button inside of graphic object.