Debugging an MSIX is not such an easy task. The execution is happening in a container so it’s not that easy to find out why an application is crashing. There are many tools out there which can help you debug MSIX apps like Hover, MSIX Commander, Process Monitor, etc. With […]
debug
2 posts
Process Monitor is a great tool when it comes to troubleshooting applications. But what does actually ProcMon show you? Process Monitor displays all the activity that happens on the system. The activity is composed out of file system changes, registry changes and processes/threads. However, there might be cases where Process […]