Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS Code does NOT print output in debug console any more on Macbook M1 #3536

Closed
tomasbaran opened this issue Aug 23, 2021 · 30 comments
Closed

Comments

@tomasbaran
Copy link

Steps to Reproduce

Unfortunately, I cannot reproduce this issue on the default counter app. It happens in my app which is quite robust. Some prints work, some never. Everything worked fine until Aug 12. I took a break from coding for a week and didn't touch my computer for a week. Aug 19 is the first day, this issue started to appear. Everything works fine in Android Studio, though.

Expected results:

Actual results:

Screen.Recording.2021-08-21.at.12.58.22.mov
Logs
[✓] Flutter (Channel stable, 2.2.3, on macOS 11.2.2 20D80 darwin-arm, locale
    en-US)
    • Flutter version 2.2.3 at /Users/tomasbaran/code/flutter
    • Framework revision f4abaa0735 (7 weeks ago), 2021-07-01 12:46:11 -0700
    • Engine revision 241c87ad80
    • Dart version 2.13.4

[!] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
    • Android SDK at /Users/tomasbaran/Library/Android/sdk
    • Platform android-31, build-tools 31.0.0
    • Java binary at: /Library/Internet
      Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java
    • Java version Java(TM) SE Runtime Environment (build 1.8.0_301-b09)
    ✗ Android licenses not accepted.  To resolve this, run: flutter doctor
      --android-licenses

[✓] Xcode - develop for iOS and macOS
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 12.5.1, Build version 12E507
    • CocoaPods version 1.10.2

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[!] Android Studio (not installed)
    • Android Studio not found; download from
      https://developer.android.com/studio/index.html
      (or visit https://flutter.dev/docs/get-started/install/macos#android-setup
      for detailed instructions).

[✓] VS Code (version 1.59.0)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.25.0

[✓] Connected device (2 available)
    • iPhone 12 Pro (mobile) • 52B1B8E2-0A95-4737-B3E8-62BB977671D9 • ios
      • com.apple.CoreSimulator.SimRuntime.iOS-14-5 (simulator)
    • Chrome (web)           • chrome                               •
      web-javascript • Google Chrome 92.0.4515.159
    ! Error: Errors were encountered while preparing your device for
      development. Please check the Devices and Simulators Window.  (code -1)
@DanTup
Copy link
Member

DanTup commented Aug 23, 2021

