This is an old trick I have been using for a while and thought it might be useful for others.
Usually on production servers I avoid installing the debugger. So I get asked every now and then - “what if I need to debug something?”.
I answer with – why don’t you debug in the TEST environment but in those unique circumstances you have to do it in PROD.
Then, just open up file explorer and navigate to another server or where the installation files are sitting. Just run the AxDebug.exe.
Debugger should stop at a breakpoint.