We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ee9f5 commit ae34257Copy full SHA for ae34257
lldb/test/API/tools/lldb-dap/breakpoint/TestDAP_logpoints.py
@@ -19,6 +19,7 @@ def setUp(self):
19
self.main_basename = "main-copy.cpp"
20
self.main_path = os.path.realpath(self.getBuildArtifact(self.main_basename))
21
22
+ @skipIfWindows
23
def test_logmessage_basic(self):
24
"""Tests breakpoint logmessage basic functionality."""
25
before_loop_line = line_number("main.cpp", "// before loop")
0 commit comments