Author |
Message
|
Paul D |
Posted: Tue Feb 24, 2004 5:40 pm Post subject: Plug-in Development Env (PDE) for MB v5 - Java Plugin Debug |
|
|
 Master
Joined: 16 May 2001 Posts: 200 Location: Green Bay Packer Country
|
Is the only way to use this if you are running a local broker on your desktop, or can you run with a remote broker and still debug? I've got a Java plugin that I'm trying to test and I'm just doing it on my UNIX Broker. What are my options? Can I attach to the UNIX Broker to debug with the Eclipse Java Debugger at all? _________________ Thanks!!!
Paul D |
|
Back to top |
|
 |
JLRowe |
Posted: Tue Feb 24, 2004 11:51 pm Post subject: |
|
|
 Yatiri
Joined: 25 May 2002 Posts: 664 Location: South East London
|
You can debug remotely without any problem, to debug java check that the java plugin debugger is enabled in preferences. You will also need to install and configure the agent controller on the unix box. |
|
Back to top |
|
 |
vmn |
Posted: Wed Feb 25, 2004 9:46 pm Post subject: |
|
|
Novice
Joined: 10 Nov 2003 Posts: 16 Location: Helsinki, Finland
|
Hi,
In version 5 you should also set the debug port for the broker as follows.
mqsichangeproperties your_broker -e your_execution_group -o
ComIbmJVMManager -n jvmDebugPort -v your_port
Google the newsgroup ibm.software.websphere.mqintegrator for 'jvmDebugPort '.
Regards,
Veli-Matti |
|
Back to top |
|
 |
Paul D |
Posted: Thu Feb 26, 2004 5:08 am Post subject: |
|
|
 Master
Joined: 16 May 2001 Posts: 200 Location: Green Bay Packer Country
|
|
Back to top |
|
 |
vmn |
Posted: Fri Feb 27, 2004 12:31 am Post subject: |
|
|
Novice
Joined: 10 Nov 2003 Posts: 16 Location: Helsinki, Finland
|
|
Back to top |
|
 |
|