Uniface User Forum

 View Only
  • 1.  Strange message when opening debugger

    Posted 08-23-2021 14:18

    Hi all,

    When I open the debugger, I'm getting the following message dumped into the message frame:

    Analyse/Compiling Error:  Syntax error (Component variable not valid) .

    For every line executed - the message is dumped...

    "Analyse/Compiling Error:  Syntax error (Component variable not valid) .

    "(_detail) DTLF:1  if ( !$RECONCILED$)

    Analyse/Compiling Error:  Syntax error (Component variable not valid) .

    (_detail) DTLF:2  call FO_RECONCILE()

    Analyse/Compiling Error:  Syntax error (Component variable not valid) .

    The component variables are all valid (from what I can see) and the component compiles

    without any errors or warning

    Any ideas??



  • 2.  RE: Strange message when opening debugger

    ROCKETEER
    Posted 08-23-2021 15:53

    Hi Knut,

    Do you have some watch defined in the Debugger that does a string substitution or something similar in $proc_tracing_addition?

    When I define the following as a watch then I can provoke the message here as well:

    "%%$DOES_NOT_EXIST$%%%"

    I hope this helps.

    Daniel



  • 3.  RE: Strange message when opening debugger

    Posted 08-23-2021 15:56

    Clever man you are...!!