[Lldb-commits] [lldb] [lldb-dap] Add an option to show function args in stack frames (PR #71843)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 9 17:47:40 PST 2023
================
@@ -187,3 +188,19 @@ def test_stackTrace(self):
self.assertEquals(
0, len(stackFrames), "verify zero frames with startFrame out of bounds"
)
+
+ @skipIfWindows
----------------
walter-erquinigo wrote:
I think all vscode tests skip on windows...
https://github.com/llvm/llvm-project/pull/71843
More information about the lldb-commits
mailing list