Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
9 views

I recently learned about making snippets in Visual Studio and can make simple replacement ones and understand what's going on. However I saw this Make a vscode snippet that can use a variable number ...
Nihilum's user avatar
  • 65
-1 votes
1 answer
55 views

Is there any way, using the Visual Studio debugger, to see all the objects belonging to the application currently running? e.g. for tracking down rogue instances of a class that might be still hanging ...
komodosp's user avatar
  • 3,686
-1 votes
0 answers
50 views

I am running a CMake project in Visual Studio Community 2026 and it is connected to WSL: Ubuntu. It is running the Linux Debug configuration preset. WSL is running the gcc 15.1.0 compiler. My C++ code ...
Brandon Davies-Sekle's user avatar
0 votes
0 answers
17 views

I’m trying to debug inside a function that comes from a NuGet package (for example AutoMapper or FluentValidation). I want to Step Into the built-in function during debugging in Visual Studio to ...
mostafa fayez's user avatar
0 votes
1 answer
47 views

I'm debugging memory dumps. Visual Studio 2022 would have a "browse" button when it could not immediately find the symbols and that button would lead to an Open File dialog that would let me ...
Ansis Māliņš's user avatar
0 votes
1 answer
41 views

I recently installed VS 2026 and noticed that a menu pops up when I run the Android Emulator Pixel 7. I don't get this when I use Emulator Pixel-5. This is very annoying because it pops up in the ...
Bob's user avatar
  • 21
Advice
0 votes
2 replies
32 views

I am creating a new project heavily laveraging C++ 20 modules in Visual Studio 2022. For me it is working perfectly as I can successfully build my sources, the only drawback is I still do not know how ...
JairoV's user avatar
  • 2,114
-1 votes
0 answers
48 views

I'm implementing some versioning in my Minimal API for .NET 8 and I've hit a bit of a snag. My documentation won't load the v2 API doc into Swagger when I run the application. I have this Swagger ...
Bithellio's user avatar
1 vote
1 answer
108 views

If I select something and then type quotes, it doesn't replace as expected, it just puts quotes around the selected text. select type one quote (") instead of the expected or How do I ...
ispiro's user avatar
  • 28k
-1 votes
0 answers
103 views

I have a C# program, and I am using Microsoft Visual Studio. I have been able to build and run the program without any issue for a long time. Now, unexpectedly I get this error: I:\source\megaSearch\...
xarzu's user avatar
  • 9,619
-5 votes
0 answers
134 views

I installed the new Visual Studio 2026, and last I checked reflect.h from reflect-cpp was compiling, but no longer. It gives a internal compiler error C1001. The version I'm using is 18.0.2 (from the ...
Zebrafish's user avatar
  • 16.5k
-2 votes
0 answers
40 views

Suddenly My Cypress App crashes when I click on E2E This is the error I am getting Circular symlink detected: "C:\Users\PoojaPatel\AppData\Local\Application Data" points to "C:\Users\...
Pooja Patel's user avatar
-5 votes
0 answers
122 views

I'm building a Visual Studio solution, consisting out of 54 projects. There are several error lines in the "Error List" window; the first is: The system cannot find the file '!(bindpath.bin)...
Dominique's user avatar
  • 17.6k
0 votes
1 answer
49 views

In a command line of a pre-build event in a VS 2026 C++ project, I have the line git log -1 --date=format:%G --output=year.tmp --format="%cd" which is supposed to write the numerical year of ...
JWWalker's user avatar
  • 22.8k
0 votes
1 answer
75 views

I am trying to learn RPi dev I cannot use an IDE on the RPi, because ultimately the RPi needs to run without a GUI (Incompatible with hardware I intend to use), so I want to use Visual Studio (or ...
Clive Galway's user avatar

15 30 50 per page
1
2 3 4 5
7746