On Tue Feb 20 19:01:20 2024 +0000, Rémi Bernon wrote:
I don't know, I am only replying to the dismissal of debugging as an interesting use case. Debugger not working well is not a fatality, assuming we don't make it even harder to fix.
IMO now the case when you can start the debugee process directly without intermediate process is a relatively rare luck (well, maybe not that rare overall if games are not concerned, but there are great amount of cases when you can't). How do you do it now (I only attach debuggers to running processes)? Maybe there is some generic way to improve this instead of caring about first process start case, like env var to wait for debugger attach early?