### Discussed in https://github.com/microsoft/debugpy/discussions/1761 <div type='discussions-op-text'> <sup>Originally posted by **pub-pub** December 10, 2024</sup> i posted my initial issue [here](https://github.com/microsoft/vscode-python-debugger/issues/515) and it was successfully resolved. now i'm using `"steppingResumesAllThreads": false` setting for debugging. but this solutions has a drawback, it pauses all other threads. is it possible to add one more setting that will keep debugger Stepping inside my initial thread without pausing all other threads?</div>