microsoft / microsoft/vscode-cpptools

LLDB: Deleting function breakpoint through the VSCode UI doesn't actually delete the function breakpoint

Offen
#2,316 0 Kommentare 1 Reaktion 1 zugewiesene Person Auf GitHub ansehen

@pieandcakes arbeitet bereits daran.

Seit 24.7.2018.

bug debugger
Vorherrschende Sprache
TypeScript
Sterne
6.2k
Forks
1.7k
Ø Merge
14 Std. 46 Min.
Gemergte PRs (30 T.)
61

Beschreibung

Type: Debugger

Describe the bug

  • OS and Version: macOS 10.13.3
  • VS Code Version: 1.25.1
  • C/C++ Extension Version: 0.17.7
  • Other extensions you installed (and if the issue persists after disabling them): XML Formatter, TSLint, SQL Server (yes it still reproes after disabling other extensions
  • When disabling or removing function breakpoints through the UI the actual breakpoint(s) aren't removed and LLDB still breaks on them.

To Reproduce

  • Add a function breakpoint (e.g. "myMethod")
  • do "-exec br list" and verify that you have one or multiple breakpoints to methods matching "myMethod"
  • Right click the function breakpoint for "myMethod" and remove it
  • do "-exec br list"
    Expected: no breakpoints for myMethod
    Actual: breakpoints for myMethod are still around.
    Note: I set the function breakpoints in a vague way (e.g. I entered "myMethod" even though the full signature might be "void myMethod(int i)"

Beitragsleitfaden

Beitragsleitfaden öffnen

Erste Schritte

  1. Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
  2. Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
  3. Forke das Repository und arbeite in einem Branch.
  4. Öffne einen Pull Request, der die Issue-Nummer nennt.

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.