Visual Studio Debug error - Unrecognized format of

2019-08-24 06:56发布

问题:

While trying to debug using LLDB attach for C++ code along with Python wrapper (Python debug) I am facing the following issue -

ERROR: Exception while processing MIEngine operation. Unrecognized format of field "msg" in result: result-class: error
message: error: Failed to halt process: Process is not running. If the problem continues restart debugging.

As a result, zombie processes are created. I tried to follow solutions mentioned 1. kill doesn't actually terminate the ghost process and 2. VSCode kill running processes

But that doesn't help either.