Consultor Eletrônico



Kbase P58902: How to enable the Progress Debugger in OE 10.0x?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/22/2008
Status: Verified

GOAL:

How to enable the Progress Debugger in OE 10.x?

GOAL:

How do I run proDebugEnable within OE 10.x?

GOAL:

Why can't I use the Debugger in OpenEdge 10.x?

GOAL:

Why isn't the Progress debugger working in OE 10.x?

FACT(s) (Environment):

OpenEdge 10.0x
OpenEdge 10.x

FIX:

Starting in 10.0A, debugging (for the Progress debugger) is disabled by default.

To enable debugging on Windows:
1. Close any Progress session that you want to debug as the enabled setting is picked up when Progress starts up.
2. Make sure you are logged in as an administrator of the machine or as the user that installed the software.
3. Choose Proenv from the OpenEdge program group on the Start menu.
4. Run:
proDebugEnable ?enable-all
Progress Debugger will be enabled when you start a new progress client session.

To enable debugging on UNIX:
1. Close any Progress session that you want to debug as the enabled setting is picked up when Progress starts up.
2. Make sure you are logged in as root.
3. Run the following from the command line:
<OpenEdge install dir>/bin/proDebugEnable ?enable-all
Progress Debugger will be enabled when you start a new progress session