IFEO doesn't work for service from Application package (MSIX)

Hello All,

Recently it was needed to debug service application that was installed as part of MSIX installer. I was surprised that IFEO option has no effect for such service configuration. I understand that it executed virtualized environment of application package. But how then to do such debugging scenario like IFEO? Any ideas?

Best regards,
Oleksiy Shatylo

I needed to debug startup in the modern WinDBG app a few weeks back and used this tool to get things going:

Ex:

C:\t2\windbg\current\debuggers>plmdebug /enabledebug Microsoft.WinDbg_1.2506.12002.0_x64__8wekyb3d8bbwe "c:\t2\windbg\current\debuggers\windbg.exe"

Package full name is Microsoft.WinDbg_1.2506.12002.0_x64__8wekyb3d8bbwe.
Enable debug mode
SUCCEEDED
1 Like

Thank you a lot - really helpful

1 Like