https://github.com/pattobrien/undebuggable_stack_frame
https://github.com/pattobrien/undebuggable_stack_frame
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pattobrien/undebuggable_stack_frame
- Owner: pattobrien
- Created: 2023-09-25T20:31:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-25T20:31:26.000Z (over 1 year ago)
- Last Synced: 2025-02-11T13:53:03.497Z (4 months ago)
- Language: Dart
- Size: 801 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## Undebuggable Stack Frame Popup Bug
### Steps to Reproduce
1. Create a Dart package with Flutter SDK as a dependency.
2. Set Dart Code debug option to 'debug my code + packages + SDK'.
3. Run a test that fails an assertion.### Expected Behavior
The assertion stack frame should appear in the source view.
### Actual Behavior
The assertion appears as a file in a new VSCode tab titled `errors_patch.dart` with the following content:
```
Could not load source 'dart:core-patch/errors_patch.dart': .
```