It might be tricky to track this down without a repro if it does not occur in a newly created app. A few things to test:

  • Does it matter what device you run on (eg. try both Android and iOS to see if it's specific to only one?).
  • Does the output show up if you click Continue (eg. resume the app entirely) rather than just stepping? (eg. could the app being paused stop the prints arriving?)
  • Is it possible you can duplicate your project and strip out anything sensitive so you have a shareable repro that triggers it?

I don't know of anything that changed around the date you gave. I presume you're on Flutter stable, and had already upgraded to the latest version of Dart-Code at the start of August?

@DanTup DanTup added the awaiting info Requires more information from the customer to progress label Aug 23, 2021
@tomasbaran
Copy link
Author

tomasbaran commented Aug 23, 2021

That's exactly what I'm afraid that it'll be hard to fix :(

  • It does NOT matter whether I run Android or iOS. It behaves the same way on both simulators/emulators.
  • The output does NOT show up if I click continue either
  • That would require some time which I was hoping could save since I'm really behind this project, so I guess, I'll be rather forced to move to Android Studio in the meantime.

As far as I know, I'm on the latest updates everywhere. I had attached flutter doctor -v in case.

@tomasbaran
Copy link
Author

I also tried to restart my computer a few times as well as I reinstalled the whole VC Code. Nothing has helped.

@DanTup
Copy link
Member

DanTup commented Aug 24, 2021

If it doesn't reproduce in a small project, I don't really have any way to debug this. There must be something specific to your project that it's probably unlikely I would accidentally stumble upon.

One thing worth doing just to eliminate anything going on the debug adapter/VS Code site, is to hit your first breakpoint, then run the Dart: Capture Debugging Logs command from the VS Code command palette, then step over the prints, and then click Cancel on the logging notification to stop logging and open the log.

If the second print shows up anywhere in those logs, it might be easier to troubleshoot. If not, it's really going to need a repro.

@tomasbaran
Copy link
Author

Big thanks for your effort to help @DanTup. Fortunatelly, it shows the second print in the logs.

print('showing bug');
showing bug is NOT being shown in the debug console. You can find it 3x mentioned in the logs.

Debug Logs
!! PLEASE REVIEW THIS LOG FOR SENSITIVE INFORMATION BEFORE SHARING !!

Dart Code extension: 3.25.1
Flutter extension: 3.25.0 (activated)

App: Visual Studio Code
Version: 1.59.1
Platform: mac

Workspace type: Flutter
Analyzer type: LSP
Multi-root?: false

Dart SDK:
    Loc: /Users/tomasbaran/code/flutter/bin/cache/dart-sdk
    Ver: 2.13.4
Flutter SDK:
    Loc: /Users/tomasbaran/code/flutter
    Ver: 2.2.3

HTTP_PROXY: undefined
NO_PROXY: undefined

Logging Categories:
    General, CommandProcesses, DAP, VmService, DevTools, FlutterDaemon, FlutterRun, FlutterTest, PubTest, WebDaemon

Tue Aug 24 2021 [17:17:20 GMT+0200 (Central European Summer Time)] Log file started
[5:17:24 PM] [DAP] [Info] <== {"command":"next","arguments":{"threadId":2},"type":"request","seq":28}
[5:17:24 PM] [DAP] [Info] ==> {"seq":55431,"type":"event","event":"dart.log","body":{"message":"==> {\"id\":\"3303\",\"jsonrpc\":\"2.0\",\"method\":\"resume\",\"params\":{\"isolateId\":\"isolates/2105245850667055\",\"step\":\"Over\"}}\n","severity":0,"category":10}}
[5:17:24 PM] [VmService] [Info] [ambee2] ==> {"id":"3303","jsonrpc":"2.0","method":"resume","params":{"isolateId":"isolates/2105245850667055","step":"Over"}}
[5:17:24 PM] [DAP] [Info] ==> {"seq":55432,"type":"event","event":"dart.log","body":{"message":"<== {\"jsonrpc\":\"2.0\",\"result\":{\"type\":\"Success\"},\"id\":\"3303\"}\n","severity":0,"category":10}}
[5:17:24 PM] [DAP] [Info] ==> {"seq":55433,"type":"response","request_seq":28,"command":"next","success":true}
[5:17:24 PM] [DAP] [Info] ==> {"seq":55434,"type":"event","event":"dart.log","body":{"message":"<== {\"jsonrpc\":\"2.0\",\"method\":\"streamNotify\",\"params\":{\"streamId\":\"Debug\",\"event\":{\"type\":\"Event\",\"kind\":\"Resume\",\"isolate\":{\"type\":\"@Isolate\",\"id\":\"isolates/2105245850667055\",\"name\":\"main\",\"number\":\"2105245850667055\",\"isSystemIsolate\":false},\"timestamp\":1629743140181,\"topFrame\":{\"type\":\"Frame\",\"kind\":\"Regular\",\"location\":{\"type\":\"SourceLocation\",\"script\":{\"type\":\"@Script\",\"fixedId\":true,\"id\":\"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a\",\"uri\":\"package:ambee2/widgets/all/status_bar.dart\",\"_kind\":\"kernel\"},\"tokenPos\":993},\"function\":{\"type\":\"@Function\",\"fixedId\":true,\"id\":\"classes/1311/functions/initState\",\"name\":\"initState\",\"owner\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"_kind\":\"RegularFunction\",\"static\":false,\"const\":false,\"_intrinsic\":false,\"_native\":false},\"code\":{\"type\":\"@Code\",\"fixedId\":true,\"id\":\"code/1ce947716-75c9eeaba0\",\"name\":\"[Unoptimized] _StatusBarState.initState\",\"_vmName\":\"[Unoptimized] initState\",\"kind\":\"Dart\",\"_optimized\":false,\"_intrinsic\":false,\"_native\":false},\"vars\":[{\"type\":\"BoundVariable\",\"name\":\"this\",\"value\":{\"type\":\"@Instance\",\"class\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"identityHashCode\":1492628502,\"kind\":\"PlainInstance\",\"id\":\"objects/50\"},\"declarationTokenPos\":-1,\"scopeStartTokenPos\":-1,\"scopeEndTokenPos\":1873}],\"index\":0}}}}\n","severity":0,"category":10}}
[5:17:24 PM] [VmService] [Info] [ambee2] <== {"jsonrpc":"2.0","result":{"type":"Success"},"id":"3303"}
[5:17:24 PM] [VmService] [Info] [ambee2] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Debug","event":{"type":"Event","kind":"Resume","isolate":{"type":"@Isolate","id":"isolates/2105245850667055","name":"main","number":"2105245850667055","isSystemIsolate":false},"timestamp":1629743140181,"topFrame":{"type":"Frame","kind":"Regular","location":{"type":"SourceLocation","script":{"type":"@Script","fixedId":true,"id":"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a","uri":"package:ambee2/widgets/all/status_bar.dart","_kind":"kernel"},"tokenPos":993},"function":{"type":"@Function","fixedId":true,"id":"classes/1311/functions/initState","name":"initState","owner":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"_kind":"RegularFunction","static":false,"const":false,"_intrinsic":false,"_native":false},"code":{"type":"@Code","fixedId":true,"id":"code/1ce947716-75c9eeaba0","name":"[Unoptimized] _StatusBarState.initState","_vmName":"[Unoptimized] initState","kind":"Dart","_optimized":false,"_intrinsic":false,"_native":false},"vars":[{"type":"BoundVariable","name":"this","value":{"type":"@Instance","class":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"identityHashCode":1492628502,"kind":"PlainInstance","id":"objects/50"},"declarationTokenPos":-1,"scopeStartTokenPos":-1,"scopeEndTokenPos":1873}],"index":0}}}}
[5:17:24 PM] [DAP] [Info] ==> {"seq":55435,"type":"event","event":"dart.log","body":{"message":"<== {\"jsonrpc\":\"2.0\",\"method\":\"streamNotify\",\"params\":{\"streamId\":\"Debug\",\"event\":{\"type\":\"Event\",\"kind\":\"PauseBreakpoint\",\"isolate\":{\"type\":\"@Isolate\",\"id\":\"isolates/2105245850667055\",\"name\":\"main\",\"number\":\"2105245850667055\",\"isSystemIsolate\":false},\"timestamp\":1629743140248,\"pauseBreakpoints\":[],\"topFrame\":{\"type\":\"Frame\",\"kind\":\"Regular\",\"location\":{\"type\":\"SourceLocation\",\"script\":{\"type\":\"@Script\",\"fixedId\":true,\"id\":\"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a\",\"uri\":\"package:ambee2/widgets/all/status_bar.dart\",\"_kind\":\"kernel\"},\"tokenPos\":976},\"function\":{\"type\":\"@Function\",\"fixedId\":true,\"id\":\"classes/1311/functions/initState\",\"name\":\"initState\",\"owner\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"_kind\":\"RegularFunction\",\"static\":false,\"const\":false,\"_intrinsic\":false,\"_native\":false},\"code\":{\"type\":\"@Code\",\"fixedId\":true,\"id\":\"code/1ce947716-75c9eeaba0\",\"name\":\"[Unoptimized] _StatusBarState.initState\",\"_vmName\":\"[Unoptimized] initState\",\"kind\":\"Dart\",\"_optimized\":false,\"_intrinsic\":false,\"_native\":false},\"vars\":[{\"type\":\"BoundVariable\",\"name\":\"this\",\"value\":{\"type\":\"@Instance\",\"class\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"identityHashCode\":1492628502,\"kind\":\"PlainInstance\",\"id\":\"objects/51\"},\"declarationTokenPos\":-1,\"scopeStartTokenPos\":-1,\"scopeEndTokenPos\":1873}],\"index\":0}}}}\n","severity":0,"category":10}}
[5:17:24 PM] [DAP] [Info] ==> {"seq":55436,"type":"event","event":"stopped","body":{"reason":"step","threadId":2}}
[5:17:24 PM] [DAP] [Info] <== {"command":"threads","type":"request","seq":29}
[5:17:24 PM] [VmService] [Info] [ambee2] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Debug","event":{"type":"Event","kind":"PauseBreakpoint","isolate":{"type":"@Isolate","id":"isolates/2105245850667055","name":"main","number":"2105245850667055","isSystemIsolate":false},"timestamp":1629743140248,"pauseBreakpoints":[],"topFrame":{"type":"Frame","kind":"Regular","location":{"type":"SourceLocation","script":{"type":"@Script","fixedId":true,"id":"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a","uri":"package:ambee2/widgets/all/status_bar.dart","_kind":"kernel"},"tokenPos":976},"function":{"type":"@Function","fixedId":true,"id":"classes/1311/functions/initState","name":"initState","owner":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"_kind":"RegularFunction","static":false,"const":false,"_intrinsic":false,"_native":false},"code":{"type":"@Code","fixedId":true,"id":"code/1ce947716-75c9eeaba0","name":"[Unoptimized] _StatusBarState.initState","_vmName":"[Unoptimized] initState","kind":"Dart","_optimized":false,"_intrinsic":false,"_native":false},"vars":[{"type":"BoundVariable","name":"this","value":{"type":"@Instance","class":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"identityHashCode":1492628502,"kind":"PlainInstance","id":"objects/51"},"declarationTokenPos":-1,"scopeStartTokenPos":-1,"scopeEndTokenPos":1873}],"index":0}}}}
[5:17:24 PM] [DAP] [Info] ==> {"seq":55437,"type":"response","request_seq":29,"command":"threads","success":true,"body":{"threads":[{"id":2,"name":"main"}]}}
[5:17:24 PM] [DAP] [Info] <== {"command":"stackTrace","arguments":{"threadId":2,"startFrame":0,"levels":1},"type":"request","seq":30}
[5:17:24 PM] [DAP] [Info] ==> {"seq":55438,"type":"response","request_seq":30,"command":"stackTrace","success":true,"body":{"stackFrames":[{"id":26,"source":{"name":"package:ambee2/…/all/status_bar.dart","path":"/Users/tomasbaran/code/ambee2/lib/widgets/all/status_bar.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a","uri":"package:ambee2/widgets/all/status_bar.dart","_kind":"kernel"}},"line":27,"column":57,"name":"_StatusBarState.initState","canRestart":false}],"totalFrames":21}}
[5:17:25 PM] [DAP] [Info] <== {"command":"stackTrace","arguments":{"threadId":2,"startFrame":1,"levels":19},"type":"request","seq":31}
[5:17:25 PM] [DAP] [Info] ==> {"seq":55439,"type":"event","event":"dart.log","body":{"message":"==> {\"id\":\"3304\",\"jsonrpc\":\"2.0\",\"method\":\"getStack\",\"params\":{\"isolateId\":\"isolates/2105245850667055\",\"limit\":20}}\n","severity":0,"category":10}}
[5:17:25 PM] [VmService] [Info] [ambee2] ==> {"id":"3304","jsonrpc":"2.0","method":"getStack","params":{"isolateId":"isolates/2105245850667055","limit":20}}
[5:17:25 PM] [DAP] [Info] ==> {"seq":55440,"type":"event","event":"dart.log","body":{"message":"<== {\"jsonrpc\":\"2.0\",\"result\":{\"type\":\"Stack\",\"frames\":[{\"type\":\"Frame\",\"kind\":\"Regular\",\"location\":{\"type\":\"SourceLocation\",\"script\":{\"type\":\"@Script\",\"fixedId\":true,\"id\":\"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a\",\"uri\":\"package:ambee2/widgets/all/status_bar.dart\",\"_kind\":\"kernel\"},\"tokenPos\":976},\"function\":{\"type\":\"@Function\",\"fixedId\":true,\"id\":\"classes/1311/functions/initState\",\"name\":\"initState\",\"owner\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"_kind\":\"RegularFunction\",\"static\":false,\"const\":false,\"_intrinsic\":false,\"_native\":false},\"code\":{\"type\":\"@Code\",\"fixedId\":true,\"id\":\"code/1ce947716-75c9eeaba0\",\"name\":\"[Unoptimized] _StatusBarState.initState\",\"_vmName\":\"[Unoptimized] initState\",\"kind\":\"Dart\",\"_optimized\":false,\"_intrinsic\":false,\"_native\":false},\"vars\":[{\"type\":\"BoundVariable\",\"name\":\"this\",\"value\":{\"type\":\"@Instance\",\"class\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"identityHashCode\":1492628502,\"kind\":\"PlainInstance\",\"id\":\"objects/52\"},\"declarationTokenPos\":-1,\"scopeStartTokenPos\":-1,\"scopeEndTokenPos\":1873}],\"index\":0},{\"type\":\"Frame\",\"kind\":\"Regular\",\"location\":{\"type\":\"SourceLocation\",\"script\":{\"type\":\"@Script\",\"fixedId\":true,\"id\":\"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977\",\"uri\":\"package:flutter/src/widgets/framework.dart\",\"_kind\":\"kernel\"},\"tokenPos\":199223},\"function\":{\"type\":\"@Function\",\"fixedId\":true,\"id\":\"classes/2057/functions/_firstBuild%4031042623\",\"name\":\"_firstBuild\",\"_vmName\":\"_firstBuild@310426…
[5:17:25 PM] [DAP] [Info] ==> {"seq":55441,"type":"response","request_seq":31,"command":"stackTrace","success":true,"body":{"stackFrames":[{"id":27,"source":{"name":"package:flutter/…/widgets/framework.dart","path":"/Users/tomasbaran/code/flutter/packages/flutter/lib/src/widgets/framework.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"}},"line":4711,"column":57,"name":"StatefulElement._firstBuild","canRestart":true},{"id":28,"source":{"name":"package:flutter/…/widgets/framework.dart","path":"/Users/tomasbaran/code/flutter/packages/flutter/lib/src/widgets/framework.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"}},"line":4548,"column":5,"name":"ComponentElement.mount","canRestart":true},{"id":29,"source":{"name":"package:flutter/…/widgets/framework.dart","path":"/Users/tomasbaran/code/flutter/packages/flutter/lib/src/widgets/framework.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"}},"line":3611,"column":14,"name":"Element.inflateWidget","canRestart":true},{"id":30,"source":{"name":"package:flutter/…/widgets/framework.dart","path":"/Users/tomasbaran/code/flutter/packages/flutter/lib/src/widgets/framework.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"}},"line":6221,"column":36,"name":"MultiChildRenderObjectElement.inflateWidget","canRestart":t…
[5:17:25 PM] [VmService] [Info] [ambee2] <== {"jsonrpc":"2.0","result":{"type":"Stack","frames":[{"type":"Frame","kind":"Regular","location":{"type":"SourceLocation","script":{"type":"@Script","fixedId":true,"id":"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a","uri":"package:ambee2/widgets/all/status_bar.dart","_kind":"kernel"},"tokenPos":976},"function":{"type":"@Function","fixedId":true,"id":"classes/1311/functions/initState","name":"initState","owner":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"_kind":"RegularFunction","static":false,"const":false,"_intrinsic":false,"_native":false},"code":{"type":"@Code","fixedId":true,"id":"code/1ce947716-75c9eeaba0","name":"[Unoptimized] _StatusBarState.initState","_vmName":"[Unoptimized] initState","kind":"Dart","_optimized":false,"_intrinsic":false,"_native":false},"vars":[{"type":"BoundVariable","name":"this","value":{"type":"@Instance","class":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"identityHashCode":1492628502,"kind":"PlainInstance","id":"objects/52"},"declarationTokenPos":-1,"scopeStartTokenPos":-1,"scopeEndTokenPos":1873}],"index":0},{"type":"Frame","kind":"Regular","location":{"type":"SourceLocation","script":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"},"tokenPos":199223},"function":{"type":"@Function","fixedId":true,"id":"classes/2057/functions/_firstBuild%4031042623","name":"_firstBuild","_vmName":"_firstBuild@31042623","owner":{"type":"@Class","fixedId":true,"id":"classes/2057","name":"StatefulElement"},"_kind":"RegularFunction","static":false,"const":false,"_intrinsic":false,"_native":false},"code":{"type":"@Code","fixedId":true,"id":"code/1ce921139-75ca8d2a00","name":"[Unoptimized] StatefulElement._first…
[5:17:28 PM] [DAP] [Info] <== {"command":"next","arguments":{"threadId":2},"type":"request","seq":32}
[5:17:28 PM] [DAP] [Info] ==> {"seq":55442,"type":"event","event":"dart.log","body":{"message":"==> {\"id\":\"3305\",\"jsonrpc\":\"2.0\",\"method\":\"resume\",\"params\":{\"isolateId\":\"isolates/2105245850667055\",\"step\":\"Over\"}}\n","severity":0,"category":10}}
[5:17:28 PM] [VmService] [Info] [ambee2] ==> {"id":"3305","jsonrpc":"2.0","method":"resume","params":{"isolateId":"isolates/2105245850667055","step":"Over"}}
[5:17:28 PM] [DAP] [Info] ==> {"seq":55443,"type":"event","event":"dart.log","body":{"message":"<== {\"jsonrpc\":\"2.0\",\"result\":{\"type\":\"Success\"},\"id\":\"3305\"}\n","severity":0,"category":10}}
[5:17:28 PM] [DAP] [Info] ==> {"seq":55444,"type":"response","request_seq":32,"command":"next","success":true}
[5:17:28 PM] [DAP] [Info] ==> {"seq":55445,"type":"event","event":"dart.log","body":{"message":"<== {\"jsonrpc\":\"2.0\",\"method\":\"streamNotify\",\"params\":{\"streamId\":\"Debug\",\"event\":{\"type\":\"Event\",\"kind\":\"Resume\",\"isolate\":{\"type\":\"@Isolate\",\"id\":\"isolates/2105245850667055\",\"name\":\"main\",\"number\":\"2105245850667055\",\"isSystemIsolate\":false},\"timestamp\":1629743143820,\"topFrame\":{\"type\":\"Frame\",\"kind\":\"Regular\",\"location\":{\"type\":\"SourceLocation\",\"script\":{\"type\":\"@Script\",\"fixedId\":true,\"id\":\"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a\",\"uri\":\"package:ambee2/widgets/all/status_bar.dart\",\"_kind\":\"kernel\"},\"tokenPos\":976},\"function\":{\"type\":\"@Function\",\"fixedId\":true,\"id\":\"classes/1311/functions/initState\",\"name\":\"initState\",\"owner\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"_kind\":\"RegularFunction\",\"static\":false,\"const\":false,\"_intrinsic\":false,\"_native\":false},\"code\":{\"type\":\"@Code\",\"fixedId\":true,\"id\":\"code/1ce947716-75c9eeaba0\",\"name\":\"[Unoptimized] _StatusBarState.initState\",\"_vmName\":\"[Unoptimized] initState\",\"kind\":\"Dart\",\"_optimized\":false,\"_intrinsic\":false,\"_native\":false},\"vars\":[{\"type\":\"BoundVariable\",\"name\":\"this\",\"value\":{\"type\":\"@Instance\",\"class\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"identityHashCode\":1492628502,\"kind\":\"PlainInstance\",\"id\":\"objects/98\"},\"declarationTokenPos\":-1,\"scopeStartTokenPos\":-1,\"scopeEndTokenPos\":1873}],\"index\":0}}}}\n","severity":0,"category":10}}
[5:17:28 PM] [VmService] [Info] [ambee2] <== {"jsonrpc":"2.0","result":{"type":"Success"},"id":"3305"}
[5:17:28 PM] [VmService] [Info] [ambee2] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Debug","event":{"type":"Event","kind":"Resume","isolate":{"type":"@Isolate","id":"isolates/2105245850667055","name":"main","number":"2105245850667055","isSystemIsolate":false},"timestamp":1629743143820,"topFrame":{"type":"Frame","kind":"Regular","location":{"type":"SourceLocation","script":{"type":"@Script","fixedId":true,"id":"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a","uri":"package:ambee2/widgets/all/status_bar.dart","_kind":"kernel"},"tokenPos":976},"function":{"type":"@Function","fixedId":true,"id":"classes/1311/functions/initState","name":"initState","owner":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"_kind":"RegularFunction","static":false,"const":false,"_intrinsic":false,"_native":false},"code":{"type":"@Code","fixedId":true,"id":"code/1ce947716-75c9eeaba0","name":"[Unoptimized] _StatusBarState.initState","_vmName":"[Unoptimized] initState","kind":"Dart","_optimized":false,"_intrinsic":false,"_native":false},"vars":[{"type":"BoundVariable","name":"this","value":{"type":"@Instance","class":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"identityHashCode":1492628502,"kind":"PlainInstance","id":"objects/98"},"declarationTokenPos":-1,"scopeStartTokenPos":-1,"scopeEndTokenPos":1873}],"index":0}}}}
[5:17:28 PM] [DAP] [Info] ==> {"seq":55446,"type":"event","event":"dart.log","body":{"message":"<== {\"jsonrpc\":\"2.0\",\"method\":\"streamNotify\",\"params\":{\"streamId\":\"Debug\",\"event\":{\"type\":\"Event\",\"kind\":\"PauseBreakpoint\",\"isolate\":{\"type\":\"@Isolate\",\"id\":\"isolates/2105245850667055\",\"name\":\"main\",\"number\":\"2105245850667055\",\"isSystemIsolate\":false},\"timestamp\":1629743143836,\"pauseBreakpoints\":[],\"topFrame\":{\"type\":\"Frame\",\"kind\":\"Regular\",\"location\":{\"type\":\"SourceLocation\",\"script\":{\"type\":\"@Script\",\"fixedId\":true,\"id\":\"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a\",\"uri\":\"package:ambee2/widgets/all/status_bar.dart\",\"_kind\":\"kernel\"},\"tokenPos\":1017},\"function\":{\"type\":\"@Function\",\"fixedId\":true,\"id\":\"classes/1311/functions/initState\",\"name\":\"initState\",\"owner\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"_kind\":\"RegularFunction\",\"static\":false,\"const\":false,\"_intrinsic\":false,\"_native\":false},\"code\":{\"type\":\"@Code\",\"fixedId\":true,\"id\":\"code/1ce947716-75c9eeaba0\",\"name\":\"[Unoptimized] _StatusBarState.initState\",\"_vmName\":\"[Unoptimized] initState\",\"kind\":\"Dart\",\"_optimized\":false,\"_intrinsic\":false,\"_native\":false},\"vars\":[{\"type\":\"BoundVariable\",\"name\":\"this\",\"value\":{\"type\":\"@Instance\",\"class\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"identityHashCode\":1492628502,\"kind\":\"PlainInstance\",\"id\":\"objects/99\"},\"declarationTokenPos\":-1,\"scopeStartTokenPos\":-1,\"scopeEndTokenPos\":1873}],\"index\":0}}}}\n","severity":0,"category":10}}
[5:17:28 PM] [DAP] [Info] ==> {"seq":55447,"type":"event","event":"stopped","body":{"reason":"step","threadId":2}}
[5:17:28 PM] [DAP] [Info] <== {"command":"threads","type":"request","seq":33}
[5:17:28 PM] [VmService] [Info] [ambee2] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Debug","event":{"type":"Event","kind":"PauseBreakpoint","isolate":{"type":"@Isolate","id":"isolates/2105245850667055","name":"main","number":"2105245850667055","isSystemIsolate":false},"timestamp":1629743143836,"pauseBreakpoints":[],"topFrame":{"type":"Frame","kind":"Regular","location":{"type":"SourceLocation","script":{"type":"@Script","fixedId":true,"id":"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a","uri":"package:ambee2/widgets/all/status_bar.dart","_kind":"kernel"},"tokenPos":1017},"function":{"type":"@Function","fixedId":true,"id":"classes/1311/functions/initState","name":"initState","owner":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"_kind":"RegularFunction","static":false,"const":false,"_intrinsic":false,"_native":false},"code":{"type":"@Code","fixedId":true,"id":"code/1ce947716-75c9eeaba0","name":"[Unoptimized] _StatusBarState.initState","_vmName":"[Unoptimized] initState","kind":"Dart","_optimized":false,"_intrinsic":false,"_native":false},"vars":[{"type":"BoundVariable","name":"this","value":{"type":"@Instance","class":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"identityHashCode":1492628502,"kind":"PlainInstance","id":"objects/99"},"declarationTokenPos":-1,"scopeStartTokenPos":-1,"scopeEndTokenPos":1873}],"index":0}}}}
[5:17:28 PM] [DAP] [Info] ==> {"seq":55448,"type":"response","request_seq":33,"command":"threads","success":true,"body":{"threads":[{"id":2,"name":"main"}]}}
[5:17:28 PM] [DAP] [Info] <== {"command":"stackTrace","arguments":{"threadId":2,"startFrame":0,"levels":1},"type":"request","seq":34}
[5:17:28 PM] [DAP] [Info] ==> {"seq":55449,"type":"response","request_seq":34,"command":"stackTrace","success":true,"body":{"stackFrames":[{"id":46,"source":{"name":"package:ambee2/…/all/status_bar.dart","path":"/Users/tomasbaran/code/ambee2/lib/widgets/all/status_bar.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a","uri":"package:ambee2/widgets/all/status_bar.dart","_kind":"kernel"}},"line":27,"column":98,"name":"_StatusBarState.initState","canRestart":false}],"totalFrames":21}}
[5:17:28 PM] [DAP] [Info] <== {"command":"stackTrace","arguments":{"threadId":2,"startFrame":1,"levels":19},"type":"request","seq":35}
[5:17:28 PM] [DAP] [Info] ==> {"seq":55450,"type":"event","event":"dart.log","body":{"message":"==> {\"id\":\"3306\",\"jsonrpc\":\"2.0\",\"method\":\"getStack\",\"params\":{\"isolateId\":\"isolates/2105245850667055\",\"limit\":20}}\n","severity":0,"category":10}}
[5:17:28 PM] [VmService] [Info] [ambee2] ==> {"id":"3306","jsonrpc":"2.0","method":"getStack","params":{"isolateId":"isolates/2105245850667055","limit":20}}
[5:17:28 PM] [DAP] [Info] ==> {"seq":55451,"type":"event","event":"dart.log","body":{"message":"<== {\"jsonrpc\":\"2.0\",\"result\":{\"type\":\"Stack\",\"frames\":[{\"type\":\"Frame\",\"kind\":\"Regular\",\"location\":{\"type\":\"SourceLocation\",\"script\":{\"type\":\"@Script\",\"fixedId\":true,\"id\":\"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a\",\"uri\":\"package:ambee2/widgets/all/status_bar.dart\",\"_kind\":\"kernel\"},\"tokenPos\":1017},\"function\":{\"type\":\"@Function\",\"fixedId\":true,\"id\":\"classes/1311/functions/initState\",\"name\":\"initState\",\"owner\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"_kind\":\"RegularFunction\",\"static\":false,\"const\":false,\"_intrinsic\":false,\"_native\":false},\"code\":{\"type\":\"@Code\",\"fixedId\":true,\"id\":\"code/1ce947716-75c9eeaba0\",\"name\":\"[Unoptimized] _StatusBarState.initState\",\"_vmName\":\"[Unoptimized] initState\",\"kind\":\"Dart\",\"_optimized\":false,\"_intrinsic\":false,\"_native\":false},\"vars\":[{\"type\":\"BoundVariable\",\"name\":\"this\",\"value\":{\"type\":\"@Instance\",\"class\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"identityHashCode\":1492628502,\"kind\":\"PlainInstance\",\"id\":\"objects/100\"},\"declarationTokenPos\":-1,\"scopeStartTokenPos\":-1,\"scopeEndTokenPos\":1873}],\"index\":0},{\"type\":\"Frame\",\"kind\":\"Regular\",\"location\":{\"type\":\"SourceLocation\",\"script\":{\"type\":\"@Script\",\"fixedId\":true,\"id\":\"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977\",\"uri\":\"package:flutter/src/widgets/framework.dart\",\"_kind\":\"kernel\"},\"tokenPos\":199223},\"function\":{\"type\":\"@Function\",\"fixedId\":true,\"id\":\"classes/2057/functions/_firstBuild%4031042623\",\"name\":\"_firstBuild\",\"_vmName\":\"_firstBuild@3104…
[5:17:28 PM] [DAP] [Info] ==> {"seq":55452,"type":"response","request_seq":35,"command":"stackTrace","success":true,"body":{"stackFrames":[{"id":47,"source":{"name":"package:flutter/…/widgets/framework.dart","path":"/Users/tomasbaran/code/flutter/packages/flutter/lib/src/widgets/framework.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"}},"line":4711,"column":57,"name":"StatefulElement._firstBuild","canRestart":true},{"id":48,"source":{"name":"package:flutter/…/widgets/framework.dart","path":"/Users/tomasbaran/code/flutter/packages/flutter/lib/src/widgets/framework.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"}},"line":4548,"column":5,"name":"ComponentElement.mount","canRestart":true},{"id":49,"source":{"name":"package:flutter/…/widgets/framework.dart","path":"/Users/tomasbaran/code/flutter/packages/flutter/lib/src/widgets/framework.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"}},"line":3611,"column":14,"name":"Element.inflateWidget","canRestart":true},{"id":50,"source":{"name":"package:flutter/…/widgets/framework.dart","path":"/Users/tomasbaran/code/flutter/packages/flutter/lib/src/widgets/framework.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"}},"line":6221,"column":36,"name":"MultiChildRenderObjectElement.inflateWidget","canRestart":t…
[5:17:28 PM] [VmService] [Info] [ambee2] <== {"jsonrpc":"2.0","result":{"type":"Stack","frames":[{"type":"Frame","kind":"Regular","location":{"type":"SourceLocation","script":{"type":"@Script","fixedId":true,"id":"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a","uri":"package:ambee2/widgets/all/status_bar.dart","_kind":"kernel"},"tokenPos":1017},"function":{"type":"@Function","fixedId":true,"id":"classes/1311/functions/initState","name":"initState","owner":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"_kind":"RegularFunction","static":false,"const":false,"_intrinsic":false,"_native":false},"code":{"type":"@Code","fixedId":true,"id":"code/1ce947716-75c9eeaba0","name":"[Unoptimized] _StatusBarState.initState","_vmName":"[Unoptimized] initState","kind":"Dart","_optimized":false,"_intrinsic":false,"_native":false},"vars":[{"type":"BoundVariable","name":"this","value":{"type":"@Instance","class":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"identityHashCode":1492628502,"kind":"PlainInstance","id":"objects/100"},"declarationTokenPos":-1,"scopeStartTokenPos":-1,"scopeEndTokenPos":1873}],"index":0},{"type":"Frame","kind":"Regular","location":{"type":"SourceLocation","script":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"},"tokenPos":199223},"function":{"type":"@Function","fixedId":true,"id":"classes/2057/functions/_firstBuild%4031042623","name":"_firstBuild","_vmName":"_firstBuild@31042623","owner":{"type":"@Class","fixedId":true,"id":"classes/2057","name":"StatefulElement"},"_kind":"RegularFunction","static":false,"const":false,"_intrinsic":false,"_native":false},"code":{"type":"@Code","fixedId":true,"id":"code/1ce921139-75ca8d2a00","name":"[Unoptimized] StatefulElement._fir…
[5:17:29 PM] [DAP] [Info] <== {"command":"next","arguments":{"threadId":2},"type":"request","seq":36}
[5:17:29 PM] [DAP] [Info] ==> {"seq":55453,"type":"event","event":"dart.log","body":{"message":"==> {\"id\":\"3307\",\"jsonrpc\":\"2.0\",\"method\":\"resume\",\"params\":{\"isolateId\":\"isolates/2105245850667055\",\"step\":\"Over\"}}\n","severity":0,"category":10}}
[5:17:29 PM] [VmService] [Info] [ambee2] ==> {"id":"3307","jsonrpc":"2.0","method":"resume","params":{"isolateId":"isolates/2105245850667055","step":"Over"}}
[5:17:29 PM] [DAP] [Info] ==> {"seq":55454,"type":"event","event":"dart.log","body":{"message":"<== {\"jsonrpc\":\"2.0\",\"result\":{\"type\":\"Success\"},\"id\":\"3307\"}\n","severity":0,"category":10}}
[5:17:29 PM] [DAP] [Info] ==> {"seq":55455,"type":"response","request_seq":36,"command":"next","success":true}
[5:17:29 PM] [DAP] [Info] ==> {"seq":55456,"type":"event","event":"dart.log","body":{"message":"<== {\"jsonrpc\":\"2.0\",\"method\":\"streamNotify\",\"params\":{\"streamId\":\"Debug\",\"event\":{\"type\":\"Event\",\"kind\":\"Resume\",\"isolate\":{\"type\":\"@Isolate\",\"id\":\"isolates/2105245850667055\",\"name\":\"main\",\"number\":\"2105245850667055\",\"isSystemIsolate\":false},\"timestamp\":1629743144593,\"topFrame\":{\"type\":\"Frame\",\"kind\":\"Regular\",\"location\":{\"type\":\"SourceLocation\",\"script\":{\"type\":\"@Script\",\"fixedId\":true,\"id\":\"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a\",\"uri\":\"package:ambee2/widgets/all/status_bar.dart\",\"_kind\":\"kernel\"},\"tokenPos\":1017},\"function\":{\"type\":\"@Function\",\"fixedId\":true,\"id\":\"classes/1311/functions/initState\",\"name\":\"initState\",\"owner\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"_kind\":\"RegularFunction\",\"static\":false,\"const\":false,\"_intrinsic\":false,\"_native\":false},\"code\":{\"type\":\"@Code\",\"fixedId\":true,\"id\":\"code/1ce947716-75c9eeaba0\",\"name\":\"[Unoptimized] _StatusBarState.initState\",\"_vmName\":\"[Unoptimized] initState\",\"kind\":\"Dart\",\"_optimized\":false,\"_intrinsic\":false,\"_native\":false},\"vars\":[{\"type\":\"BoundVariable\",\"name\":\"this\",\"value\":{\"type\":\"@Instance\",\"class\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"identityHashCode\":1492628502,\"kind\":\"PlainInstance\",\"id\":\"objects/146\"},\"declarationTokenPos\":-1,\"scopeStartTokenPos\":-1,\"scopeEndTokenPos\":1873}],\"index\":0}}}}\n","severity":0,"category":10}}
[5:17:29 PM] [VmService] [Info] [ambee2] <== {"jsonrpc":"2.0","result":{"type":"Success"},"id":"3307"}
[5:17:29 PM] [VmService] [Info] [ambee2] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Debug","event":{"type":"Event","kind":"Resume","isolate":{"type":"@Isolate","id":"isolates/2105245850667055","name":"main","number":"2105245850667055","isSystemIsolate":false},"timestamp":1629743144593,"topFrame":{"type":"Frame","kind":"Regular","location":{"type":"SourceLocation","script":{"type":"@Script","fixedId":true,"id":"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a","uri":"package:ambee2/widgets/all/status_bar.dart","_kind":"kernel"},"tokenPos":1017},"function":{"type":"@Function","fixedId":true,"id":"classes/1311/functions/initState","name":"initState","owner":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"_kind":"RegularFunction","static":false,"const":false,"_intrinsic":false,"_native":false},"code":{"type":"@Code","fixedId":true,"id":"code/1ce947716-75c9eeaba0","name":"[Unoptimized] _StatusBarState.initState","_vmName":"[Unoptimized] initState","kind":"Dart","_optimized":false,"_intrinsic":false,"_native":false},"vars":[{"type":"BoundVariable","name":"this","value":{"type":"@Instance","class":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"identityHashCode":1492628502,"kind":"PlainInstance","id":"objects/146"},"declarationTokenPos":-1,"scopeStartTokenPos":-1,"scopeEndTokenPos":1873}],"index":0}}}}
[5:17:29 PM] [DAP] [Info] ==> {"seq":55457,"type":"event","event":"dart.log","body":{"message":"<== {\"jsonrpc\":\"2.0\",\"method\":\"streamNotify\",\"params\":{\"streamId\":\"Debug\",\"event\":{\"type\":\"Event\",\"kind\":\"PauseBreakpoint\",\"isolate\":{\"type\":\"@Isolate\",\"id\":\"isolates/2105245850667055\",\"name\":\"main\",\"number\":\"2105245850667055\",\"isSystemIsolate\":false},\"timestamp\":1629743144606,\"pauseBreakpoints\":[],\"topFrame\":{\"type\":\"Frame\",\"kind\":\"Regular\",\"location\":{\"type\":\"SourceLocation\",\"script\":{\"type\":\"@Script\",\"fixedId\":true,\"id\":\"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a\",\"uri\":\"package:ambee2/widgets/all/status_bar.dart\",\"_kind\":\"kernel\"},\"tokenPos\":1034},\"function\":{\"type\":\"@Function\",\"fixedId\":true,\"id\":\"classes/1311/functions/initState\",\"name\":\"initState\",\"owner\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"_kind\":\"RegularFunction\",\"static\":false,\"const\":false,\"_intrinsic\":false,\"_native\":false},\"code\":{\"type\":\"@Code\",\"fixedId\":true,\"id\":\"code/1ce947716-75c9eeaba0\",\"name\":\"[Unoptimized] _StatusBarState.initState\",\"_vmName\":\"[Unoptimized] initState\",\"kind\":\"Dart\",\"_optimized\":false,\"_intrinsic\":false,\"_native\":false},\"vars\":[{\"type\":\"BoundVariable\",\"name\":\"this\",\"value\":{\"type\":\"@Instance\",\"class\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"identityHashCode\":1492628502,\"kind\":\"PlainInstance\",\"id\":\"objects/147\"},\"declarationTokenPos\":-1,\"scopeStartTokenPos\":-1,\"scopeEndTokenPos\":1873}],\"index\":0}}}}\n","severity":0,"category":10}}
[5:17:29 PM] [DAP] [Info] ==> {"seq":55458,"type":"event","event":"stopped","body":{"reason":"step","threadId":2}}
[5:17:29 PM] [DAP] [Info] <== {"command":"threads","type":"request","seq":37}
[5:17:29 PM] [VmService] [Info] [ambee2] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Debug","event":{"type":"Event","kind":"PauseBreakpoint","isolate":{"type":"@Isolate","id":"isolates/2105245850667055","name":"main","number":"2105245850667055","isSystemIsolate":false},"timestamp":1629743144606,"pauseBreakpoints":[],"topFrame":{"type":"Frame","kind":"Regular","location":{"type":"SourceLocation","script":{"type":"@Script","fixedId":true,"id":"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a","uri":"package:ambee2/widgets/all/status_bar.dart","_kind":"kernel"},"tokenPos":1034},"function":{"type":"@Function","fixedId":true,"id":"classes/1311/functions/initState","name":"initState","owner":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"_kind":"RegularFunction","static":false,"const":false,"_intrinsic":false,"_native":false},"code":{"type":"@Code","fixedId":true,"id":"code/1ce947716-75c9eeaba0","name":"[Unoptimized] _StatusBarState.initState","_vmName":"[Unoptimized] initState","kind":"Dart","_optimized":false,"_intrinsic":false,"_native":false},"vars":[{"type":"BoundVariable","name":"this","value":{"type":"@Instance","class":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"identityHashCode":1492628502,"kind":"PlainInstance","id":"objects/147"},"declarationTokenPos":-1,"scopeStartTokenPos":-1,"scopeEndTokenPos":1873}],"index":0}}}}
[5:17:29 PM] [DAP] [Info] ==> {"seq":55459,"type":"response","request_seq":37,"command":"threads","success":true,"body":{"threads":[{"id":2,"name":"main"}]}}
[5:17:29 PM] [DAP] [Info] <== {"command":"stackTrace","arguments":{"threadId":2,"startFrame":0,"levels":1},"type":"request","seq":38}
[5:17:29 PM] [DAP] [Info] ==> {"seq":55460,"type":"response","request_seq":38,"command":"stackTrace","success":true,"body":{"stackFrames":[{"id":66,"source":{"name":"package:ambee2/…/all/status_bar.dart","path":"/Users/tomasbaran/code/ambee2/lib/widgets/all/status_bar.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a","uri":"package:ambee2/widgets/all/status_bar.dart","_kind":"kernel"}},"line":27,"column":115,"name":"_StatusBarState.initState","canRestart":false}],"totalFrames":21}}
[5:17:29 PM] [DAP] [Info] <== {"command":"stackTrace","arguments":{"threadId":2,"startFrame":1,"levels":19},"type":"request","seq":39}
[5:17:29 PM] [DAP] [Info] ==> {"seq":55461,"type":"event","event":"dart.log","body":{"message":"==> {\"id\":\"3308\",\"jsonrpc\":\"2.0\",\"method\":\"getStack\",\"params\":{\"isolateId\":\"isolates/2105245850667055\",\"limit\":20}}\n","severity":0,"category":10}}
[5:17:29 PM] [VmService] [Info] [ambee2] ==> {"id":"3308","jsonrpc":"2.0","method":"getStack","params":{"isolateId":"isolates/2105245850667055","limit":20}}
[5:17:29 PM] [DAP] [Info] ==> {"seq":55462,"type":"event","event":"dart.log","body":{"message":"<== {\"jsonrpc\":\"2.0\",\"result\":{\"type\":\"Stack\",\"frames\":[{\"type\":\"Frame\",\"kind\":\"Regular\",\"location\":{\"type\":\"SourceLocation\",\"script\":{\"type\":\"@Script\",\"fixedId\":true,\"id\":\"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a\",\"uri\":\"package:ambee2/widgets/all/status_bar.dart\",\"_kind\":\"kernel\"},\"tokenPos\":1034},\"function\":{\"type\":\"@Function\",\"fixedId\":true,\"id\":\"classes/1311/functions/initState\",\"name\":\"initState\",\"owner\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"_kind\":\"RegularFunction\",\"static\":false,\"const\":false,\"_intrinsic\":false,\"_native\":false},\"code\":{\"type\":\"@Code\",\"fixedId\":true,\"id\":\"code/1ce947716-75c9eeaba0\",\"name\":\"[Unoptimized] _StatusBarState.initState\",\"_vmName\":\"[Unoptimized] initState\",\"kind\":\"Dart\",\"_optimized\":false,\"_intrinsic\":false,\"_native\":false},\"vars\":[{\"type\":\"BoundVariable\",\"name\":\"this\",\"value\":{\"type\":\"@Instance\",\"class\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"identityHashCode\":1492628502,\"kind\":\"PlainInstance\",\"id\":\"objects/148\"},\"declarationTokenPos\":-1,\"scopeStartTokenPos\":-1,\"scopeEndTokenPos\":1873}],\"index\":0},{\"type\":\"Frame\",\"kind\":\"Regular\",\"location\":{\"type\":\"SourceLocation\",\"script\":{\"type\":\"@Script\",\"fixedId\":true,\"id\":\"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977\",\"uri\":\"package:flutter/src/widgets/framework.dart\",\"_kind\":\"kernel\"},\"tokenPos\":199223},\"function\":{\"type\":\"@Function\",\"fixedId\":true,\"id\":\"classes/2057/functions/_firstBuild%4031042623\",\"name\":\"_firstBuild\",\"_vmName\":\"_firstBuild@3104…
[5:17:29 PM] [DAP] [Info] ==> {"seq":55463,"type":"response","request_seq":39,"command":"stackTrace","success":true,"body":{"stackFrames":[{"id":67,"source":{"name":"package:flutter/…/widgets/framework.dart","path":"/Users/tomasbaran/code/flutter/packages/flutter/lib/src/widgets/framework.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"}},"line":4711,"column":57,"name":"StatefulElement._firstBuild","canRestart":true},{"id":68,"source":{"name":"package:flutter/…/widgets/framework.dart","path":"/Users/tomasbaran/code/flutter/packages/flutter/lib/src/widgets/framework.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"}},"line":4548,"column":5,"name":"ComponentElement.mount","canRestart":true},{"id":69,"source":{"name":"package:flutter/…/widgets/framework.dart","path":"/Users/tomasbaran/code/flutter/packages/flutter/lib/src/widgets/framework.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"}},"line":3611,"column":14,"name":"Element.inflateWidget","canRestart":true},{"id":70,"source":{"name":"package:flutter/…/widgets/framework.dart","path":"/Users/tomasbaran/code/flutter/packages/flutter/lib/src/widgets/framework.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"}},"line":6221,"column":36,"name":"MultiChildRenderObjectElement.inflateWidget","canRestart":t…
[5:17:29 PM] [VmService] [Info] [ambee2] <== {"jsonrpc":"2.0","result":{"type":"Stack","frames":[{"type":"Frame","kind":"Regular","location":{"type":"SourceLocation","script":{"type":"@Script","fixedId":true,"id":"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a","uri":"package:ambee2/widgets/all/status_bar.dart","_kind":"kernel"},"tokenPos":1034},"function":{"type":"@Function","fixedId":true,"id":"classes/1311/functions/initState","name":"initState","owner":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"_kind":"RegularFunction","static":false,"const":false,"_intrinsic":false,"_native":false},"code":{"type":"@Code","fixedId":true,"id":"code/1ce947716-75c9eeaba0","name":"[Unoptimized] _StatusBarState.initState","_vmName":"[Unoptimized] initState","kind":"Dart","_optimized":false,"_intrinsic":false,"_native":false},"vars":[{"type":"BoundVariable","name":"this","value":{"type":"@Instance","class":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"identityHashCode":1492628502,"kind":"PlainInstance","id":"objects/148"},"declarationTokenPos":-1,"scopeStartTokenPos":-1,"scopeEndTokenPos":1873}],"index":0},{"type":"Frame","kind":"Regular","location":{"type":"SourceLocation","script":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"},"tokenPos":199223},"function":{"type":"@Function","fixedId":true,"id":"classes/2057/functions/_firstBuild%4031042623","name":"_firstBuild","_vmName":"_firstBuild@31042623","owner":{"type":"@Class","fixedId":true,"id":"classes/2057","name":"StatefulElement"},"_kind":"RegularFunction","static":false,"const":false,"_intrinsic":false,"_native":false},"code":{"type":"@Code","fixedId":true,"id":"code/1ce921139-75ca8d2a00","name":"[Unoptimized] StatefulElement._fir…
[5:17:29 PM] [DAP] [Info] <== {"command":"next","arguments":{"threadId":2},"type":"request","seq":40}
[5:17:29 PM] [DAP] [Info] ==> {"seq":55464,"type":"event","event":"dart.log","body":{"message":"==> {\"id\":\"3309\",\"jsonrpc\":\"2.0\",\"method\":\"resume\",\"params\":{\"isolateId\":\"isolates/2105245850667055\",\"step\":\"Over\"}}\n","severity":0,"category":10}}
[5:17:29 PM] [VmService] [Info] [ambee2] ==> {"id":"3309","jsonrpc":"2.0","method":"resume","params":{"isolateId":"isolates/2105245850667055","step":"Over"}}
[5:17:29 PM] [DAP] [Info] ==> {"seq":55465,"type":"event","event":"dart.log","body":{"message":"<== {\"jsonrpc\":\"2.0\",\"result\":{\"type\":\"Success\"},\"id\":\"3309\"}\n","severity":0,"category":10}}
[5:17:29 PM] [DAP] [Info] ==> {"seq":55466,"type":"response","request_seq":40,"command":"next","success":true}
[5:17:29 PM] [DAP] [Info] ==> {"seq":55467,"type":"event","event":"dart.log","body":{"message":"<== {\"jsonrpc\":\"2.0\",\"method\":\"streamNotify\",\"params\":{\"streamId\":\"Debug\",\"event\":{\"type\":\"Event\",\"kind\":\"Resume\",\"isolate\":{\"type\":\"@Isolate\",\"id\":\"isolates/2105245850667055\",\"name\":\"main\",\"number\":\"2105245850667055\",\"isSystemIsolate\":false},\"timestamp\":1629743145421,\"topFrame\":{\"type\":\"Frame\",\"kind\":\"Regular\",\"location\":{\"type\":\"SourceLocation\",\"script\":{\"type\":\"@Script\",\"fixedId\":true,\"id\":\"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a\",\"uri\":\"package:ambee2/widgets/all/status_bar.dart\",\"_kind\":\"kernel\"},\"tokenPos\":1034},\"function\":{\"type\":\"@Function\",\"fixedId\":true,\"id\":\"classes/1311/functions/initState\",\"name\":\"initState\",\"owner\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"_kind\":\"RegularFunction\",\"static\":false,\"const\":false,\"_intrinsic\":false,\"_native\":false},\"code\":{\"type\":\"@Code\",\"fixedId\":true,\"id\":\"code/1ce947716-75c9eeaba0\",\"name\":\"[Unoptimized] _StatusBarState.initState\",\"_vmName\":\"[Unoptimized] initState\",\"kind\":\"Dart\",\"_optimized\":false,\"_intrinsic\":false,\"_native\":false},\"vars\":[{\"type\":\"BoundVariable\",\"name\":\"this\",\"value\":{\"type\":\"@Instance\",\"class\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"identityHashCode\":1492628502,\"kind\":\"PlainInstance\",\"id\":\"objects/194\"},\"declarationTokenPos\":-1,\"scopeStartTokenPos\":-1,\"scopeEndTokenPos\":1873}],\"index\":0}}}}\n","severity":0,"category":10}}
[5:17:29 PM] [VmService] [Info] [ambee2] <== {"jsonrpc":"2.0","result":{"type":"Success"},"id":"3309"}
[5:17:29 PM] [VmService] [Info] [ambee2] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Debug","event":{"type":"Event","kind":"Resume","isolate":{"type":"@Isolate","id":"isolates/2105245850667055","name":"main","number":"2105245850667055","isSystemIsolate":false},"timestamp":1629743145421,"topFrame":{"type":"Frame","kind":"Regular","location":{"type":"SourceLocation","script":{"type":"@Script","fixedId":true,"id":"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a","uri":"package:ambee2/widgets/all/status_bar.dart","_kind":"kernel"},"tokenPos":1034},"function":{"type":"@Function","fixedId":true,"id":"classes/1311/functions/initState","name":"initState","owner":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"_kind":"RegularFunction","static":false,"const":false,"_intrinsic":false,"_native":false},"code":{"type":"@Code","fixedId":true,"id":"code/1ce947716-75c9eeaba0","name":"[Unoptimized] _StatusBarState.initState","_vmName":"[Unoptimized] initState","kind":"Dart","_optimized":false,"_intrinsic":false,"_native":false},"vars":[{"type":"BoundVariable","name":"this","value":{"type":"@Instance","class":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"identityHashCode":1492628502,"kind":"PlainInstance","id":"objects/194"},"declarationTokenPos":-1,"scopeStartTokenPos":-1,"scopeEndTokenPos":1873}],"index":0}}}}
[5:17:29 PM] [DAP] [Info] ==> {"seq":55468,"type":"event","event":"dart.log","body":{"message":"<== {\"jsonrpc\":\"2.0\",\"method\":\"streamNotify\",\"params\":{\"streamId\":\"Debug\",\"event\":{\"type\":\"Event\",\"kind\":\"PauseBreakpoint\",\"isolate\":{\"type\":\"@Isolate\",\"id\":\"isolates/2105245850667055\",\"name\":\"main\",\"number\":\"2105245850667055\",\"isSystemIsolate\":false},\"timestamp\":1629743145449,\"pauseBreakpoints\":[],\"topFrame\":{\"type\":\"Frame\",\"kind\":\"Regular\",\"location\":{\"type\":\"SourceLocation\",\"script\":{\"type\":\"@Script\",\"fixedId\":true,\"id\":\"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a\",\"uri\":\"package:ambee2/widgets/all/status_bar.dart\",\"_kind\":\"kernel\"},\"tokenPos\":924},\"function\":{\"type\":\"@Function\",\"fixedId\":true,\"id\":\"classes/1311/functions/initState\",\"name\":\"initState\",\"owner\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"_kind\":\"RegularFunction\",\"static\":false,\"const\":false,\"_intrinsic\":false,\"_native\":false},\"code\":{\"type\":\"@Code\",\"fixedId\":true,\"id\":\"code/1ce947716-75c9eeaba0\",\"name\":\"[Unoptimized] _StatusBarState.initState\",\"_vmName\":\"[Unoptimized] initState\",\"kind\":\"Dart\",\"_optimized\":false,\"_intrinsic\":false,\"_native\":false},\"vars\":[{\"type\":\"BoundVariable\",\"name\":\"this\",\"value\":{\"type\":\"@Instance\",\"class\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"identityHashCode\":1492628502,\"kind\":\"PlainInstance\",\"id\":\"objects/195\"},\"declarationTokenPos\":-1,\"scopeStartTokenPos\":-1,\"scopeEndTokenPos\":1873}],\"index\":0}}}}\n","severity":0,"category":10}}
[5:17:29 PM] [DAP] [Info] ==> {"seq":55469,"type":"event","event":"stopped","body":{"reason":"step","threadId":2}}
[5:17:29 PM] [DAP] [Info] <== {"command":"threads","type":"request","seq":41}
[5:17:29 PM] [VmService] [Info] [ambee2] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Debug","event":{"type":"Event","kind":"PauseBreakpoint","isolate":{"type":"@Isolate","id":"isolates/2105245850667055","name":"main","number":"2105245850667055","isSystemIsolate":false},"timestamp":1629743145449,"pauseBreakpoints":[],"topFrame":{"type":"Frame","kind":"Regular","location":{"type":"SourceLocation","script":{"type":"@Script","fixedId":true,"id":"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a","uri":"package:ambee2/widgets/all/status_bar.dart","_kind":"kernel"},"tokenPos":924},"function":{"type":"@Function","fixedId":true,"id":"classes/1311/functions/initState","name":"initState","owner":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"_kind":"RegularFunction","static":false,"const":false,"_intrinsic":false,"_native":false},"code":{"type":"@Code","fixedId":true,"id":"code/1ce947716-75c9eeaba0","name":"[Unoptimized] _StatusBarState.initState","_vmName":"[Unoptimized] initState","kind":"Dart","_optimized":false,"_intrinsic":false,"_native":false},"vars":[{"type":"BoundVariable","name":"this","value":{"type":"@Instance","class":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"identityHashCode":1492628502,"kind":"PlainInstance","id":"objects/195"},"declarationTokenPos":-1,"scopeStartTokenPos":-1,"scopeEndTokenPos":1873}],"index":0}}}}
[5:17:29 PM] [DAP] [Info] ==> {"seq":55470,"type":"response","request_seq":41,"command":"threads","success":true,"body":{"threads":[{"id":2,"name":"main"}]}}
[5:17:29 PM] [DAP] [Info] <== {"command":"stackTrace","arguments":{"threadId":2,"startFrame":0,"levels":1},"type":"request","seq":42}
[5:17:29 PM] [DAP] [Info] ==> {"seq":55471,"type":"response","request_seq":42,"command":"stackTrace","success":true,"body":{"stackFrames":[{"id":86,"source":{"name":"package:ambee2/…/all/status_bar.dart","path":"/Users/tomasbaran/code/ambee2/lib/widgets/all/status_bar.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a","uri":"package:ambee2/widgets/all/status_bar.dart","_kind":"kernel"}},"line":27,"column":5,"name":"_StatusBarState.initState","canRestart":false}],"totalFrames":21}}
[5:17:30 PM] [DAP] [Info] <== {"command":"stackTrace","arguments":{"threadId":2,"startFrame":1,"levels":19},"type":"request","seq":43}
[5:17:30 PM] [DAP] [Info] ==> {"seq":55472,"type":"event","event":"dart.log","body":{"message":"==> {\"id\":\"3310\",\"jsonrpc\":\"2.0\",\"method\":\"getStack\",\"params\":{\"isolateId\":\"isolates/2105245850667055\",\"limit\":20}}\n","severity":0,"category":10}}
[5:17:30 PM] [VmService] [Info] [ambee2] ==> {"id":"3310","jsonrpc":"2.0","method":"getStack","params":{"isolateId":"isolates/2105245850667055","limit":20}}
[5:17:30 PM] [DAP] [Info] ==> {"seq":55473,"type":"event","event":"dart.log","body":{"message":"<== {\"jsonrpc\":\"2.0\",\"result\":{\"type\":\"Stack\",\"frames\":[{\"type\":\"Frame\",\"kind\":\"Regular\",\"location\":{\"type\":\"SourceLocation\",\"script\":{\"type\":\"@Script\",\"fixedId\":true,\"id\":\"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a\",\"uri\":\"package:ambee2/widgets/all/status_bar.dart\",\"_kind\":\"kernel\"},\"tokenPos\":924},\"function\":{\"type\":\"@Function\",\"fixedId\":true,\"id\":\"classes/1311/functions/initState\",\"name\":\"initState\",\"owner\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"_kind\":\"RegularFunction\",\"static\":false,\"const\":false,\"_intrinsic\":false,\"_native\":false},\"code\":{\"type\":\"@Code\",\"fixedId\":true,\"id\":\"code/1ce947716-75c9eeaba0\",\"name\":\"[Unoptimized] _StatusBarState.initState\",\"_vmName\":\"[Unoptimized] initState\",\"kind\":\"Dart\",\"_optimized\":false,\"_intrinsic\":false,\"_native\":false},\"vars\":[{\"type\":\"BoundVariable\",\"name\":\"this\",\"value\":{\"type\":\"@Instance\",\"class\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"identityHashCode\":1492628502,\"kind\":\"PlainInstance\",\"id\":\"objects/196\"},\"declarationTokenPos\":-1,\"scopeStartTokenPos\":-1,\"scopeEndTokenPos\":1873}],\"index\":0},{\"type\":\"Frame\",\"kind\":\"Regular\",\"location\":{\"type\":\"SourceLocation\",\"script\":{\"type\":\"@Script\",\"fixedId\":true,\"id\":\"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977\",\"uri\":\"package:flutter/src/widgets/framework.dart\",\"_kind\":\"kernel\"},\"tokenPos\":199223},\"function\":{\"type\":\"@Function\",\"fixedId\":true,\"id\":\"classes/2057/functions/_firstBuild%4031042623\",\"name\":\"_firstBuild\",\"_vmName\":\"_firstBuild@31042…
[5:17:30 PM] [DAP] [Info] ==> {"seq":55474,"type":"response","request_seq":43,"command":"stackTrace","success":true,"body":{"stackFrames":[{"id":87,"source":{"name":"package:flutter/…/widgets/framework.dart","path":"/Users/tomasbaran/code/flutter/packages/flutter/lib/src/widgets/framework.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"}},"line":4711,"column":57,"name":"StatefulElement._firstBuild","canRestart":true},{"id":88,"source":{"name":"package:flutter/…/widgets/framework.dart","path":"/Users/tomasbaran/code/flutter/packages/flutter/lib/src/widgets/framework.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"}},"line":4548,"column":5,"name":"ComponentElement.mount","canRestart":true},{"id":89,"source":{"name":"package:flutter/…/widgets/framework.dart","path":"/Users/tomasbaran/code/flutter/packages/flutter/lib/src/widgets/framework.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"}},"line":3611,"column":14,"name":"Element.inflateWidget","canRestart":true},{"id":90,"source":{"name":"package:flutter/…/widgets/framework.dart","path":"/Users/tomasbaran/code/flutter/packages/flutter/lib/src/widgets/framework.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"}},"line":6221,"column":36,"name":"MultiChildRenderObjectElement.inflateWidget","canRestart":t…
[5:17:30 PM] [VmService] [Info] [ambee2] <== {"jsonrpc":"2.0","result":{"type":"Stack","frames":[{"type":"Frame","kind":"Regular","location":{"type":"SourceLocation","script":{"type":"@Script","fixedId":true,"id":"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a","uri":"package:ambee2/widgets/all/status_bar.dart","_kind":"kernel"},"tokenPos":924},"function":{"type":"@Function","fixedId":true,"id":"classes/1311/functions/initState","name":"initState","owner":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"_kind":"RegularFunction","static":false,"const":false,"_intrinsic":false,"_native":false},"code":{"type":"@Code","fixedId":true,"id":"code/1ce947716-75c9eeaba0","name":"[Unoptimized] _StatusBarState.initState","_vmName":"[Unoptimized] initState","kind":"Dart","_optimized":false,"_intrinsic":false,"_native":false},"vars":[{"type":"BoundVariable","name":"this","value":{"type":"@Instance","class":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"identityHashCode":1492628502,"kind":"PlainInstance","id":"objects/196"},"declarationTokenPos":-1,"scopeStartTokenPos":-1,"scopeEndTokenPos":1873}],"index":0},{"type":"Frame","kind":"Regular","location":{"type":"SourceLocation","script":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"},"tokenPos":199223},"function":{"type":"@Function","fixedId":true,"id":"classes/2057/functions/_firstBuild%4031042623","name":"_firstBuild","_vmName":"_firstBuild@31042623","owner":{"type":"@Class","fixedId":true,"id":"classes/2057","name":"StatefulElement"},"_kind":"RegularFunction","static":false,"const":false,"_intrinsic":false,"_native":false},"code":{"type":"@Code","fixedId":true,"id":"code/1ce921139-75ca8d2a00","name":"[Unoptimized] StatefulElement._firs…
[5:17:30 PM] [DAP] [Info] <== {"command":"next","arguments":{"threadId":2},"type":"request","seq":44}
[5:17:30 PM] [DAP] [Info] ==> {"seq":55475,"type":"event","event":"dart.log","body":{"message":"==> {\"id\":\"3311\",\"jsonrpc\":\"2.0\",\"method\":\"resume\",\"params\":{\"isolateId\":\"isolates/2105245850667055\",\"step\":\"Over\"}}\n","severity":0,"category":10}}
[5:17:30 PM] [VmService] [Info] [ambee2] ==> {"id":"3311","jsonrpc":"2.0","method":"resume","params":{"isolateId":"isolates/2105245850667055","step":"Over"}}
[5:17:30 PM] [DAP] [Info] ==> {"seq":55476,"type":"event","event":"dart.log","body":{"message":"<== {\"jsonrpc\":\"2.0\",\"result\":{\"type\":\"Success\"},\"id\":\"3311\"}\n","severity":0,"category":10}}
[5:17:30 PM] [DAP] [Info] ==> {"seq":55477,"type":"response","request_seq":44,"command":"next","success":true}
[5:17:30 PM] [DAP] [Info] ==> {"seq":55478,"type":"event","event":"dart.log","body":{"message":"<== {\"jsonrpc\":\"2.0\",\"method\":\"streamNotify\",\"params\":{\"streamId\":\"Debug\",\"event\":{\"type\":\"Event\",\"kind\":\"Resume\",\"isolate\":{\"type\":\"@Isolate\",\"id\":\"isolates/2105245850667055\",\"name\":\"main\",\"number\":\"2105245850667055\",\"isSystemIsolate\":false},\"timestamp\":1629743145989,\"topFrame\":{\"type\":\"Frame\",\"kind\":\"Regular\",\"location\":{\"type\":\"SourceLocation\",\"script\":{\"type\":\"@Script\",\"fixedId\":true,\"id\":\"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a\",\"uri\":\"package:ambee2/widgets/all/status_bar.dart\",\"_kind\":\"kernel\"},\"tokenPos\":924},\"function\":{\"type\":\"@Function\",\"fixedId\":true,\"id\":\"classes/1311/functions/initState\",\"name\":\"initState\",\"owner\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"_kind\":\"RegularFunction\",\"static\":false,\"const\":false,\"_intrinsic\":false,\"_native\":false},\"code\":{\"type\":\"@Code\",\"fixedId\":true,\"id\":\"code/1ce947716-75c9eeaba0\",\"name\":\"[Unoptimized] _StatusBarState.initState\",\"_vmName\":\"[Unoptimized] initState\",\"kind\":\"Dart\",\"_optimized\":false,\"_intrinsic\":false,\"_native\":false},\"vars\":[{\"type\":\"BoundVariable\",\"name\":\"this\",\"value\":{\"type\":\"@Instance\",\"class\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"identityHashCode\":1492628502,\"kind\":\"PlainInstance\",\"id\":\"objects/242\"},\"declarationTokenPos\":-1,\"scopeStartTokenPos\":-1,\"scopeEndTokenPos\":1873}],\"index\":0}}}}\n","severity":0,"category":10}}
[5:17:30 PM] [VmService] [Info] [ambee2] <== {"jsonrpc":"2.0","result":{"type":"Success"},"id":"3311"}
[5:17:30 PM] [VmService] [Info] [ambee2] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Debug","event":{"type":"Event","kind":"Resume","isolate":{"type":"@Isolate","id":"isolates/2105245850667055","name":"main","number":"2105245850667055","isSystemIsolate":false},"timestamp":1629743145989,"topFrame":{"type":"Frame","kind":"Regular","location":{"type":"SourceLocation","script":{"type":"@Script","fixedId":true,"id":"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a","uri":"package:ambee2/widgets/all/status_bar.dart","_kind":"kernel"},"tokenPos":924},"function":{"type":"@Function","fixedId":true,"id":"classes/1311/functions/initState","name":"initState","owner":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"_kind":"RegularFunction","static":false,"const":false,"_intrinsic":false,"_native":false},"code":{"type":"@Code","fixedId":true,"id":"code/1ce947716-75c9eeaba0","name":"[Unoptimized] _StatusBarState.initState","_vmName":"[Unoptimized] initState","kind":"Dart","_optimized":false,"_intrinsic":false,"_native":false},"vars":[{"type":"BoundVariable","name":"this","value":{"type":"@Instance","class":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"identityHashCode":1492628502,"kind":"PlainInstance","id":"objects/242"},"declarationTokenPos":-1,"scopeStartTokenPos":-1,"scopeEndTokenPos":1873}],"index":0}}}}
[5:17:30 PM] [DAP] [Info] ==> {"seq":55479,"type":"event","event":"dart.log","body":{"message":"<== I/flutter ( 9042): status bar says: animationStatus: LightAnimationStatus.isOff\r\n","severity":0,"category":8}}
[5:17:30 PM] [DAP] [Info] ==> {"seq":55480,"type":"event","event":"output","body":{"category":"stdout","output":"I/flutter ( 9042): status bar says: animationStatus: LightAnimationStatus.isOff\n"}}
[5:17:30 PM] [DAP] [Info] ==> {"seq":55481,"type":"event","event":"dart.log","body":{"message":"<== {\"jsonrpc\":\"2.0\",\"method\":\"streamNotify\",\"params\":{\"streamId\":\"Debug\",\"event\":{\"type\":\"Event\",\"kind\":\"PauseBreakpoint\",\"isolate\":{\"type\":\"@Isolate\",\"id\":\"isolates/2105245850667055\",\"name\":\"main\",\"number\":\"2105245850667055\",\"isSystemIsolate\":false},\"timestamp\":1629743146007,\"pauseBreakpoints\":[],\"topFrame\":{\"type\":\"Frame\",\"kind\":\"Regular\",\"location\":{\"type\":\"SourceLocation\",\"script\":{\"type\":\"@Script\",\"fixedId\":true,\"id\":\"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a\",\"uri\":\"package:ambee2/widgets/all/status_bar.dart\",\"_kind\":\"kernel\"},\"tokenPos\":1041},\"function\":{\"type\":\"@Function\",\"fixedId\":true,\"id\":\"classes/1311/functions/initState\",\"name\":\"initState\",\"owner\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"_kind\":\"RegularFunction\",\"static\":false,\"const\":false,\"_intrinsic\":false,\"_native\":false},\"code\":{\"type\":\"@Code\",\"fixedId\":true,\"id\":\"code/1ce947716-75c9eeaba0\",\"name\":\"[Unoptimized] _StatusBarState.initState\",\"_vmName\":\"[Unoptimized] initState\",\"kind\":\"Dart\",\"_optimized\":false,\"_intrinsic\":false,\"_native\":false},\"vars\":[{\"type\":\"BoundVariable\",\"name\":\"this\",\"value\":{\"type\":\"@Instance\",\"class\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"identityHashCode\":1492628502,\"kind\":\"PlainInstance\",\"id\":\"objects/243\"},\"declarationTokenPos\":-1,\"scopeStartTokenPos\":-1,\"scopeEndTokenPos\":1873}],\"index\":0}}}}\n","severity":0,"category":10}}
[5:17:30 PM] [FlutterRun] [Info] [ambee2] <== I/flutter ( 9042): status bar says: animationStatus: LightAnimationStatus.isOff
[5:17:30 PM] [VmService] [Info] [ambee2] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Debug","event":{"type":"Event","kind":"PauseBreakpoint","isolate":{"type":"@Isolate","id":"isolates/2105245850667055","name":"main","number":"2105245850667055","isSystemIsolate":false},"timestamp":1629743146007,"pauseBreakpoints":[],"topFrame":{"type":"Frame","kind":"Regular","location":{"type":"SourceLocation","script":{"type":"@Script","fixedId":true,"id":"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a","uri":"package:ambee2/widgets/all/status_bar.dart","_kind":"kernel"},"tokenPos":1041},"function":{"type":"@Function","fixedId":true,"id":"classes/1311/functions/initState","name":"initState","owner":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"_kind":"RegularFunction","static":false,"const":false,"_intrinsic":false,"_native":false},"code":{"type":"@Code","fixedId":true,"id":"code/1ce947716-75c9eeaba0","name":"[Unoptimized] _StatusBarState.initState","_vmName":"[Unoptimized] initState","kind":"Dart","_optimized":false,"_intrinsic":false,"_native":false},"vars":[{"type":"BoundVariable","name":"this","value":{"type":"@Instance","class":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"identityHashCode":1492628502,"kind":"PlainInstance","id":"objects/243"},"declarationTokenPos":-1,"scopeStartTokenPos":-1,"scopeEndTokenPos":1873}],"index":0}}}}
[5:17:30 PM] [DAP] [Info] ==> {"seq":55482,"type":"event","event":"stopped","body":{"reason":"step","threadId":2}}
[5:17:30 PM] [DAP] [Info] <== {"command":"threads","type":"request","seq":45}
[5:17:30 PM] [DAP] [Info] ==> {"seq":55483,"type":"response","request_seq":45,"command":"threads","success":true,"body":{"threads":[{"id":2,"name":"main"}]}}
[5:17:30 PM] [DAP] [Info] <== {"command":"stackTrace","arguments":{"threadId":2,"startFrame":0,"levels":1},"type":"request","seq":46}
[5:17:30 PM] [DAP] [Info] ==> {"seq":55484,"type":"response","request_seq":46,"command":"stackTrace","success":true,"body":{"stackFrames":[{"id":106,"source":{"name":"package:ambee2/…/all/status_bar.dart","path":"/Users/tomasbaran/code/ambee2/lib/widgets/all/status_bar.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a","uri":"package:ambee2/widgets/all/status_bar.dart","_kind":"kernel"}},"line":28,"column":5,"name":"_StatusBarState.initState","canRestart":false}],"totalFrames":21}}
[5:17:30 PM] [DAP] [Info] <== {"command":"stackTrace","arguments":{"threadId":2,"startFrame":1,"levels":19},"type":"request","seq":47}
[5:17:30 PM] [DAP] [Info] ==> {"seq":55485,"type":"event","event":"dart.log","body":{"message":"==> {\"id\":\"3312\",\"jsonrpc\":\"2.0\",\"method\":\"getStack\",\"params\":{\"isolateId\":\"isolates/2105245850667055\",\"limit\":20}}\n","severity":0,"category":10}}
[5:17:30 PM] [VmService] [Info] [ambee2] ==> {"id":"3312","jsonrpc":"2.0","method":"getStack","params":{"isolateId":"isolates/2105245850667055","limit":20}}
[5:17:30 PM] [DAP] [Info] ==> {"seq":55486,"type":"event","event":"dart.log","body":{"message":"<== {\"jsonrpc\":\"2.0\",\"result\":{\"type\":\"Stack\",\"frames\":[{\"type\":\"Frame\",\"kind\":\"Regular\",\"location\":{\"type\":\"SourceLocation\",\"script\":{\"type\":\"@Script\",\"fixedId\":true,\"id\":\"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a\",\"uri\":\"package:ambee2/widgets/all/status_bar.dart\",\"_kind\":\"kernel\"},\"tokenPos\":1041},\"function\":{\"type\":\"@Function\",\"fixedId\":true,\"id\":\"classes/1311/functions/initState\",\"name\":\"initState\",\"owner\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"_kind\":\"RegularFunction\",\"static\":false,\"const\":false,\"_intrinsic\":false,\"_native\":false},\"code\":{\"type\":\"@Code\",\"fixedId\":true,\"id\":\"code/1ce947716-75c9eeaba0\",\"name\":\"[Unoptimized] _StatusBarState.initState\",\"_vmName\":\"[Unoptimized] initState\",\"kind\":\"Dart\",\"_optimized\":false,\"_intrinsic\":false,\"_native\":false},\"vars\":[{\"type\":\"BoundVariable\",\"name\":\"this\",\"value\":{\"type\":\"@Instance\",\"class\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"identityHashCode\":1492628502,\"kind\":\"PlainInstance\",\"id\":\"objects/244\"},\"declarationTokenPos\":-1,\"scopeStartTokenPos\":-1,\"scopeEndTokenPos\":1873}],\"index\":0},{\"type\":\"Frame\",\"kind\":\"Regular\",\"location\":{\"type\":\"SourceLocation\",\"script\":{\"type\":\"@Script\",\"fixedId\":true,\"id\":\"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977\",\"uri\":\"package:flutter/src/widgets/framework.dart\",\"_kind\":\"kernel\"},\"tokenPos\":199223},\"function\":{\"type\":\"@Function\",\"fixedId\":true,\"id\":\"classes/2057/functions/_firstBuild%4031042623\",\"name\":\"_firstBuild\",\"_vmName\":\"_firstBuild@3104…
[5:17:30 PM] [DAP] [Info] ==> {"seq":55487,"type":"response","request_seq":47,"command":"stackTrace","success":true,"body":{"stackFrames":[{"id":107,"source":{"name":"package:flutter/…/widgets/framework.dart","path":"/Users/tomasbaran/code/flutter/packages/flutter/lib/src/widgets/framework.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"}},"line":4711,"column":57,"name":"StatefulElement._firstBuild","canRestart":true},{"id":108,"source":{"name":"package:flutter/…/widgets/framework.dart","path":"/Users/tomasbaran/code/flutter/packages/flutter/lib/src/widgets/framework.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"}},"line":4548,"column":5,"name":"ComponentElement.mount","canRestart":true},{"id":109,"source":{"name":"package:flutter/…/widgets/framework.dart","path":"/Users/tomasbaran/code/flutter/packages/flutter/lib/src/widgets/framework.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"}},"line":3611,"column":14,"name":"Element.inflateWidget","canRestart":true},{"id":110,"source":{"name":"package:flutter/…/widgets/framework.dart","path":"/Users/tomasbaran/code/flutter/packages/flutter/lib/src/widgets/framework.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"}},"line":6221,"column":36,"name":"MultiChildRenderObjectElement.inflateWidget","canRestar…
[5:17:30 PM] [VmService] [Info] [ambee2] <== {"jsonrpc":"2.0","result":{"type":"Stack","frames":[{"type":"Frame","kind":"Regular","location":{"type":"SourceLocation","script":{"type":"@Script","fixedId":true,"id":"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a","uri":"package:ambee2/widgets/all/status_bar.dart","_kind":"kernel"},"tokenPos":1041},"function":{"type":"@Function","fixedId":true,"id":"classes/1311/functions/initState","name":"initState","owner":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"_kind":"RegularFunction","static":false,"const":false,"_intrinsic":false,"_native":false},"code":{"type":"@Code","fixedId":true,"id":"code/1ce947716-75c9eeaba0","name":"[Unoptimized] _StatusBarState.initState","_vmName":"[Unoptimized] initState","kind":"Dart","_optimized":false,"_intrinsic":false,"_native":false},"vars":[{"type":"BoundVariable","name":"this","value":{"type":"@Instance","class":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"identityHashCode":1492628502,"kind":"PlainInstance","id":"objects/244"},"declarationTokenPos":-1,"scopeStartTokenPos":-1,"scopeEndTokenPos":1873}],"index":0},{"type":"Frame","kind":"Regular","location":{"type":"SourceLocation","script":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"},"tokenPos":199223},"function":{"type":"@Function","fixedId":true,"id":"classes/2057/functions/_firstBuild%4031042623","name":"_firstBuild","_vmName":"_firstBuild@31042623","owner":{"type":"@Class","fixedId":true,"id":"classes/2057","name":"StatefulElement"},"_kind":"RegularFunction","static":false,"const":false,"_intrinsic":false,"_native":false},"code":{"type":"@Code","fixedId":true,"id":"code/1ce921139-75ca8d2a00","name":"[Unoptimized] StatefulElement._fir…
[5:17:31 PM] [DAP] [Info] <== {"command":"next","arguments":{"threadId":2},"type":"request","seq":48}
[5:17:31 PM] [DAP] [Info] ==> {"seq":55488,"type":"event","event":"dart.log","body":{"message":"==> {\"id\":\"3313\",\"jsonrpc\":\"2.0\",\"method\":\"resume\",\"params\":{\"isolateId\":\"isolates/2105245850667055\",\"step\":\"Over\"}}\n","severity":0,"category":10}}
[5:17:31 PM] [VmService] [Info] [ambee2] ==> {"id":"3313","jsonrpc":"2.0","method":"resume","params":{"isolateId":"isolates/2105245850667055","step":"Over"}}
[5:17:31 PM] [DAP] [Info] ==> {"seq":55489,"type":"event","event":"dart.log","body":{"message":"<== {\"jsonrpc\":\"2.0\",\"result\":{\"type\":\"Success\"},\"id\":\"3313\"}\n","severity":0,"category":10}}
[5:17:31 PM] [DAP] [Info] ==> {"seq":55490,"type":"response","request_seq":48,"command":"next","success":true}
[5:17:31 PM] [DAP] [Info] ==> {"seq":55491,"type":"event","event":"dart.log","body":{"message":"<== {\"jsonrpc\":\"2.0\",\"method\":\"streamNotify\",\"params\":{\"streamId\":\"Debug\",\"event\":{\"type\":\"Event\",\"kind\":\"Resume\",\"isolate\":{\"type\":\"@Isolate\",\"id\":\"isolates/2105245850667055\",\"name\":\"main\",\"number\":\"2105245850667055\",\"isSystemIsolate\":false},\"timestamp\":1629743146984,\"topFrame\":{\"type\":\"Frame\",\"kind\":\"Regular\",\"location\":{\"type\":\"SourceLocation\",\"script\":{\"type\":\"@Script\",\"fixedId\":true,\"id\":\"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a\",\"uri\":\"package:ambee2/widgets/all/status_bar.dart\",\"_kind\":\"kernel\"},\"tokenPos\":1041},\"function\":{\"type\":\"@Function\",\"fixedId\":true,\"id\":\"classes/1311/functions/initState\",\"name\":\"initState\",\"owner\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"_kind\":\"RegularFunction\",\"static\":false,\"const\":false,\"_intrinsic\":false,\"_native\":false},\"code\":{\"type\":\"@Code\",\"fixedId\":true,\"id\":\"code/1ce947716-75c9eeaba0\",\"name\":\"[Unoptimized] _StatusBarState.initState\",\"_vmName\":\"[Unoptimized] initState\",\"kind\":\"Dart\",\"_optimized\":false,\"_intrinsic\":false,\"_native\":false},\"vars\":[{\"type\":\"BoundVariable\",\"name\":\"this\",\"value\":{\"type\":\"@Instance\",\"class\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"identityHashCode\":1492628502,\"kind\":\"PlainInstance\",\"id\":\"objects/290\"},\"declarationTokenPos\":-1,\"scopeStartTokenPos\":-1,\"scopeEndTokenPos\":1873}],\"index\":0}}}}\n","severity":0,"category":10}}
[5:17:31 PM] [VmService] [Info] [ambee2] <== {"jsonrpc":"2.0","result":{"type":"Success"},"id":"3313"}
[5:17:31 PM] [VmService] [Info] [ambee2] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Debug","event":{"type":"Event","kind":"Resume","isolate":{"type":"@Isolate","id":"isolates/2105245850667055","name":"main","number":"2105245850667055","isSystemIsolate":false},"timestamp":1629743146984,"topFrame":{"type":"Frame","kind":"Regular","location":{"type":"SourceLocation","script":{"type":"@Script","fixedId":true,"id":"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a","uri":"package:ambee2/widgets/all/status_bar.dart","_kind":"kernel"},"tokenPos":1041},"function":{"type":"@Function","fixedId":true,"id":"classes/1311/functions/initState","name":"initState","owner":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"_kind":"RegularFunction","static":false,"const":false,"_intrinsic":false,"_native":false},"code":{"type":"@Code","fixedId":true,"id":"code/1ce947716-75c9eeaba0","name":"[Unoptimized] _StatusBarState.initState","_vmName":"[Unoptimized] initState","kind":"Dart","_optimized":false,"_intrinsic":false,"_native":false},"vars":[{"type":"BoundVariable","name":"this","value":{"type":"@Instance","class":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"identityHashCode":1492628502,"kind":"PlainInstance","id":"objects/290"},"declarationTokenPos":-1,"scopeStartTokenPos":-1,"scopeEndTokenPos":1873}],"index":0}}}}
[5:17:31 PM] [DAP] [Info] ==> {"seq":55492,"type":"event","event":"dart.log","body":{"message":"<== I/flutter ( 9042): showing bug\r\n","severity":0,"category":8}}
[5:17:31 PM] [DAP] [Info] ==> {"seq":55493,"type":"event","event":"output","body":{"category":"stdout","output":"I/flutter ( 9042): showing bug\n"}}
[5:17:31 PM] [DAP] [Info] ==> {"seq":55494,"type":"event","event":"dart.log","body":{"message":"<== {\"jsonrpc\":\"2.0\",\"method\":\"streamNotify\",\"params\":{\"streamId\":\"Debug\",\"event\":{\"type\":\"Event\",\"kind\":\"PauseBreakpoint\",\"isolate\":{\"type\":\"@Isolate\",\"id\":\"isolates/2105245850667055\",\"name\":\"main\",\"number\":\"2105245850667055\",\"isSystemIsolate\":false},\"timestamp\":1629743146998,\"pauseBreakpoints\":[],\"topFrame\":{\"type\":\"Frame\",\"kind\":\"Regular\",\"location\":{\"type\":\"SourceLocation\",\"script\":{\"type\":\"@Script\",\"fixedId\":true,\"id\":\"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a\",\"uri\":\"package:ambee2/widgets/all/status_bar.dart\",\"_kind\":\"kernel\"},\"tokenPos\":1091},\"function\":{\"type\":\"@Function\",\"fixedId\":true,\"id\":\"classes/1311/functions/initState\",\"name\":\"initState\",\"owner\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"_kind\":\"RegularFunction\",\"static\":false,\"const\":false,\"_intrinsic\":false,\"_native\":false},\"code\":{\"type\":\"@Code\",\"fixedId\":true,\"id\":\"code/1ce947716-75c9eeaba0\",\"name\":\"[Unoptimized] _StatusBarState.initState\",\"_vmName\":\"[Unoptimized] initState\",\"kind\":\"Dart\",\"_optimized\":false,\"_intrinsic\":false,\"_native\":false},\"vars\":[{\"type\":\"BoundVariable\",\"name\":\"this\",\"value\":{\"type\":\"@Instance\",\"class\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"identityHashCode\":1492628502,\"kind\":\"PlainInstance\",\"id\":\"objects/291\"},\"declarationTokenPos\":-1,\"scopeStartTokenPos\":-1,\"scopeEndTokenPos\":1873}],\"index\":0}}}}\n","severity":0,"category":10}}
[5:17:31 PM] [DAP] [Info] ==> {"seq":55495,"type":"event","event":"stopped","body":{"reason":"step","threadId":2}}
[5:17:31 PM] [DAP] [Info] <== {"command":"threads","type":"request","seq":49}
[5:17:31 PM] [FlutterRun] [Info] [ambee2] <== I/flutter ( 9042): showing bug
[5:17:31 PM] [VmService] [Info] [ambee2] <== {"jsonrpc":"2.0","method":"streamNotify","params":{"streamId":"Debug","event":{"type":"Event","kind":"PauseBreakpoint","isolate":{"type":"@Isolate","id":"isolates/2105245850667055","name":"main","number":"2105245850667055","isSystemIsolate":false},"timestamp":1629743146998,"pauseBreakpoints":[],"topFrame":{"type":"Frame","kind":"Regular","location":{"type":"SourceLocation","script":{"type":"@Script","fixedId":true,"id":"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a","uri":"package:ambee2/widgets/all/status_bar.dart","_kind":"kernel"},"tokenPos":1091},"function":{"type":"@Function","fixedId":true,"id":"classes/1311/functions/initState","name":"initState","owner":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"_kind":"RegularFunction","static":false,"const":false,"_intrinsic":false,"_native":false},"code":{"type":"@Code","fixedId":true,"id":"code/1ce947716-75c9eeaba0","name":"[Unoptimized] _StatusBarState.initState","_vmName":"[Unoptimized] initState","kind":"Dart","_optimized":false,"_intrinsic":false,"_native":false},"vars":[{"type":"BoundVariable","name":"this","value":{"type":"@Instance","class":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"identityHashCode":1492628502,"kind":"PlainInstance","id":"objects/291"},"declarationTokenPos":-1,"scopeStartTokenPos":-1,"scopeEndTokenPos":1873}],"index":0}}}}
[5:17:31 PM] [DAP] [Info] ==> {"seq":55496,"type":"response","request_seq":49,"command":"threads","success":true,"body":{"threads":[{"id":2,"name":"main"}]}}
[5:17:31 PM] [DAP] [Info] <== {"command":"stackTrace","arguments":{"threadId":2,"startFrame":0,"levels":1},"type":"request","seq":50}
[5:17:31 PM] [DAP] [Info] ==> {"seq":55497,"type":"response","request_seq":50,"command":"stackTrace","success":true,"body":{"stackFrames":[{"id":126,"source":{"name":"package:ambee2/…/all/status_bar.dart","path":"/Users/tomasbaran/code/ambee2/lib/widgets/all/status_bar.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a","uri":"package:ambee2/widgets/all/status_bar.dart","_kind":"kernel"}},"line":30,"column":28,"name":"_StatusBarState.initState","canRestart":false}],"totalFrames":21}}
[5:17:31 PM] [DAP] [Info] <== {"command":"stackTrace","arguments":{"threadId":2,"startFrame":1,"levels":19},"type":"request","seq":51}
[5:17:31 PM] [DAP] [Info] ==> {"seq":55498,"type":"event","event":"dart.log","body":{"message":"==> {\"id\":\"3314\",\"jsonrpc\":\"2.0\",\"method\":\"getStack\",\"params\":{\"isolateId\":\"isolates/2105245850667055\",\"limit\":20}}\n","severity":0,"category":10}}
[5:17:31 PM] [VmService] [Info] [ambee2] ==> {"id":"3314","jsonrpc":"2.0","method":"getStack","params":{"isolateId":"isolates/2105245850667055","limit":20}}
[5:17:31 PM] [DAP] [Info] ==> {"seq":55499,"type":"event","event":"dart.log","body":{"message":"<== {\"jsonrpc\":\"2.0\",\"result\":{\"type\":\"Stack\",\"frames\":[{\"type\":\"Frame\",\"kind\":\"Regular\",\"location\":{\"type\":\"SourceLocation\",\"script\":{\"type\":\"@Script\",\"fixedId\":true,\"id\":\"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a\",\"uri\":\"package:ambee2/widgets/all/status_bar.dart\",\"_kind\":\"kernel\"},\"tokenPos\":1091},\"function\":{\"type\":\"@Function\",\"fixedId\":true,\"id\":\"classes/1311/functions/initState\",\"name\":\"initState\",\"owner\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"_kind\":\"RegularFunction\",\"static\":false,\"const\":false,\"_intrinsic\":false,\"_native\":false},\"code\":{\"type\":\"@Code\",\"fixedId\":true,\"id\":\"code/1ce947716-75c9eeaba0\",\"name\":\"[Unoptimized] _StatusBarState.initState\",\"_vmName\":\"[Unoptimized] initState\",\"kind\":\"Dart\",\"_optimized\":false,\"_intrinsic\":false,\"_native\":false},\"vars\":[{\"type\":\"BoundVariable\",\"name\":\"this\",\"value\":{\"type\":\"@Instance\",\"class\":{\"type\":\"@Class\",\"fixedId\":true,\"id\":\"classes/1311\",\"name\":\"_StatusBarState\",\"_vmName\":\"_StatusBarState@63017572\"},\"identityHashCode\":1492628502,\"kind\":\"PlainInstance\",\"id\":\"objects/292\"},\"declarationTokenPos\":-1,\"scopeStartTokenPos\":-1,\"scopeEndTokenPos\":1873}],\"index\":0},{\"type\":\"Frame\",\"kind\":\"Regular\",\"location\":{\"type\":\"SourceLocation\",\"script\":{\"type\":\"@Script\",\"fixedId\":true,\"id\":\"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977\",\"uri\":\"package:flutter/src/widgets/framework.dart\",\"_kind\":\"kernel\"},\"tokenPos\":199223},\"function\":{\"type\":\"@Function\",\"fixedId\":true,\"id\":\"classes/2057/functions/_firstBuild%4031042623\",\"name\":\"_firstBuild\",\"_vmName\":\"_firstBuild@3104…
[5:17:31 PM] [DAP] [Info] ==> {"seq":55500,"type":"response","request_seq":51,"command":"stackTrace","success":true,"body":{"stackFrames":[{"id":127,"source":{"name":"package:flutter/…/widgets/framework.dart","path":"/Users/tomasbaran/code/flutter/packages/flutter/lib/src/widgets/framework.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"}},"line":4711,"column":57,"name":"StatefulElement._firstBuild","canRestart":true},{"id":128,"source":{"name":"package:flutter/…/widgets/framework.dart","path":"/Users/tomasbaran/code/flutter/packages/flutter/lib/src/widgets/framework.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"}},"line":4548,"column":5,"name":"ComponentElement.mount","canRestart":true},{"id":129,"source":{"name":"package:flutter/…/widgets/framework.dart","path":"/Users/tomasbaran/code/flutter/packages/flutter/lib/src/widgets/framework.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"}},"line":3611,"column":14,"name":"Element.inflateWidget","canRestart":true},{"id":130,"source":{"name":"package:flutter/…/widgets/framework.dart","path":"/Users/tomasbaran/code/flutter/packages/flutter/lib/src/widgets/framework.dart","sourceReference":0,"adapterData":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"}},"line":6221,"column":36,"name":"MultiChildRenderObjectElement.inflateWidget","canRestar…
[5:17:31 PM] [VmService] [Info] [ambee2] <== {"jsonrpc":"2.0","result":{"type":"Stack","frames":[{"type":"Frame","kind":"Regular","location":{"type":"SourceLocation","script":{"type":"@Script","fixedId":true,"id":"libraries/@63017572/scripts/package%3Aambee2%2Fwidgets%2Fall%2Fstatus_bar.dart/17b7440e95a","uri":"package:ambee2/widgets/all/status_bar.dart","_kind":"kernel"},"tokenPos":1091},"function":{"type":"@Function","fixedId":true,"id":"classes/1311/functions/initState","name":"initState","owner":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"_kind":"RegularFunction","static":false,"const":false,"_intrinsic":false,"_native":false},"code":{"type":"@Code","fixedId":true,"id":"code/1ce947716-75c9eeaba0","name":"[Unoptimized] _StatusBarState.initState","_vmName":"[Unoptimized] initState","kind":"Dart","_optimized":false,"_intrinsic":false,"_native":false},"vars":[{"type":"BoundVariable","name":"this","value":{"type":"@Instance","class":{"type":"@Class","fixedId":true,"id":"classes/1311","name":"_StatusBarState","_vmName":"_StatusBarState@63017572"},"identityHashCode":1492628502,"kind":"PlainInstance","id":"objects/292"},"declarationTokenPos":-1,"scopeStartTokenPos":-1,"scopeEndTokenPos":1873}],"index":0},{"type":"Frame","kind":"Regular","location":{"type":"SourceLocation","script":{"type":"@Script","fixedId":true,"id":"libraries/@31042623/scripts/package%3Aflutter%2Fsrc%2Fwidgets%2Fframework.dart/17b7440e977","uri":"package:flutter/src/widgets/framework.dart","_kind":"kernel"},"tokenPos":199223},"function":{"type":"@Function","fixedId":true,"id":"classes/2057/functions/_firstBuild%4031042623","name":"_firstBuild","_vmName":"_firstBuild@31042623","owner":{"type":"@Class","fixedId":true,"id":"classes/2057","name":"StatefulElement"},"_kind":"RegularFunction","static":false,"const":false,"_intrinsic":false,"_native":false},"code":{"type":"@Code","fixedId":true,"id":"code/1ce921139-75ca8d2a00","name":"[Unoptimized] StatefulElement._fir…
Tue Aug 24 2021 [17:17:37 GMT+0200 (Central European Summer Time)] Log file ended

@DanTup
Copy link
Member

DanTup commented Aug 24, 2021

Thanks for the log! This actually shows the raw DAP event being sent to VS Code:

{"seq":55493,"type":"event","event":"output","body":{"category":"stdout","output":"I/flutter ( 9042): showing bug\n"}}

That means this could be a VS Code issue. Could you file a bug explaining the output is missing but the debug adapter appears to be sending the correct output event (you can include the line I've pasted above) at https://github.com/microsoft/vscode? You can CC me so I can help out if required so it doesn't just get closed as being the extensions fault.

Thanks!

@tomasbaran
Copy link
Author

It's still NOT working correctly. Adding my flutter doctor -v

Logs [✓] Flutter (Channel stable, 2.2.3, on macOS 11.5.2 20G95 darwin-arm, locale en-US) • Flutter version 2.2.3 at /Users/tomasbaran/code/flutter • Framework revision f4abaa0735 (10 weeks ago), 2021-07-01 12:46:11 -0700 • Engine revision 241c87ad80 • Dart version 2.13.4

[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
• Android SDK at /Users/tomasbaran/Library/Android/sdk
• Platform android-31, build-tools 31.0.0
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7249189)
• All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 12.5.1, Build version 12E507
• CocoaPods version 1.10.2

[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2020.3)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7249189)

[✓] VS Code (version 1.60.0)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.26.0

[✓] Connected device (2 available)
• iPhone 12 Pro (mobile) • 52B1B8E2-0A95-4737-B3E8-62BB977671D9 • ios •
com.apple.CoreSimulator.SimRuntime.iOS-14-5 (simulator)
• Chrome (web) • chrome • web-javascript • Google Chrome 92.0.4515.159

• No issues found!

@tomasbaran tomasbaran changed the title VS Code does NOT print output in debug console any more VS Code does NOT print output in debug console any more on Macbook M1 Sep 9, 2021
@tomasbaran
Copy link
Author

I found the issue. I'm so sorry about this stupid mistake. I was filtering out a text and forgot about it that's why it didn't show other print outs. I'm ashamed :S

@DanTup
Copy link
Member

DanTup commented Sep 13, 2021

No worries - I think I've done that too (yet failed to remember about that while responding to this!). Glad you figured it out anyway! Perhaps VS Code should make it clearer when the list is filtered! 🤔

@DanTup DanTup removed is bug awaiting info Requires more information from the customer to progress labels Sep 13, 2021
@tomasbaran
Copy link
Author

It's a good idea, @DanTup It's true that it's not very clear. For instance, making the Showing 4 of 404 in a different — highlighted color.
Captura de pantalla 2021-09-13 a las 15 22 31

@DanTup
Copy link
Member

DanTup commented Sep 13, 2021

Yep, I'd agree - perhaps it's worth filing an issue in the VS Code tracker (feel free to post the link back here for others that might hit this - I'll certainly give it a 👍 !)

@shivansh-magnus
Copy link

Thanks for the log! This actually shows the raw DAP event being sent to VS Code:

{"seq":55493,"type":"event","event":"output","body":{"category":"stdout","output":"I/flutter ( 9042): showing bug\n"}}

That means this could be a VS Code issue. Could you file a bug explaining the output is missing but the debug adapter appears to be sending the correct output event (you can include the line I've pasted above) at https://github.com/microsoft/vscode? You can CC me so I can help out if required so it doesn't just get closed as being the extensions fault.

Thanks!

I am having this log

!! PLEASE REVIEW THIS LOG FOR SENSITIVE INFORMATION BEFORE SHARING !!

Dart Code extension: 3.29.0
Flutter extension: 3.29.0 (activated)

App: Visual Studio Code
Version: 1.61.1
Platform: mac

Workspace type: Flutter
Analyzer type: LSP
Multi-root?: false

Dart SDK:
Loc: /Users/../Developer/flutter/bin/cache/dart-sdk
Ver: 2.15.1
Flutter SDK:
Loc: /Users/../Developer/flutter
Ver: 2.8.1

HTTP_PROXY: undefined
NO_PROXY: undefined

Logging Categories:
General, CommandProcesses, DartTest, DAP, VmService, DevTools, FlutterDaemon, FlutterRun, FlutterTest, WebDaemon

Sat Feb 05 2022 [00:15:20 GMT+0530 (India Standard Time)] Log file started
Sat Feb 05 2022 [00:15:41 GMT+0530 (India Standard Time)] Log file ended

@DanTup
Copy link
Member

DanTup commented Feb 4, 2022

@shivansh-magnus please file a new issue with a clear description of the problem you're seeing (including a screenshot and/or code sample if appropriate).

@Zia9335
Copy link

Zia9335 commented Aug 9, 2022

I found the issue. I'm so sorry about this stupid mistake. I was filtering out a text and forgot about it that's why it didn't show other print outs. I'm ashamed :S

same situation hahhahahah thank you for reminder

@IsaiVazqez
Copy link

where i can see the filtering options? i have the same problem :s

@DanTup
Copy link
Member

DanTup commented Sep 21, 2022

@IsaiVazqez see the screenshot at #3536 (comment) - the filter is the top right corner of that screenshot (an input box and a label describing how many matches)

@Far-Se
Copy link

Far-Se commented Sep 24, 2022

If you have this problem and it's not from filters, disable all extensions, enable Flutter extension first, then others.

I've had the same issue after I fully uninstalled Vscode then installed it, and synced extensions, the print didn't appeared in console, only errors/warnings. After disabling all extensions and enabling them again, Flutter first, it worked!

@DanTup
Copy link
Member

DanTup commented Sep 24, 2022

@Far-Se I'm surprised by this, as I'm not aware of any APIs that would allow other extensions to interfere with the Debug Console output. If you happen to see this again, please do file a new issue with details of exactly what you're seeing (and ideally screenshots) and maybe we can get to the bottom of what was happening. Thanks!

@Far-Se
Copy link

Far-Se commented Sep 24, 2022

chrome_ELdVBRiCoi.mp4

@DanTup I have this video that shows the issue, I am pressing that button that triggers a print and it wont show up, but throw appears, or any other code/runtime error appears as well, just print won't show. I have no idea what got tangled up when I've reinstalled and synced all the extensions.

@DanTup
Copy link
Member

DanTup commented Sep 24, 2022

@Far-Se thanks - I presume this was taken before, and you can no longer reproduce it? If you can reproduce it, I'd be interested in a log file (so please file a new issue).

Is it possible you weren't on the latest version of the Dart extension when you first saw this, and during the reinstalls you got the latest one? If so, I wonder if it's related to the new SDK DAPs. I'd be interested to know if you add the following to your VS Code User Settings whether you see the problem come back?

"dart.previewSdkDaps": true,

@Far-Se
Copy link

Far-Se commented Sep 24, 2022

@DanTup, I can no longer reproduce the bug.
I've added that line in settings and started the debug and print appears in debug console normally.

@DanTup
Copy link
Member

DanTup commented Sep 24, 2022

Thanks for testing! If it seems ok with that line, then it probably wasn't a difference in the debug adapter being used (you can remove this line now you've tested).

If it does come up again, please do file an issue and we can try to do some more troubleshooting and capture a log.

Thanks!

@BitCalSaul
Copy link

I found the issue. I'm so sorry about this stupid mistake. I was filtering out a text and forgot about it that's why it didn't show other print outs. I'm ashamed :S

same issue thanks for reminder lol

@CharlieAprog
Copy link

having the same issue right now.
When I write something in the debug console I am not getting any output on occasion. Sometimes I do though which is very strange. Also, when I leave the debug console and go to the terminal tab and then directly go back to the debug console the output will be there.
Nothing in the filters unfortunately.

@DanTup
Copy link
Member

DanTup commented Sep 12, 2023

There's a bug in VS Code right now that stops debug console output from rendering after a restart (until you close and re-open the debug console). The issue for this is at microsoft/vscode#192653

@tarunmistryl2f
Copy link

I found the issue. I'm so sorry about this stupid mistake. I was filtering out a text and forgot about it that's why it didn't show other print outs. I'm ashamed :S

well don't be ashamed - this has helped many people including me!! :D Thank you!

@BitCalSaul
Copy link

taken before, and you can no longer reproduce it? If you can reproduce it, I'd be interested in a log file (so ple

this is the second time i googled this bug and found this issue. i have to say it's tricky since the search item would be maintained even you open new sessions every time, also considering the position is not that obvious. Thus don't be ashamed and thanks.

@Ak-sky
Copy link

Ak-sky commented Apr 14, 2024

I found the issue. I'm so sorry about this stupid mistake. I was filtering out a text and forgot about it that's why it didn't show other print outs. I'm ashamed :S

I just happend to do the same, thank you for this.

@dbdq
Copy link

dbdq commented May 8, 2024

Same here. I accidentally wrote some text on "filter"and I wasn't able to find it was masking the output until I read this post. In terms of usability, I think it can be implemented in a more obvious way, such as showing a blue box around the Filter textbox to indicate that filtering is active.

@DanTup
Copy link
Member

DanTup commented May 8, 2024

@dbdq I agree, though unfortunately this UI is all entirely from VS Code and nothing something extensions can influence. There are some open VS Code issues about improving this here that you can add 👍 too. Thanks!

microsoft/vscode#142922
microsoft/vscode#132995

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests