I'm trying to attach to a process with Lua 5.3.5 embedded that works perfectly in launch mode, but when trying to attach to it using the processName attribute, the debugger hangs and doesn't connect / ...
Process.ProcessName throws when the process is an admin process (like "services.exe") and the current app is running as a low privilege user. This is a regression from .NET 6, and it breaks ...