icsharpcode / SharpDevelop

#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
2.09k stars 773 forks source link

Latest Sharpdevelop 5.0 does not debug as well as 4.4.1 for multithreaded #644

Open slothbag opened 9 years ago

slothbag commented 9 years ago

My application is a multithreaded web server application and in SD 4.4.1 I could debug into the separate threads with no problem, but SD 5.0+ does not debug properly. Breakpoints are missed, stepping through operations is not possible. Exceptions just stop execution, no source/exit position is highlighted.