-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
in debuggingRelates to the debug adapter or process of running debug sessionsRelates to the debug adapter or process of running debug sessionsis bugrelies on sdk changesSomething that requires changes in the Dart/Flutter SDK to ship before it will become availableSomething that requires changes in the Dart/Flutter SDK to ship before it will become available
Milestone
Description
Describe the bug
I have a Dart API project, and I can't create breakpoints after updating to v3.72.2. There is no issue with v3.70.0.
Expected behavior
Be able to create breakpoint
- Operating System and version: macOS Ventura Version 13.5.2 (22G91)
- VS Code version: 1.82.0
- Dart extension version: v3.72.2
- Dart/Flutter SDK version: Dart 3.1.1 / Flutter 3.13.3
!! PLEASE REVIEW THIS LOG FOR SENSITIVE INFORMATION BEFORE SHARING !!
Dart Code extension: 3.72.2
Flutter extension: 3.72.0 (activated)
App: Visual Studio Code
App Host: desktop
Version: 1.82.0
Platform: mac
Workspace type: Dart
Analyzer type: LSP
Multi-root?: true
Dart SDK:
Loc: /Users/hasimyerlikaya/flutter/bin/cache/dart-sdk
Ver: 3.1.1
Flutter SDK:
Loc: /Users/hasimyerlikaya/flutter
Ver: 3.13.3
HTTP_PROXY: undefined
NO_PROXY: undefined
Logging Categories:
General, AnalyzerTiming, CommandProcesses, DartTest, DAP, VmService, DevTools, FlutterDaemon, FlutterRun, FlutterTest, WebDaemon
Mon Sep 11 2023 [03:18:25 GMT+0300 (GMT+03:00)] Log file started
[3:18:28 AM] [DAP] [Info] ==> {"command":"setBreakpoints","arguments":{"source":{"name":"login_service.dart","path":"/lib/api/user/services/login_service.dart"},"lines":[19],"breakpoints":[{"line":19}],"sourceModified":false},"type":"request","seq":20}
[3:18:28 AM] [DAP] [Info] <== {"seq":30,"type":"response","body":{"breakpoints":[{"id":100007,"verified":false}]},"command":"setBreakpoints","request_seq":20,"success":true}
Mon Sep 11 2023 [03:18:33 GMT+0300 (GMT+03:00)] Log file ended
lukehutch, lucavenir, MauriiiM, dumbest, AristideVB and 18 more
Metadata
Metadata
Assignees
Labels
in debuggingRelates to the debug adapter or process of running debug sessionsRelates to the debug adapter or process of running debug sessionsis bugrelies on sdk changesSomething that requires changes in the Dart/Flutter SDK to ship before it will become availableSomething that requires changes in the Dart/Flutter SDK to ship before it will become available
