OnDebuggerAction
Event OnDebuggerAction
Deklarácia
Global handler:
ENTRY OnDebuggerAction(IN INT _refId, IN TEXT _action)
; script actions
END OnDebuggerActionSpecial handler:
ENTRY XXX_OnDebuggerAction(IN TEXT _action)
; script actions
END XXX_OnDebuggerActionParametre
_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:
|
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.
Related pages: