|
| Debug into .NET libraries |
|
|
|
|
| Messages |
|
Related Types |
This message was discovered on microsoft.public.vsnet.debugging.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
| brckcc@yahoo.com |
I want to step into the methods of standard library calls (for example into the SelectedNode property of TreeView), but it won't allow me to step into the .Net library calls.
When I was doing C++ programming I could step into the MFC libraries.
How do I achieve the same thing in C#?
Using Developer Studio .Net 2003 with C#.
- Bruce
|
|
|
| |
|
| |
| |
| Robert Gruen [MSFT] (VIP) |
Bruce,
In order to do this you'll have to get symbols for the .NET framework. You can get symbols for the .NET framework by following the instructions at: http://www.microsoft.com/whdc/ddk/debugging/symbols.mspx
Thanks! Robert Gruen Microsoft, VB.NET
This posting is provided "AS IS", with no warranties, and confers no rights. -------------------- | Thread-Topic: Debug into .NET libraries | thread-index: AcPfmTgF0KtWsy8HRzeSU54cj7e2wA== | X-Tomcat-NG: microsoft.public.vsnet.debugging | From: "=?Utf-8?B?YnJja2NjQHlhaG9vLmNvbQ==?=" <Click here to reveal e-mail address> | Subject: Debug into .NET libraries | Date: Tue, 20 Jan 2004 13:06:05 -0800 | Lines: 10 | Message-ID: <Click here to reveal e-mail address> | MIME-Version: 1.0 | Content-Type: text/plain; | charset="Utf-8" | Content-Transfer-Encoding: 7bit | X-Newsreader: Microsoft CDO for Windows 2000 | Content-Class: urn:content-classes:message | Importance: normal | Priority: normal | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 | Newsgroups: microsoft.public.vsnet.debugging | Path: cpmsftngxa07.phx.gbl | Xref: cpmsftngxa07.phx.gbl microsoft.public.vsnet.debugging:4684 | NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180 | X-Tomcat-NG: microsoft.public.vsnet.debugging | | I want to step into the methods of standard library calls (for example into the SelectedNode property of TreeView), but it won't allow me to step into the .Net library calls.
When I was doing C++ programming I could step into the MFC libraries.
How do I achieve the same thing in C#?
Using Developer Studio .Net 2003 with C#.
- Bruce
|
|
|
|
| |
|
|
| |
| |
| Habib Heydarian [MSFT] (VIP) |
Just to clarify, even though the symbols for the .NET Framework are available from the public Microsoft Symbol Server, the sources for the .NET Framework are not available. Hence you cannot step into .NET Framework source code. To access the public Microsoft Symbol Server from Visual Studio, add the following entry to the Debug Symbol Files property in the solution properties:
srv*c:\symbols*http://msdl.microsoft.com/download/symbols
NOTE: It's recommended that you cache the symbols locally in order to improve performance.
HabibH.
"Robert Gruen [MSFT]" <Click here to reveal e-mail address> wrote in message news:Click here to reveal e-mail address... [Original message clipped]
|
|
|
| |
|
|
| |
|
|
|
|
|
|
|
|
|
BootFX
Reliable and powerful .NET application framework. |
|
|
|
|
|
|