E9.1 ER Debugger for interactive app

CHo

VIP Member
I am trying to debug an interactive app that has processing options. I set up debugger with breakpoints. I run the app IV in OMW (run HTML). The debugger does not pick up the processing options values. The debugger doesn't run.

What is correct way to run debugger for IV?
What am I doing wrong?
 
For 8.12/ on IBM Websphere app server,

For me, this happened multiple times.

I usually run debugger before starting the IV.
If you have another fat client, try on that too.

I usually do the below steps.

1. Debugger not breaking the point for app.
2. I close all the screens and wait the java.exe to quit. If java.exe is not quitting, I manually stop.
3. I start Solution Explorer.
4. I start the debugger ( This step is the major step. This should be done before step 5)
5. I start the Enterprise One Menu to launch the web browser
6. Do the event where you hit the break point.

I hope this will work.
 
Back
Top