microsoft / microsoft/vscode-java-debug
Support method and field access breakpoints via source editor and Outline view
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- TypeScript
- Sterne
- 591
- Forks
- 429
- Ø Merge
- 1 T. 9 Std.
- Gemergte PRs (30 T.)
- 19
Beschreibung
JDI supports Constructor, Methods entry and exit (normal return or exceptional return) and Field (access and modification) breakpoints. Support these via:
- the source editor
- decompiled .class source editor
However, the best place to support this is via the Outline view. This is because the Outline view shows the structure of the .class files (even if the de-compilation was not possible) as well, not only .java files. Also outline view can support direct and easy setting of these breakpoints.
I am aware of FQCN#method mechanism for adding method breakpoints buy it is not clear how to set this for overloaded methods.
Also CTOR and method breakpoints are useful when the source line numbers do not match the actual compiled class bytecode exactly but is in the neoghborhood.
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Überprüfe, wie der Quelltexteditor, der Editor für dekompilierten .class-Quelltext und die Outline view derzeit Java-Elemente und Breakpoints darstellen. Definiere Unterstützung für JDI-Konstruktor-, Methodeneintritts-/Methodenaustritts- und Feldzugriffs-/Feldänderungs-Breakpoints, einschließlich überladener Methoden, wobei die Outline view auch Klassen abdeckt, deren Dekompilierung fehlschlägt; überprüfe das Verhalten in jeder angeforderten Ansicht.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- java, typescript
- Bereich
- devtools
- Issue-Typ
- Feature
- Schwierigkeit
- 5/5
- Geschätzter Aufwand
- Über eine Woche
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100