Consultor Eletrônico



Kbase P40776: Debugger will not start up when called from Stack Trace Window
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/11/2005
Status: Verified

FACT(s) (Environment):

Progress 9.1D

SYMPTOM(s):

Progress Debugger does not come up

Running Progress 9.1D with Service Pack 05, 06 or 07

Initiated a Progress session using -debugalert or SESSION:DEBUG-ALERT = TRUE

Running an Application that fails at some point in its execution flow

Launching the debugger from the "Debug" button on the Stack Trace Dialog

The Stack Trace Dialog goes away

Hitting the "OK" button in the original error message alert box

The Debugger splash screen flashes on the computer screen. It appears for a second and then disappears

CAUSE:

Bug# 20030725-021

FIX:

Upgrade to Progress 9.1D08 or later

or

If, for some reason, upgrading is not possible at this time, then start the Progress Debugger programmatically. e.g.:

/* some code here */
DEBUGGER:INITIATE().
DEBUGGER:SET-BREAK().
/* some code here */