Skip to main content

Question list filters

Filter by
Sorted by
Tagged with
Score of 1
0 answers
65 views

I've been having an issue in Visual Studio Community 2022 where whenever the debugger hits a breakpoint within a lambda, the entire body of the lambda is highlighted in gray. Here's a screenshot, with ...
Score of 0
1 answer
145 views

I'm debugging a large-ish program in Visual Studio and I'm not able to see most of its stack frames in the "Call Stack" window (that part is labeled "external code"). The program ...
Score of -4
0 answers
61 views

I try to embed python into an C++ Visual Studio project. I installed the NuGet Python 3.14.7 Package (64bit). Then trying to run Debug I get a linker error about the missing python314_d.lib that ...
Score of 0
2 answers
49 views

Is there a way, in Visual Studio 2022, to change the tab width size per file ? I know you can change the tab size globally, or even by file type. There's also a cute control in the bottom right of ...
Score of 0
0 answers
104 views

I want to be able to add a UserControl (a panel with multiple controls clumped together, like a label, textbox/combobox, and a button) for a lot of items without repeating the same thing that number ...
Score of 1
2 answers
95 views

Is there a way to remote-control Visual Studio (Not Visual Studio Code!) Is there a command-line interface, or a COM object I can talk to, or something? The specific things I'd like to be able to ...
Score of 1
2 answers
158 views

VSC++ contains the function __debugbreak() that causes the debugger to step in and break the debugee at execution. When debugging multiple threads, threads can be frozen/thawed manually to prevent ...
Score of 1
0 answers
115 views

I have previously written some Visual Studio extensions using the VSSDK, but I have just started to understand the newer method using VisualStudio.Extensibility. I have written my first extension ...
Score of 2
1 answer
76 views

Is there anywhere a list of properties that are supported by vswhere? The documentation has only a list of examples, from which I can, for example, learn that I can get the Visual C++ installation ...
Score of 1
2 answers
404 views

Visual Studio 2022 can detect uninitialised C++ variables at runtime and report an error. However, it appears to only work for variables that are global or stack-based. Heap-based uninitialised ...
Score of 1
1 answer
104 views

I have a large project with the following branching scheme: /dev is the default, protected, branch, all changes get merged into there through MRs. /release is the branch reflecting what is currently ...
Score of -2
1 answer
461 views

Just updated Visual Studio 2026 (as the IDE said an update was available). Edition: Visual Studio 2026 Community Release: July 2026 Feature Update Version: 18.8.0 Operating System: Windows 11 Pro ...
Score of 3
1 answer
223 views

I am working on an enterprise project involving a native MFC C++ application that interacts with a .NET 10 library via a C++/CLI bridge DLL. The setup: Host: Native MFC C++ application. Bridge: C++/...
Score of 1
0 answers
82 views

I'm scaffolding ASP.NET Core Identity into an existing project using Visual Studio 2026. After right click on the project and select "Add > New Scaffolded Item > Identity", the ...
Score of 0
1 answer
117 views

I've recently started looking into developing a client side JavaScript application, that should run on pure client side JavaScript. With this I've come across the "JavaScript Express Application&...

15 30 50 per page
1
2 3 4 5
7731