Debugging Custom Control during Run-Time

  • Thread starter Thread starter Gregory Douroux
  • Start date Start date
G

Gregory Douroux

Hi,

I'm not able to debug custom controls during run-time. I've tried with the
Tic Tac Toe sample and didn't manage to reach any breakpoint into the custom
control source.
The debugger is working properly since I can reach breakpoints into the main
program.

Thanks for replies

Greg
 
Is your custom control in the same project or you're just adding a
reference to the custom control dll?

Thanks,

David
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "Gregory Douroux" <[email protected]>
| Subject: Debugging Custom Control during Run-Time
| Date: Fri, 3 Oct 2003 11:49:27 +0200
| Lines: 14
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| NNTP-Posting-Host: netsgopro-16-55.monaco377.com 195.78.16.55
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:35063
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| Hi,
|
| I'm not able to debug custom controls during run-time. I've tried with the
| Tic Tac Toe sample and didn't manage to reach any breakpoint into the
custom
| control source.
| The debugger is working properly since I can reach breakpoints into the
main
| program.
|
| Thanks for replies
|
| Greg
|
|
|
|
 
Back
Top