Hi,
I have an application where there are multiple tasks distributed across different thread.
The threads are started on click of a button click using Start() method of Thread class.
One of the methods in the class is assigned to a thread.
When I do the button click that time I am able to debug the method, but then after even if I keep a breakpoint in the method, the command is not getting to the breakpoint.
Please help me how to do debugging in multi threaded application.