958 questions with Visual Studio Debugging tags

Sort by: Updated
5 answers

Json and exception System.ArgumentException: 'Escape sequence not recognized.. (48):

Hello People, Good Night, The code above generate the Exception System.ArgumentException: 'Escape sequence not recognized. (48): Dim resposta As String ="{"SUCCESS":0,"IDERRO":1,"ERRO":"O CAMPO NOME \U00E9…

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.
958 questions
asked 2020-09-15T21:16:44.403+00:00
César Oliveira 1 Reputation point
commented 2020-09-21T07:10:29.23+00:00
Dylan Zhu-MSFT 6,406 Reputation points
1 answer

VS-2019 Debugging MFC

I'm using MFC as a shared DLL in a program with an EXE and a number of my own DLLs, some of which use MFC. Using VS-2019, when I step through my program's DEBUG build, it won't step into the MFC library source code. How do I get it to do so? Dave

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,581 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.
958 questions
asked 2020-09-11T13:03:50.997+00:00
David Webber 136 Reputation points
commented 2020-09-14T01:57:18.013+00:00
Dylan Zhu-MSFT 6,406 Reputation points
2 answers One of the answers was accepted by the question author.

new Span<byte> generates garbage, only when debugger is attached.

I have the following code: https://pastebin.com/2kDEeUn0 When running it with Ctrl+F5, the GC result is Start=0, End=0 However when running it with F5, the result is Start=0, End=38 Why is this happening and is there any way to avoid this? I'd…

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.
958 questions
asked 2020-09-02T14:03:39.137+00:00
KakCAT CAT 21 Reputation points
commented 2020-09-09T19:25:40.427+00:00
KakCAT CAT 21 Reputation points
1 answer

how to attach debugger to node.js inspector with visualstudio 2019 as in visual studio code with launch.js ?

i want to debug a node application on a iot device homey, i can attach the debugger to chrome inspector in visual studio code with launch.js but how is that done in vs 2019. you can attach to a process but which is it ? thera a numerous chrome processes…

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.
958 questions
asked 2020-08-24T09:42:38.703+00:00
jan jansen 1 Reputation point
commented 2020-09-02T09:04:17.417+00:00
Dylan Zhu-MSFT 6,406 Reputation points
1 answer

Solução p/ o erro MSB4018 - Falha inesperada da tarefa &#34;ResolvePackageAssets&#34;

Erro MSB4018 Falha inesperada da tarefa "ResolvePackageAssets". NuGet.Packaging.Core.PackagingException: Unable to find fallback package folder 'D:\Microsoft\Xamarin\NuGet\'. em NuGet.Packaging.FallbackPackagePathResolver..ctor(String…

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.
958 questions
asked 2020-08-22T20:59:47.633+00:00
Vinicius Gomes Gonsalves 1 Reputation point
commented 2020-09-02T09:01:54.17+00:00
Dylan Zhu-MSFT 6,406 Reputation points
1 answer

Visual Studio Sign Tool Error after recent Windows 10 Update

My Visual Studio 2017 Application has a build error after the latest Windows Update. "An error occurred while signing: Failed to sign bin\Debug\app.publish\ my program.exe. SignTool Error: No certificates were found that met all the given…

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.
958 questions
asked 2020-08-25T17:59:14.937+00:00
Terry Stringer 1 Reputation point
commented 2020-09-02T08:34:47.59+00:00
Dylan Zhu-MSFT 6,406 Reputation points
0 answers

VS2019 C# Designer not working

When opening designer mode I get this error. System.Exception The app didn't start. (Exception from HRESULT: 0x8027025B) at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,744 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.
958 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,850 questions
asked 2020-08-26T18:27:00.153+00:00
Paul van der Westhuizen 6 Reputation points
commented 2020-09-02T08:26:08.61+00:00
Dylan Zhu-MSFT 6,406 Reputation points
0 answers

Visual Studio noob here needs a bit of help

