Author |
Message
|
Naive_developer |
Posted: Fri Feb 24, 2012 7:53 am Post subject: Breakpoints in debug mode not highlighting |
|
|
Newbie
Joined: 23 Feb 2012 Posts: 5
|
Hi All,
When i try to run a message across my message flow, with few breakpoints. The message appears to be working fine and i am able to see message flowing through various breakpoints, but breakpoint is not highlighting. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Fri Feb 24, 2012 9:39 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
Naive_developer |
Posted: Fri Feb 24, 2012 9:48 am Post subject: |
|
|
Newbie
Joined: 23 Feb 2012 Posts: 5
|
Thanks mate, i am just in the process of learning Message broker. Will look out for docs for trace nodes and follow the same. |
|
Back to top |
|
 |
Naive_developer |
Posted: Mon Feb 27, 2012 5:45 am Post subject: |
|
|
Newbie
Joined: 23 Feb 2012 Posts: 5
|
Can someone give me the link to understand how to debug the nodes and the message flows? It would be great if there are some working examples as well?
Thanks,
N |
|
Back to top |
|
 |
Vitor |
Posted: Mon Feb 27, 2012 5:59 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Naive_developer wrote: |
Can someone give me the link to understand how to debug the nodes and the message flows? It would be great if there are some working examples as well? |
You'll find user trace (which gives more information than the interactive debugger) described here in the InfoCenter. If you type "debugging" in the search box at the top of the InfoCenter you'll find a wealth of information on the interactive tool. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Mon Feb 27, 2012 6:08 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/index.jsp?topic=%2Fcom.ibm.etools.mft.doc%2Fac04840_.htm
Quote: |
Look at the following samples to see how to use this node:
•Airline Reservations sample
•Aggregation sample
•Timeout Processing sample
Include a Trace node to help diagnose errors in your message flow. By tracing the contents of the message at various points in the flow, you can determine the sequence of processing. You can configure the Trace node to record the content of a message, and to check the action of a specific node on the message. For example, you can include a Trace node immediately after a Compute node to check that the output message has the expected format. |
_________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
McueMart |
Posted: Mon Feb 27, 2012 6:41 am Post subject: |
|
|
 Chevalier
Joined: 29 Nov 2011 Posts: 490 Location: UK...somewhere
|
OP: Can you clarify your problem? I have extensively used the debugger in v7 of the Toolkit and had very few issues (apart from not being able to see the value of UDPs in the debugger - that would be nice!). Breakpoints set on connections as well as in ESQL code appear to work fine.
Regarding the advice of other - Sure learn how to use the Trace node; but, as with every programming language, a good developer should be very competent with using a debugger. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Mon Feb 27, 2012 6:42 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
McueMart wrote: |
OP: Can you clarify your problem? I have extensively used the debugger in v7 of the Toolkit and had very few issues (apart from not being able to see the value of UDPs in the debugger - that would be nice!). Breakpoints set on connections as well as in ESQL code appear to work fine.
Regarding the advice of other - Sure learn how to use the Trace node; but, as with every programming language, a good developer should be very competent with using a debugger. |
Some use cases, you cannot use the interactive debugger: web services with strict timeout values, for example. Once you hit a breakpoint, the timing is blown. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
Vitor |
Posted: Mon Feb 27, 2012 7:01 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
lancelotlinc wrote: |
McueMart wrote: |
OP: Can you clarify your problem? I have extensively used the debugger in v7 of the Toolkit and had very few issues (apart from not being able to see the value of UDPs in the debugger - that would be nice!). Breakpoints set on connections as well as in ESQL code appear to work fine.
Regarding the advice of other - Sure learn how to use the Trace node; but, as with every programming language, a good developer should be very competent with using a debugger. |
Some use cases, you cannot use the interactive debugger: web services with strict timeout values, for example. Once you hit a breakpoint, the timing is blown. |
Or where you've got a parsing problem. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Naive_developer |
Posted: Tue Feb 28, 2012 3:01 am Post subject: |
|
|
Newbie
Joined: 23 Feb 2012 Posts: 5
|
Thanks guys, for the reply. Eventually the color highlighting for breakpoints are working fine. I missed to attach a source path for the debug. Thanks for the help. now jumping to see how trace works.
N |
|
Back to top |
|
 |
|