Unresponsive keyboard when vs win10 system debugging

12asdasda 1 Reputation point
2020-09-27T07:41:49.827+00:00

Unresponsive keyboard when vs win10 system debugging

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,526 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.
938 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Dylan Zhu-MSFT 6,406 Reputation points
    2020-09-28T08:07:21.2+00:00

    Hi there,

    Please check if your application runs completely after you click "Start" button, and you could check the status at the left-bottom of VS.

    If the status is like this, please wait for the status to change to 'Ready'.

    28510-image.png

    28673-image.png

    In addition, we also suggest you could create a new console application, then debug it to check if this issue persists.

    Best Regards,
    Dylan