Live Chat Icon For mobile
Live Chat Icon

If I have a user control and a designer, how can I debug the designer

Platform: WinForms| Category: Debugging

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

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.