ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Breakpoints in debug mode not highlighting

Post new topic  Reply to topic
 Breakpoints in debug mode not highlighting « View previous topic :: View next topic » 
Author Message
Naive_developer
PostPosted: Fri Feb 24, 2012 7:53 am    Post subject: Breakpoints in debug mode not highlighting Reply with quote

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
View user's profile Send private message
lancelotlinc
PostPosted: Fri Feb 24, 2012 9:39 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

You should use Trace nodes, not the interactive debugger.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
Naive_developer
PostPosted: Fri Feb 24, 2012 9:48 am    Post subject: Reply with quote

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
View user's profile Send private message
Naive_developer
PostPosted: Mon Feb 27, 2012 5:45 am    Post subject: Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Mon Feb 27, 2012 5:59 am    Post subject: Reply with quote

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
View user's profile Send private message
lancelotlinc
PostPosted: Mon Feb 27, 2012 6:08 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
McueMart
PostPosted: Mon Feb 27, 2012 6:41 am    Post subject: Reply with quote

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
View user's profile Send private message
lancelotlinc
PostPosted: Mon Feb 27, 2012 6:42 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Vitor
PostPosted: Mon Feb 27, 2012 7:01 am    Post subject: Reply with quote

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
View user's profile Send private message
Naive_developer
PostPosted: Tue Feb 28, 2012 3:01 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Breakpoints in debug mode not highlighting
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.