You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When my IDE disconnects from the debug session, it kills the main process – the process started by rdebug-ide command. How to avoid this?
If this is not supported already, I would be happy to try to implement a CLI flag for this if given a pointer or two in the right direction.
I scoured this repo for a way to do this or an open issue but couldn't find anything. --disable-int-handler sounded like it might do it, but has no effect. Sorry if this is a duplicate issue!