Visual Studio Diagnostics (Debugger, Profiler, IntelliTrace) announcement
-
Link
To learn what is new in Diagnostics for Visual Studio 2013, see this collection of links:
-
Link
A Channel 9 video showing the new 2010 debugger features is available at: http://channel9.msdn.com/shows/10-4/10-4-Episode-34-Debugger-Enhancements-and-Improvements/
-
4 VotesClarify Forum Expectations
We've had some confusion about what expectations you should have with respect to the MSDN forums. This thread is an attempt to clarify that confusion, at least as far as how the folks from Visual ...Sticky | 7 Replies | 39229 Views | Created by JimGries - Tuesday, November 14, 2006 5:12 PM | Last reply by Joel_Z - Friday, August 5, 2016 12:35 AM
Found 9154 threads
-
0 VotesMicrosoft visual studio console asking for dotnet sdk even if it is installed
I've installed microsoft core sdk with visual studio 2019 but whenever I am debugging azure function the debug console is asking to install dotnet sdkUnanswered | 6 Replies | 348 Views | Created by Vinay Jade - Thursday, July 9, 2020 6:39 AM | Last reply by Vinay Jade - 11 hours 30 minutes ago -
0 VotesDebugging a DLL from my own Visual Studio Extension
Attach to ProcessSelect the "TCP Server" process and click "Attach"Open the DLL method .cs file and keep the break point in the method.Open the Extension Window and click on ...Unanswered | 2 Replies | 161 Views | Created by Vinod-Soliton - Friday, July 24, 2020 3:51 AM | Last reply by Dylan Zhu-MSFT - 17 hours 39 minutes ago -
0 VotesWhy doesn't this SVG onclick work in VS2017 JS UWP
I want to make a JavaScript-based UWP on VS2017, and I need to be able to set styles by using JavaScript in an SVG onclick event. The only problem is that VS2017 UWPs don't support ...Unanswered | 3 Replies | 185 Views | Created by DarioilsuperStupidprogramisanje-ario - Thursday, July 23, 2020 11:39 PM | Last reply by Dylan Zhu-MSFT - Monday, July 27, 2020 9:47 AM -
0 VotesStart Project Without Building
hi, i'm working on a game engine (written in c#) and i want to allow the users to test their games without having to build them each time (which takes a long time), something like unreal, unity and ...Proposed | 5 Replies | 323 Views | Created by SalahChafai - Tuesday, July 7, 2020 6:33 PM | Last reply by Dylan Zhu-MSFT - Tuesday, July 21, 2020 8:29 AM -
0 VotesSnapshot debugger with .Net Core 3.1 AKS azure kubernetes
I am trying to use snapshot debugger with .net core 3.1 app running in AKS linux node. Dcoker image i am using is aspnet:3.1-bionic with debugger installed. I can successfully attach snapshot ...Proposed | 4 Replies | 292 Views | Created by Priyan Rajeevan - Saturday, July 18, 2020 7:07 PM | Last reply by Tianyu Sun-MSFT - Tuesday, July 21, 2020 6:49 AM -
0 VotesHelp deleting all developers, debuting, visual studio, .net I don't want any thing to do with any of this
hiAnswered | 2 Replies | 1126 Views | Created by timetraveler9 - Sunday, January 7, 2018 8:39 AM | Last reply by timetraveler9 - Saturday, July 18, 2020 11:26 PM -
0 VotesCan not debug in VB Express or C# Express
Hi, I'm having a little problem with the Express editions and I'm starting to lose patience quickly over it. All I want to do is run a brand new, unchanged, application that I have created in either ...Answered | 4 Replies | 6003 Views | Created by Northwester - Wednesday, December 14, 2005 2:20 AM | Last reply by elisch123 - Thursday, July 16, 2020 9:21 PM -
0 VotesUnable to publish the azure functions from Visual Studio 2019
We have a Azure Function which is built in .Net Framework 4.6 and recently we have updated the Azure Functions with .Net ...Unanswered | 1 Replies | 213 Views | Created by T Bojjaiah - Monday, July 13, 2020 9:59 AM | Last reply by Dylan Zhu-MSFT - Tuesday, July 14, 2020 3:22 AM -
0 VotesSystem.resources.dll Module was built without symbols.
Using Visual Studio 2019 Professional Version 16.6.3. Started recently getting errors trying to debug any c# code. Here is what I get when I run the ...Proposed | 2 Replies | 324 Views | Created by Shawn Mandel - Saturday, July 11, 2020 12:29 AM | Last reply by Dylan Zhu-MSFT - Monday, July 13, 2020 2:59 AM -
0 VotesUnable to start debugging. Unable to load a visual studio component(vsdebugeng.dll)
After clicking F5 using Visual Studio Community 2019 and Visual Studio Professional 2017 Error message: Unable to start debugging. Unable to load a visual studio ... -
0 VotesUnable to Start Program
I am just starting with Visual Studio. Trying to run some tutorial programs, which worked fine yesterday. But now I just get an error when running from the debugger 'Start Without Debugging:: Unable ...Proposed | 2 Replies | 282 Views | Created by Chris8889 - Thursday, July 2, 2020 12:57 AM | Last reply by Dylan Zhu-MSFT - Tuesday, July 7, 2020 9:57 AM -
0 VotesVS 2017 hangs app after continuing from a breakpoint
When I am stopped at a breakpoint for a time examining data, etc. and then hit F5 to continue, sometimes the debugger hangs the application and I have to restart app debugging session. This has been a ...Unanswered | 13 Replies | 541 Views | Created by alverson - Wednesday, July 1, 2020 1:53 PM | Last reply by Dylan Zhu-MSFT - Monday, July 6, 2020 10:24 AM -
0 VotesIntellisense recognizes scopes wrong in some cases of using preprocessor commands and curly braces
Hi, I have this simple class in a header file: #pragma once class C { public: C () {}; int var1 = #ifdef ...Unanswered | 1 Replies | 314 Views | Created by Gertio - Thursday, July 2, 2020 7:04 PM | Last reply by Dylan Zhu-MSFT - Friday, July 3, 2020 3:21 AM -
0 VotesHow to call a member function of a class from a dll in immediate window? C++
Assume I have a dll (mydll.dll), which defines and exports a class "Foo" with one member function "bar()". I also have an exe, which dynamically links to this ...Proposed | 7 Replies | 828 Views | Created by Gertio - Monday, June 22, 2020 7:33 PM | Last reply by Gertio - Tuesday, June 30, 2020 11:10 AM -
0 VotesHow to I resolve error: "form does not support code parsing or generation because it is not contained with a project that supoorts code
Do not recall changing any setting related to code parsing. This error message came out of no where. Using VB.net in VS ...Answered | 5 Replies | 561 Views | Created by Jeff07 - Sunday, June 28, 2020 11:46 PM | Last reply by Jeff07 - Monday, June 29, 2020 3:47 PM -
1 VotesDeploying PDB files with an application
I am having trouble finding an explanation of the costs in security risks and performance of deploying pdb files with an application. The application is an internal application, although the source is ...Unanswered | 1 Replies | 474 Views | Created by harrjs - Wednesday, June 24, 2020 12:42 AM | Last reply by David Lowndes - Wednesday, June 24, 2020 9:42 AM -
0 VotesVisual Studio Not Allowing 2 Publish Profiles For Web Jobs
I have a solution in Visual Studio with 3 web projects and 2 web jobs. The web jobs are just two console apps that i publish to azure by right clicking on them and selecting ...Unanswered | 2 Replies | 437 Views | Created by David Brosnan - Wednesday, June 24, 2020 12:50 AM | Last reply by Dylan Zhu-MSFT - Wednesday, June 24, 2020 6:17 AM -
0 Votesvisual studio 2019 Hanging while debugging
Visual Studio 2019 Hanging while debugging even updated with New release 16.6.2- (June 9 2020 )also. and 1 strange issue of while Excel file copying 3 rd time then ...Unanswered | 1 Replies | 478 Views | Created by Sign of Shine - Tuesday, June 23, 2020 6:42 AM | Last reply by Sign of Shine - Tuesday, June 23, 2020 11:25 AM -
0 Votescdb debugger issue
"C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\cdb.exe" Microsoft (R) Windows Debugger Version 10.0.19041.1 AMD64 Copyright ...Unanswered | 8 Replies | 927 Views | Created by jc2020 - Tuesday, June 9, 2020 2:23 PM | Last reply by Dylan Zhu-MSFT - Tuesday, June 16, 2020 9:39 AM -
1 VotesCustom Control edit template cause compilation failure in Visual Studio 2019 (version 16.7 Preview 2)
<Setter Property="FocusVisualStyle" Value="{x:Null}" /> > <Setter Property="HorizontalContentAlignment" ...Unanswered | 1 Replies | 673 Views | Created by Magi02 - Thursday, June 11, 2020 9:22 AM | Last reply by Dylan Zhu-MSFT - Friday, June 12, 2020 10:37 AM - Items 1 to 20 of 9154 Next ›
Visual Studio Diagnostics (Debugger, Profiler, IntelliTrace) announcement
-
Link
To learn what is new in Diagnostics for Visual Studio 2013, see this collection of links:
-
Link
A Channel 9 video showing the new 2010 debugger features is available at: http://channel9.msdn.com/shows/10-4/10-4-Episode-34-Debugger-Enhancements-and-Improvements/
