Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How can I debug InitializeComponent at design time?

193 views
Skip to first unread message

Visual C# Team

unread,
Nov 18, 2002, 5:50:38 PM11/18/02
to
What error are you encountering?

--
Gregg Miskelly & Rich Cook


-----------------------
This posting is provided "AS IS" with no warranties, and confers no rights
"Malcolm van Raalte" <n...@motormal.net> wrote in message
news:3e3e01c28dae$6d4d17b0$8af82ecf@TK2MSFTNGXA03...
> The windows form designer is encountering an error when I
> try to bring up a form in design mode. How can I line-by-
> line debug the InitializeComponent method at design time?


Windows Forms Team

unread,
Dec 2, 2002, 5:24:56 PM12/2/02
to
You can attach another instance of the VS IDE to debug a design time
process. In another instance of the IDE that has the relevant source code
loaded, click on the Debug Processes... menu command on the Tools menu.
Attach to the other VS IDE process and check the checkboxes with labels
matching the types of Exceptions you want to intercept (CLR, Native, T-SQL,
Script). This will allow you to use the IDE's debugger to debug the process
when a breakpoint or exception is encountered.

--

Windows Forms Team

This posting is provided "AS IS" with no warranties, and confers no rights.

"Visual C# Team" <csh...@microsoft.com> wrote in message
news:O1ietT1jCHA.2672@tkmsftngp09...

0 new messages