teak-llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode
Serhiy Redko 6dad5e441d The field ‘totalFrames’ which is total number of frames available, is mandatory in StackTraces response for VSCode extension that implements DAP and declares capability 'supportsDelayedStackTraceLoading':
"The debug adapter supports the delayed loading of parts of the stack,
which requires that both the 'startFrame' and 'levels' arguments and the
'totalFrames' result of the 'StackTrace' request are supported."

Lack of this field makes VSCode incorrectly display stack traces information

D71034
2019-12-09 10:43:50 -08:00
..
attach [lldb] Re-enable VSCode tests 2019-11-11 15:59:54 -08:00
breakpoint [lldb] Re-enable VSCode tests 2019-11-11 15:59:54 -08:00
completions [lldb-vscode] support the completion request 2019-11-15 17:37:55 -08:00
launch [lldb-vscode] Fix a race in test_extra_launch_commands 2019-11-25 10:07:38 +01:00
stackTrace The field ‘totalFrames’ which is total number of frames available, is mandatory in StackTraces response for VSCode extension that implements DAP and declares capability 'supportsDelayedStackTraceLoading': 2019-12-09 10:43:50 -08:00
step [lldb] Re-enable VSCode tests 2019-11-11 15:59:54 -08:00
variables [lldb-vscode] support the completion request 2019-11-15 17:37:55 -08:00
.categories Restore tests for lldb-server and lldb-vscode removed at rL366590 2019-07-22 23:35:05 +00:00
lldbvscode_testcase.py The field ‘totalFrames’ which is total number of frames available, is mandatory in StackTraces response for VSCode extension that implements DAP and declares capability 'supportsDelayedStackTraceLoading': 2019-12-09 10:43:50 -08:00
vscode.py [lldb-vscode] support the completion request 2019-11-15 17:37:55 -08:00