baldurk / renderdoc

RenderDoc is a stand-alone graphics debugging tool.

Home Page:https://renderdoc.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UWP, Microsoft Store support

Doliman100 opened this issue · comments

Description

Since the original request, several tools have been released for debugging UWP apps, so this should be possible. Maybe it is worth consider the following request again? #920

  1. x64dbg accepts process id and thread id as command line arguments to work in pair with PLMDebug. Unfortunately, restarting the application also requires restarting the debugger.
    x64dbg/x64dbg#1698
  2. WinDbg
    https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/debugging-a-uwp-app-using-windbg
  3. PIX can run UWP apps out of the box.
    image

The most convenient way is to be able to launch UWP applications directly from RenderDoc, just like in PIX. But any other way is ok, if it is easier to implement.
It would be useful to be able to view the callstack and use other features that PIX doesn't have.

Environment

  • RenderDoc version: v1.30
  • Operating System: Windows 11
  • Graphics API: D3D12

No there are no plans to ever support UWP. As in the isssue you linked, my recommendation if you want to use RenderDoc is to make a proper build of your program so that you have a normal executable to run.