c# - How to stay on a single thread while debugging an application in Visual Studio? -
while debugging asp.net mvc application in visual studio 2017, facing issue multiple threads. code flow stepping other threads too.
i have tried using debug -> windows -> threads freeze unwanted threads @ first break point. it's not working expected. also, tried set thread condition breakpoints filter out other threads.
i know how stop debugging multiple threads , stay on current break points.
note: have resharper installed in visual studio. want know whether can handle using resharper.
Comments
Post a Comment