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 cc6e5f2 commit 481c54eCopy full SHA for 481c54e
lldb/packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py
@@ -869,8 +869,8 @@ def request_configurationDone(self):
869
self.request_threads()
870
if not stopped_on_entry:
871
# Drop the initial cached threads if we did not stop-on-entry.
872
- # In VSCode, immediately following 'configurationDone', a
873
- # 'threads' request is made to get the initial set of threads,
+ # In VSCode, immediately following 'configurationDone', a
+ # 'threads' request is made to get the initial set of threads,
874
# specifically the main threads id and name.
875
# We issue the threads request to mimic this pattern but in our
876
# tests we don't want to cache the result unless the process is
0 commit comments