Consultor Eletrônico



Kbase P66414: Program not loading in the debugger
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

FACT(s) (Environment):

Progress 9.1C

SYMPTOM(s):

Program not loading in the debugger

CAUSE:

Attempting to load a .r file into the debugger. The debugger debugs source code, not compiled code. Internally it does compile the source code using the debug-list option so that it can show you the code as it executes.

FIX:

Debug source code rather than .r code.