Okay, so basically, very big noob here, I am just starting out unity and got tried using VS for the first time, so I'm following a tutorial for VS but here's the thing, when I open up visual studio, I don't see anything where the "terminal"?…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,744 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.
958 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
983 questions
asked 2020-08-27T06:24:30.947+00:00
Dee_Law _Up_In_Here 1 Reputation point
commented 2020-08-31T09:10:26.307+00:00
Dylan Zhu-MSFT 6,406 Reputation points
2 answers One of the answers was accepted by the question author.

Conditon statement for combo box control.

I am doing my window form project, in which I am using the combo box control. private void button5_Click(object sender, EventArgs e) { con.Open(); if (comboBox1.SelectedItem.ToString() == "DOCTOR DETAILS") { Form2 f2 = new Form2(); …

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.
958 questions
asked 2020-08-29T08:04:10.793+00:00
K. MOHANA PRIYA 56 Reputation points
commented 2020-08-31T08:38:51.157+00:00
K. MOHANA PRIYA 56 Reputation points
2 answers

step into stored procedure from c# visual studio (community, 2019) project--nothing suggested over last 10 years works

I'm not a novice--been working with VS since it hit the market (every version). Worked for more than 20 years as SQL Server DBA, also. However, after 30+ hours of Bing research and trying EVERYTHING even hinted, I can't get it to work--error: won't…

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.
958 questions
asked 2020-08-20T20:22:52.383+00:00
jhg 6 Reputation points
commented 2020-08-27T10:12:29.537+00:00
Dylan Zhu-MSFT 6,406 Reputation points
1 answer

Visual Studio Graphics Tools - Shader Debugging - Debugging shader not working anymore

Simplified I'm using DX11 in C++. On an older Windows 10 installation I could debug through my shader code (captured a frame, chose a pixel, stepped through the vertex and pixel shader). But on my new machine, whenever I want to enter a shader I get…

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.
958 questions
asked 2020-08-21T09:40:20.623+00:00
Georg Rottensteiner 6 Reputation points
commented 2020-08-27T10:05:36.857+00:00
Dylan Zhu-MSFT 6,406 Reputation points
0 answers

python *.pyd+*.pdb+dumpfile,can not load symbols。

I used vs2015 to build a paddle_pybind.dll and vc140.pdb,and renamed paddle_pybind.dll to core_avx.pyd。 Then,I used python call core_avx.pyd。When the program crashed, I generate a dump file paddle.dmp。 Then,I opened paddle.dmp(used vs2015), and…

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.
958 questions
asked 2020-08-05T09:10:49.223+00:00
huan wang 1 Reputation point
commented 2020-08-26T15:24:37.923+00:00
Dylan Zhu-MSFT 6,406 Reputation points
3 answers One of the answers was accepted by the question author.

How to debug my design form project?

Hi when I am start my debugging the cmd open and close immediately without showing the output of my design form. It show the program has exited with 0 code like this: &#39;ConsoleApp1.exe&#39; (CLR v4.0.30319: DefaultDomain):…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,862 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.
958 questions
asked 2020-08-19T11:13:48.16+00:00
K. MOHANA PRIYA 56 Reputation points
commented 2020-08-26T15:19:06.163+00:00
Bonnie DeWitt 811 Reputation points
2 answers

Visual Studio 2019 start up error

Visual Studio 2019 Enterprise V16.7.2 Every time Visual Studio starts I get the following error message Microsoft Visual Studio The 'IBM Database Language Service' package did not load correctly. The problem may have been caused by a configuration change…

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.
958 questions
asked 2020-08-19T05:02:55.897+00:00
Peter Czurak 6 Reputation points
commented 2020-08-26T06:16:07.177+00:00
Tianyu Sun-MSFT 28,341 Reputation points Microsoft Vendor
1 answer

Visual Studio 2019 C++, how to know which return statement (out of multiple return statements in current function) exited the current function

I'm debugging a C++ function in Visual Studio 2019 and there are multiple return statements in it. I want to know which return statement exited the current function. Right now I'm adding breakpoints to all the return statements and continuing the…

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,581 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.
958 questions
asked 2020-08-23T20:56:50.307+00:00
pasha 1 Reputation point
commented 2020-08-25T09:34:27.443+00:00
Dylan Zhu-MSFT 6,406 Reputation points
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,744 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.
958 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,581 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.
958 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,322 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.
958 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