[Lldb-commits] [PATCH] D88513: [lldb-vscode] Allow an empty 'breakpoints' field to clear breakpoints.

walter erquinigo via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 29 15:42:24 PDT 2020


wallace accepted this revision.
wallace added a comment.
This revision is now accepted and ready to land.

Very good! Thank you



================
Comment at: lldb/test/API/tools/lldb-vscode/breakpoint/TestVSCode_setBreakpoints.py:228
+           empty one.'''
+        lines = [line_number('main.cpp', 'break 12')]
+
----------------
you might want to add one additional breakpoint here to make the test more robust


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88513/new/

https://reviews.llvm.org/D88513



More information about the lldb-commits mailing list