Author |
Message
|
GVenkatesh |
Posted: Mon Jul 06, 2009 12:00 am Post subject: Trace issue with message broker |
|
|
Newbie
Joined: 29 Jun 2009 Posts: 7
|
Hi
Am trying to trace an esql code. However, the trace skips the esql (compute node) and progresses to the next break point (Though there are few break points inside the esql code)
The step into button is disabled as well.
I wanna know how to get this set and trace the esql....
Thanks |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Mon Jul 06, 2009 12:26 am Post subject: |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
It sounds like you're using the visual debugger rather than the "mans" trace. The user trace contains more information and can be used in environments other than your machine!
I'd recommend giving the user trace a go....
mqsichangetrace
do some work
mqsireadlog
mqsiformatlog
mqsichangetrace (to turn trace off) |
|
Back to top |
|
 |
Vitor |
Posted: Mon Jul 06, 2009 1:17 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
If you didn't like the advice given here, you should have said. Don't start another duplicate thread!  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jul 06, 2009 4:33 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You probably didn't check the button to include source when you built the bar file. |
|
Back to top |
|
 |
vmcgloin |
Posted: Mon Jul 06, 2009 5:10 am Post subject: |
|
|
Knight
Joined: 04 Apr 2002 Posts: 560 Location: Scotland
|
I never include source when debugging but I do have it in my workspace and the broker I use for debugging is local. Presumably Jeff's point applies when the broker is remote to your toolkit. What is your setup?
Silly question, but do you have a break point right before the compute node? Also you metioned the 'step into' button - what about 'step into source'?
Cheers,
Vicky |
|
Back to top |
|
 |
GVenkatesh |
Posted: Mon Jul 06, 2009 5:13 am Post subject: |
|
|
Newbie
Joined: 29 Jun 2009 Posts: 7
|
My toolkit is not remote..
Also I do have a breakpoint just before the Compute node..
Step into/Step over etc are few debug tools (u can see them in the tool bar). |
|
Back to top |
|
 |
Vitor |
Posted: Mon Jul 06, 2009 6:22 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
GVenkatesh wrote: |
Step into/Step over etc are few debug tools (u can see them in the tool bar). |
And user trace is more informative than all of them. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|