Function %HI_SetDebuggerResult


Funkcia

Function inserts new entry from result of syntax check into graphic object EDA Debugger (compilation panel).

Deklarácia
%HI_SetDebuggerResult(
   IN INT _refId,
   IN TEXT _errorCode,
   IN TEXT _errorStr,
   IN INT _lineNr
 )
Parametre
refIdReference to EDA Editor (reference variable).
errorCodeError code
errorStrError description
lineNrLine number
Príklad
 %HI_SetDebuggerResult(_debugger, "<1>", "Syntax error", 2) 
Napíšte komentár