skip to Main Content

The debug console in vs code
When debugging flutter app in vs code, nothing is showing in debug console rather than Connecting to VM Service as shown in image. The app is connected with external usb with my android phone. Earlier it was working fine. Please help me to find out a solution…

2

Answers


  1. try restarting vscode and run debug

    Login or Signup to reply.
  2. I recommend restarting VSCode too.
    Also off and on to Device’s devloper mode.

    If you refer to the debug console a lot,
    the flutter_logcat package will help.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search