On Tue Feb 20 11:20:32 2024 +0000, Jinoh Kang wrote:
Unconditional `start.exe` will break debugging/profiling workflow that assume that wine will load the main exe in-process. You'll have to either tweak follow-fork-mode or attach to existing wine process. Is this inconvenience worth it?
I would assert that functionality is worth a minor inconvenience to debugging workflows, yes. Especially for something as rare as using a debugger. For that matter I've always had to use follow-fork every time I run a debugger anyway.