Kbase P109853: Debugger steps over AppServer procedure instead of stepping in
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/10/2005 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
Progress 9.1E
OpenEdge 10.x
SYMPTOM(s):
Debugger steps over AppServer procedure instead of stepping in
Running procedure on AppServer
NO-ERROR option used on RUN statement
Debugger does not step into AppServer procedure
Debugger does not report any errors
CAUSE:
The actual RUN <procedure> ON <server> statement fails.
This triggers an error on the 4GL level, where it is suppressed due to the NO-ERROR option.
As this is the expected behavior, the debugger sees no problem and thus doesn't report anything.
FIX:
1) Check if there are any errors on the 4GL level; to do this one could use the Data -> ERROR-STATUS menu option of the debugger.
2) Check the AppServer .server.log file to identify why the RUN statement fails in the first place, and remedy this.