Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UWP, Microsoft Store support #3229

Closed
Doliman100 opened this issue Jan 22, 2024 · 1 comment
Closed

UWP, Microsoft Store support #3229

Doliman100 opened this issue Jan 22, 2024 · 1 comment

Comments

@Doliman100
Copy link

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.
    Support PLMDebug (windows store app debugging) 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
@baldurk
Copy link
Owner

baldurk commented Jan 22, 2024

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.

@baldurk baldurk closed this as completed Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants