Skip to content
Advertisement

Tag: visual-studio-debugging

VSCode kill running processes

I have been using Python debug and LLDB attach debug since I have code in Python and C++ I have run this multiple times. It looks like everytime there is an exception in the middle of debugging, the process doesn’t get killed. As a result, now after multiple runs, when I try to use LLDB Attach debug it shows multiple

Advertisement