963 questions with Visual Studio Debugging tags

Sort by: Updated
2 answers One of the answers was accepted by the question author.

Visual Studio 2019 No Longer Debugging

Hello, got an interesting predicament here. I was coding a program, and decided I wanted to try and change the namespace by going into Project > MyProjectName Properties. Under Application, there is a Default Namespace location there, so I wanted to…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,828 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
963 questions
asked 2020-08-17T21:32:15.49+00:00
PT6 101 Reputation points
accepted 2020-08-18T21:08:15.213+00:00
PT6 101 Reputation points
2 answers

Visual Studio 2019 C++ debugger won't let me set data breakpoints

I'm debugging native C++ code in a native DLL that is being called from a .NET assembly at run time. Under Debug > New Breakpoint and Breakpoint window New button, Data Breakpoint is grayed out. I know this feature is available only for…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,616 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
963 questions
asked 2020-08-17T21:31:15.77+00:00
Norm Birkett 1 Reputation point
answered 2020-08-18T09:14:15.2+00:00
Dylan Zhu-MSFT 6,406 Reputation points
0 answers

Remote deployment

Is it possible to deploy and debug UWP app over remote desktop connection? I'm trying it, but it seems like remote debugging over network is not possible because RDP session does not create actual network connection between dev and target machines.…

Universal Windows Platform (UWP)
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,370 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
963 questions
asked 2020-08-10T16:14:32.74+00:00
Ivanich 306 Reputation points
commented 2020-08-13T12:43:22.997+00:00
Ivanich 306 Reputation points