Consultor Eletrônico



Kbase P111930: Prodebugconfig -enable fails for specific batch process
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   04/01/2006
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.0x

SYMPTOM(s):

Prodebugconfig -enable fails for specific batch process

The following error occurs:

Cannot make process <pid> ready for debugging. The process ID specified may be invalid, not a progress 4GL process, is a process from a pre-10.0A release of Progress, is busy and cannot be interrupted, or Progress was started before debugging is enabled.
If the latter is the case, make sure debugging is enabled and restart the process.

Prodebugconfig -enable succeeds for _progres process started without any parameters

R-code running in batch process is compiled with MIN-SiZE option

CAUSE:

The exact cause is unknown at the time of writing.

Compiling with the MIN-SiZE option means the r-code will not include debugger segments so the debugger is expected to fail, but it is unclear if this is the direct cause for the error raised by Prodebugconfig

FIX:

Make sure the r-code is compiled without the MIN-SIZE option, and that the debug-listings are found in the expected locations