Author |
Message
|
kuladeep.dairy |
Posted: Sat Feb 13, 2010 1:07 am Post subject: Debug trace on JCN code |
|
|
Apprentice
Joined: 11 Jul 2009 Posts: 38
|
I am facing issues in stepping thouh the JCN code while debugging. I can not see the highlighted line over the code.(But i see JAVA variables getting changed in the debug perspective) i tried several things but had little luck..
I tried to use debug trace instead of using debugger. it doesnt seem to be giving any info on JCN code in the debug trace. please suggest me something? |
|
Back to top |
|
 |
Gaya3 |
Posted: Sun Feb 14, 2010 10:04 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
did you try user trace.....if not try that... _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
kuladeep.dairy |
Posted: Sun Feb 14, 2010 11:14 pm Post subject: |
|
|
Apprentice
Joined: 11 Jul 2009 Posts: 38
|
Hi Gaya,
Thanks for your reply. but i dont find any info on JCN code in the debug trace.. |
|
Back to top |
|
 |
jbanoop |
Posted: Mon Feb 15, 2010 12:48 pm Post subject: |
|
|
Chevalier
Joined: 17 Sep 2005 Posts: 401 Location: SC
|
You will not find trace for custom written java code in the trace. I believe that use of MB Java API will generate entries in the trace.
You might want to confirm that the code in the workspace is actually the code that you are debugging on the broker. If it differs, then the debugger display might behave irratically. Hope it helps. |
|
Back to top |
|
 |
kuladeep.dairy |
Posted: Mon Feb 15, 2010 1:50 pm Post subject: |
|
|
Apprentice
Joined: 11 Jul 2009 Posts: 38
|
jbanoop,
Thanks for the reply. But, It is the same code. I dont see any issues there.
Can anyone please tell me why Message Broker Runtime console launching tool is taking too long... |
|
Back to top |
|
 |
er_pankajgupta84 |
Posted: Mon Feb 15, 2010 2:25 pm Post subject: |
|
|
 Master
Joined: 14 Nov 2008 Posts: 203 Location: charlotte,NC, USA
|
I would suggest to redeploy the java file with the flow and then try debugging. |
|
Back to top |
|
 |
jbanoop |
Posted: Mon Feb 15, 2010 2:38 pm Post subject: |
|
|
Chevalier
Joined: 17 Sep 2005 Posts: 401 Location: SC
|
by
Quote: |
Message Broker Runtime console launching tool |
i believe you are referring to the launch of the debug session.
what toolkit version are you on ? You might want to upgrade to the highes fix pack level for the toolkit.
try closing the toolkit and open it with the -clean option. It should reinitialize the eclipse plugins I believe.
Do you have "build automatically" set ? Do a clean and build on the workspace as well.
hope it helps. |
|
Back to top |
|
 |
|