Feature request: add stack trace to exceptions.

  • Thread starter Thread starter Mark McKnight
  • Start date Start date
M

Mark McKnight

Please, please:

Something I miss very much when debugging is the stack trace in an
exception. This is sooo useful, but .NET CF doesn't have it.

Could someone log a feature request to add this?

Thanks :)
Mark
 
Hi Mark,

I totally hear ya - I'll add it to our list. So you don't an accurate
stack trace displayed in the error dialog with GUI threads, but with the
debugger attached you should get a callstack when it breaks for unhandled
exceptions.

-Katie

--------------------
| From: "Mark McKnight" <[email protected]>
| Subject: Feature request: add stack trace to exceptions.
| Date: Thu, 30 Oct 2003 16:18:25 -0600
| Lines: 11
| 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: dev.hillcast.net 64.132.24.148
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:37361
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| Please, please:
|
| Something I miss very much when debugging is the stack trace in an
| exception. This is sooo useful, but .NET CF doesn't have it.
|
| Could someone log a feature request to add this?
|
| Thanks :)
| Mark
|
|
|

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