When debugging a C++ application on a remote Linux machine (using CMake), the response is very slow. Even traversing very short regions of code takes a long time (minutes). While this is happening Visual Studio is unresponsive and shows: My connection to the remote machine ...
Visual Studio A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices. Hello@Serge Gusev, Welcome to Microsoft Q&A forum. I may suggest you first try to clean cache(project cache and VS cache) => remove the hidden .vs fol...
If you’ve had an issue with your debugging session being slow due to stack walking, let us know by voting for theUserVoice suggestion to improve call stack performance in Visual Studio. Also leave a comment there about what type of application you were debugging, what programming language, wh...
""yetAnotherField"": ""a value"" }, ... ] }"; Try to scroll the file, edit, undo, etc. - all actions are slow, unless the verbatim string is collapsed. .NETweb This issue is read only, because it has been in the Closed - Fixed state for over 90 days. ...
When debugging, Visual Studio debugger will only pause application on the Dependent breakpoint if the prerequisite breakpoint is hit. You can convert any breakpoint to Dependent breakpoint by enabling "Only enable when followwing breakpoint is hit" checkbox from the settings window and selecting ...
The response time of the window now scales very well when debugging applications with large number of threads. This animation demonstrates the speed of 17.5 compared to 17.4 when debugging an application with around 200 threads.Thread Window, image...
when debugging native code) the debugger may require symbols in order to show you complete call stacks. You can determine if your application is loading a large number of symbol files by looking on the left side of the status bar which is at the very bottom of the Visual Studio window. ...
Visual StudioAdd comments I recently wrote howVisual Studio 2010 is very slowon my fast PC, taking 25-30 seconds to start up. Thanks to a Microsoft employee who helped me but wishes to remain anonymous, my problem is solved. The VMWare add-in, VMDebugger, causes Visual Studio 2010 to lo...
Visual Studio 2017 version 15.9.63 released June 11th, 2024 Issues Addressed in this release Security Advisories Addressed CVE-2024-30052 Remote Code Execution when debugging dump files that contain a malicious file with an appropriate extension CVE-2024-29060 Elevation of Privilege where affected ins...
I'm finding that while stepping throughcode under Visual Studio 2005, three-dimensional array initialization is extremely slow. It takes on the order of a minute to initialize an array of about 32x32x32 and over an hour (or more, I've never waitedfor it to finish) ...