Kbase P84919: Debugger: .R not in same path as source -> Cannot display listing at line ... will be displayed in t
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/18/2004 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
Cannot display listing at line in <Entry> Execution information for <entry> <program name> will be displayed in the status bar
debugging code
CAUSE:
The precompiled .R file and the source code of the offending procedure are not located in the same path although both are searchable in the PROPATH. This is the case of src/icf/af/cod2/afmessaged.w, which precompiled version is located in gui/icf/af/cod2/afmessaged.w. (notice 'gui' versus 'src')
FIX:
When hitting this problem during debugging, then move src entries before gui entries in the PROPATH. (Here, src/icf before gui/icf).
Execution is much slower (using only source), but the debugger finds the source code.