vadimcn / codelldb

A native debugger extension for VSCode based on LLDB
https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
MIT License
2.42k stars 237 forks source link

969 enable graceful shutdown with sigint on terminate #1066

Open alex1234567890123456789 opened 4 months ago

alex1234567890123456789 commented 4 months ago

I took a stab at issue #969 . This is very important for a project I'm working on where we need proper shutdown behavior to finalize files. It should have no effect by default unless enabled in the configuration. It's only been tested on Linux, as that's the only system I have available, so I have disabled it for non-Linux platforms.