‎2012 Mar 29 11:06 AM
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.
‎2012 Mar 29 8:57 PM
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.