Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

Event OnDebuggerAction


Deklarácia

Global handler:

Blok kódu
languageesl
themeConfluence
 ENTRY OnDebuggerAction(IN INT _refId, IN TEXT _action)
 ; script actions
 END OnDebuggerAction

Special handler:

Blok kódu
languageesl
themeConfluence
 ENTRY XXX_OnDebuggerAction(IN TEXT _action)
 ; script actions
 END XXX_OnDebuggerAction
Parametre
_refIdParameter of INT type (required for global handler).
XXXName 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.