devtools
devtools copied to clipboard
Performance tools for Flutter
Stack trace: org-dartlang-sdk:///dart-sdk/lib/_internal/js_runtime/lib/core_patch.dart 787:58 StackTrace.current ../../../lib/src/screens/debugger/codeview_controller.dart 250:29 CodeViewController._showScriptLocation org-dartlang-sdk:///dart-sdk/lib/_internal/js_runtime/lib/async_patch.dart 311:19 _wrapJsFunctionForAsync org-dartlang-sdk:///dart-sdk/lib/_internal/js_runtime/lib/async_patch.dart 336:23 _wrapJsFunctionForAsync. org-dartlang-sdk:///dart-sdk/lib/_internal/js_runtime/lib/async_patch.dart 287:19 _awaitOnObject. org-dartlang-sdk:///dart-sdk/lib/async/zone.dart 1538:46 _rootRunUnary org-dartlang-sdk:///dart-sdk/lib/async/zone.dart 1428:34 _CustomZone.runUnary org-dartlang-sdk:///dart-sdk/lib/async/future_impl.dart 173:29 _FutureListener.handleValue org-dartlang-sdk:///dart-sdk/lib/async/future_impl.dart 961:13 _Future._propagateToListeners ___...
I encountered a bug where I was using the Devtools' Network tab to monitor a request, so that I could see what the request body was for the request (since...
___ **DevTools version**: 2.45.1 **Connected Device**: CPU / OS: arm64 (64 bit) ios Connected app type: Flutter native (debug build) Dart Version: 3.8.1 Flutter Version: 3.32.2 / stable Framework /...
CC @elliette
Date: 2025-06-15 DevTools version: 2.47.0 Error: Invalid line number Stack trace: ``` file:///b/s/w/ir/x/w/rc/tmpus7c8t8d/hosted/pub.dev/dtd-2.5.1/lib/src/dart_tooling_daemon.dart 190:23 \| call file:///b/s/w/ir/x/w/devtools/packages/devtools_app/lib/src/shared/editor/editor_client.dart 412:17 \| _callLspApi file:///b/s/w/ir/x/w/devtools/packages/devtools_app/lib/src/shared/editor/editor_client.dart 326:30 \| _callLspApiAndDeserializeResponse file:///b/s/w/ir/x/w/devtools/packages/devtools_app/lib/src/shared/editor/editor_client.dart 252:9 \| getEditableArguments file:///b/s/w/ir/x/w/devtools/packages/devtools_app/lib/src/standalone_ui/ide_shared/property_editor/property_editor_controller.dart 211:16...
Stack trace: org-dartlang-sdk:///dart-sdk/lib/_internal/js_runtime/lib/core_patch.dart 788:58 StackTrace.current ../../../lib/src/screens/debugger/codeview_controller.dart 252:29 CodeViewController._showScriptLocation org-dartlang-sdk:///dart-sdk/lib/_internal/js_runtime/lib/async_patch.dart 311:19 _wrapJsFunctionForAsync org-dartlang-sdk:///dart-sdk/lib/_internal/js_runtime/lib/async_patch.dart 336:23 _wrapJsFunctionForAsync. org-dartlang-sdk:///dart-sdk/lib/_internal/js_runtime/lib/async_patch.dart 287:19 _awaitOnObject. org-dartlang-sdk:///dart-sdk/lib/async/zone.dart 1422:46 _rootRunUnary org-dartlang-sdk:///dart-sdk/lib/async/zone.dart 1323:34 _CustomZone.runUnary org-dartlang-sdk:///dart-sdk/lib/async/future_impl.dart 169:29 _FutureListener.handleValue org-dartlang-sdk:///dart-sdk/lib/async/future_impl.dart 931:13 _Future._propagateToListeners ___...
In https://github.com/Dart-Code/Dart-Code/pull/5367#issuecomment-2532490346 I noted the stack traces for some errors were not very useful because of minification/wasm. After discussing with @kenzieschmoll we believed this might be VS Code-specific so to...
I've managed to rather reliably get DevTools to freeze when compliling to WASM. Steps to repro: - Run devtools with `devtools_tool serve --wasm --no-strip-wasm` - Enable the WASM setting (in...