Questions tagged [debug-console]
7 questions
1
vote
0 answers
how can i solve problems in vscode?
while running my flutter project in VScode, I get this error from the debug console, can you help?
Execution failed for task ':app:processDebugMainManifest'.
Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 19…

mærth
- 11
- 1
0
votes
0 answers
has maximum number of lines in chrome console increased?
There is a question here which states that the number of lines in the chrome developer console is 1000. I experienced this a few months ago and excess lines were discarded slightly randomly. Yesterday I seemed to hit a limit at about 1500 lines (I…

George Keeling
- 51
- 5
0
votes
1 answer
How do I resolve the error messages for my flutter app
I am building app which is done by famous youtube channel-Codepur. I was trying to build music player app, I used 'flute_music_player:' in dependency. But issues are comming in the way. The console message is:
*
The plugin flute_music_player uses a…
0
votes
0 answers
How to enable a debug console in qt creator which can execute c++ expression during debug?
i am new to the qt-IDE and trying to figure out, how to enable a debug console in qtcreator for my c++ project, which allow you to execute the c++ expression during the debug, for example like the vscode does:
Debug console in vscode:
QtCreator…

z5748259
- 11
- 3
0
votes
2 answers
DiagnosticsProperty
Please I am having this error in my flutter code. Below is my code:
return Scaffold(
appBar: AppBar(
backgroundColor: Colors.black,
leading: IconButton(
onPressed: () {
Navigator.of(context).pop();
…

Victor Otubure
- 3
- 2
0
votes
0 answers
Problem running python cProfile in VSCode debug console
I'm trying to setup a good VSCode python environment for debugging including profiling using cProfile in a REPL manner, and I really like the debug widow.
In the VSCode debugger I am able to run/debug the following script:
import…

grescha
- 3
- 1
- 2
0
votes
0 answers
Visual Studio Code - Flutter - don't show Android OS messages in debug console
When debugging my Flutter app, VSCode prints Android OS messages to the debug console.
Is there a way to set it up so only my own logs are shown?
In other words, is there a way to suppress system logs?

Despotovic
- 1,807
- 2
- 20
- 24