Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Identical projects, different behaviors

$
0
0

Hi all,

I had projets that were working perfectly well, class library called by a third party exe, and I could set a breakpoint in my code, launch the third party and debug inside just fine. All of a sudden, one of them stopped being able to debug/break. Another identical project can still break no problem. AFAIK, version control tells me nothing changed in the .sln, .csproj, .cs, files. I tried to duplicate the working project to another folder and try to debug/break this, and it's not working either. I'm scratching my head over how that could happen. The breakpoint-ed code is hit by the third party exe (tested with a messagebox.show there). Do you have any idea where the problem might come from?

 


Viewing all articles
Browse latest Browse all 1764

Trending Articles