visual-studio-debugging Questions

2

Solved

I'm trying to debug a Linux container that runs a C#/.NET 6.0 console application from Visual Studio 2019 (version 16.11.10). When I use Debug / Attach to Process... to connect to my running contai...
Disepalous asked 27/2, 2022 at 19:45

2

Solved

When xdebug provides a stacktrace, it can create links to open files in your text editor at a particular line. For instance, the following configuration will open files in Sublime, if the subl hand...
Ovaritis asked 22/10, 2018 at 18:36

3

Solved

I am using Visual studio 2022 with .NET Framework 6.0 while i am trying to debug application not hit the breakpoint at the starting point. try to apply debugger on program.cs class I have applied a...
Thorax asked 17/3, 2023 at 8:16

5

I am using http trigger Azure Function. When I am running my application (by pressing F5), after clicking http://localhost:7071/api/HttpTrigger1, I am getting response in browser but code doesn't s...

23

Solved

All of a sudden, I have run into an issue where I cannot step into any code through debugging in Visual Studio. The step over works fine, but it refuses to step into (F11) any of my code. This was ...
Evertor asked 29/5, 2012 at 14:41

5

Solved

I am new to Python and work with Microsoft Visual Studio I have to run this (but it says I need more than 1 value): from sys import argv script, first, second, third = argv print "The script...

3

Solved

I have created a very simple NuGet package from a .net framework visual studio Class Library project, where the class library source is in C#. I used this command to create the nuget package: nug...

2

Solved

I used to download Offline symbol packages (Debug symbol MSIs) and use only them since it's we don't need to wait for slow downloading as we go in debugging. However this feature is no longer exist...
Koziara asked 4/5, 2018 at 16:18

8

Solved

This Debugger message pops up randomly while i am attempting to examine a variable while a breakpoint has hit in Visual Studio 2017. Shortly thereafter, a larger message box appears that shows the...
Melgar asked 21/7, 2017 at 7:8

3

I'm asking my network admin to open up ports on the firewall to allow remote debugging. It says in the documentation on MSDN that it needs UDP 135. However, the admin says that a number of non-stan...

5

Solved

I have a problem with debugging my program in Visual Studio 2012 - when I try to debug the code by inserting some breakpoints, they seem not to work - when I hover on them a message pops up The ...
Macrogamete asked 16/11, 2013 at 16:33

2

Solved

I have a fairly large python/c++ program that runs as follow: . set_env.sh -option A -option B python run.py The set_env.sh script modifies the PYTHONPATH and does all sort of export in order to ...

6

Solved

I was trying to debug Cucumber scenarios in Visual Studio code and made below changes in the launch.json. { "name": "e2e", "type": "node", "request": "launch", "program": "${workspaceRoot}\\no...

8

I'm suddenly getting a strange error while debugging. Up to now the variable in the watch windows has been showing correctly. Now I am always getting this error message in the watch windows: The f...
Wordless asked 1/5, 2015 at 10:20

8

Solved

I'd like to get ToString() to display for a class under my control in debug mode. It'd be nice if this was the first thing to show up when you hover over a variable with the mouse. Is there an attr...
Teresiateresina asked 26/7, 2011 at 11:1

3

Solved

I have a break point set after I have assigned a value to a local variable. The name of the variable remains grayed out, and I can't see its value when I hover over it. This was working find but ha...
Piroshki asked 8/9, 2019 at 5:48

5

Solved

I am trying to debug a project that has a reference to a DLL that I added, the DLL is stored in an external directory and I just added a reference. Now of course I can debug my project but the line...

6

Solved

I have a problem to debug my ASP.NET Core 2 application. Suddenly all breakpoints in application cannot be hit. The breakpoint will not currently be hit. No executable code of the debugger's targe...
Tradesfolk asked 12/5, 2018 at 13:5

3

When running my solution in debug mode, IIS Express and Internet Explorer as the browser, I get the following error: The program '[12604] iisexpress.exe: Program Trace' has exited with code 0 (0x...
Columbuscolumbyne asked 4/6, 2019 at 19:36

6

I use Visual Studio 2017 (15.6.6). When debugging, I try to evaluate simple expressions like int a = 2; in the immediate window. An error Internal error in the C# compiler is thrown. I tried ...

3

Solved

If I place a breakpoint and cause code execution to pause on a line where I wish to test the value of a DateTime variable, the Visual Studio 2013 debugger will display the value of my DateTime vari...
Orlov asked 12/9, 2017 at 18:11

1

Solved

I am debugging an app that makes use of System.Reactive.dll. I am not sure how it happened but all of a sudden while debugging VS will stop and show a "Source not found" window for basica...
Doralyn asked 20/7, 2022 at 17:47

1

Solved

I am working with visual studio code (python) using ssh to access a remote server (where the code is located). I am able to write code, run and debug without any problem. However I am not able to g...

1

I have builder class that generates a string. The output string is available through the ToString() method. I want to show this output in visual studio's debugger. When I take a look at the raw str...
Pegeen asked 24/6, 2022 at 14:22

8

Solved

I'm trying to develop my first visual studio extensions project, I have VS10 SDK installed and was able to create a new project and can build it fine, however when I attempt to debug symbols are no...

© 2022 - 2025 — McMap. All rights reserved.