Show log events from dart:developer log() in the debug console (if enabled)#1849
Show log events from dart:developer log() in the debug console (if enabled)#1849
Conversation
|
@devoncarew I added code to print I could write the output all to another pane (an Output channel), though we don't have any ability to link to source code in there (though I don't know that matters for these?). |
|
I think having it in-line with the other output makes sense. If things do get too verbose, we may want to add ways to toggle on and off specific channels, or hide the output altogether. |
|
I was thinking that if a user pulls in some dependency that is really chatty and we don't already have some filter, their own output could get lost. There's no great way for us to build a UI to let them filter out sources (the best we can do right now is probably in the Workspace Settings JSON, excluding them by name). I have no idea how many people use |
4871364 to
079a940
Compare
Required to do #1824.Not so, Flutter's errors come through asFlutter.Errorand are separate todart:developer'slog(). This just exposes logs that would otherwise not be visible to the user.