flutter / flutter/devtools

Migrate debugger panel and eval to use DAP instead of the VM Service

Aperta
#6,056 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
P2 screen: debugger
Lingua principale
Dart
Stelle
1.7k
Fork
404
Merge medio
6g 17h
PR unite (30g)
18

Descrizione

We would like to reduce the work required to support new language features by migrating part of Dart DevTools over to using [DAP.](https://microsoft.github.io/debug-adapter-protocol/)

DAP is the abstract protocol designed by Microsoft to be used between a debugging tool (e.g., VS Code, Dart DevTools) and a debugger (e.g., VM Service).

With Dart DevTools using the DAP interface to represent variables, we will only need to implement features in the Dart DAP package, instead of in both the Dart DAP package and in Dart DevTools.

![stop-continue-terminate](https://github.com/flutter/devtools/assets/21270878/6f30cb31-9da9-4fac-b50a-4591b4534b26)

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.