Flutter - how to filter debug console in vscode

后端 未结 3 613
梦谈多话
梦谈多话 2021-01-11 15:17

For a few days, and without changing anything, at least deliberately, in DEBUG CONSOLE in VSCODE I get messages like:

W/.arae_bluep         


        
3条回答
  •  迷失自我
    2021-01-11 15:51

    According to this issue it looks like it is not currently possible to filter the debug console in Visual Studio Code, however you could use the filter text field in the logging tab of the Dart DevTools in order to filter the logs that are sent to the console. I appreciate that this means that you would need to have the Dart DevTools open in addition to Visual Studio Code, however this would be a useable workaround until such a time as the ability to filter the debug console is implemented in Visual Studio Code.

提交回复
热议问题