Solved
Debug mode Visual Studio 2010 Class Project don't stop at breakpoints
Posted on 2013-11-08
I'm developing a Class Library with Visual Studio 2010 for .NET Framework 2.0 in C#. This Class import some functions from winscard.dll.
I've a web app that uses that class (dll) so in the DEBUG tab of my project properties I select START BROWSER WITH URL and select DEBUG CONFIGURATION.
In debug mode, the browser load the start page and use one function of the Class, returns a result code but, the execution never stop at the breakpoints selected in Visual Studio so i can't debug the class code.
I've test it with a C# windows exe object and the debug functions ok.
What am I missing to configure for debug using an URL?