debugger: Fix spec violation with threads request being issued before debug session is initialized (#33627)
Piotr Osiewicz
created
Follow-up to #32852. This time we'll check if the debug session is
initialized before querying threads.
Release Notes:
- Fix Zed's debugger issuing threads request before it is allowed to do
so per DAP specification.