Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Debugging a Parallel processing methods in Classes

Former Member
0 Likes
729

Hi Team,

I have a class containing parallel processing based on methods and have written some piece of code written in it. Whenever I am keeping a break point and trying to debug it is not getting triggered nor stopping @that break point.

Please let me know if there any other method of debugging this parallel processing method of concept. I am new to this technique.

Thanks in Advance,

Regards

Sunil Kumar.

1 REPLY 1
Read only

Former Member
0 Likes
418

It's possible that the scenario you are debugging may not even be attempting to execute your piece of code.  I would suggest stepping through from the beginning to see if it even trys to step into the method you expect within the class.