You need to use a second instance of VS.NET to debug the one that’s running
the code.
1) Put your control on a form in VS.NET
2) Start a 2nd Vs.Net
3) Choose the Debug menu >> Processes ...
4) Double click 'devenv.exe' and choose 'Common Language Runtime' as the types
of debugging
5) Open your code file, set your breakpoint, and you’re debugging.
(from sburke_online@microsoft..nospam..com on microsoft.public.dotnet.framework.windowsforms)
Share with