Kbase P151997: What does debugalert line -1 mean?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  01/09/2009 |
|
Status: Unverified
GOAL:
What does debugalert line -1 mean?
GOAL:
How do we read "line -1" in debugalert 4GL stack trace?
FACT(s) (Environment):
All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
FIX:
Line number -1 is what you get when we don't have info -- sometimes at the END of a block or during a RETURN, but it may also be when we are running a dynamic operation (like a dynamic query); at runtime we cobble together the r-code structures on the fly and feed them to the runtime engine to make it do what we want -- in those cases, we may not have a static line number to assign