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

Integrate WGSL debugger #35

Open
greggman opened this issue Feb 22, 2023 · 0 comments
Open

Integrate WGSL debugger #35

greggman opened this issue Feb 22, 2023 · 0 comments

Comments

@greggman
Copy link
Collaborator

Tint now has a WGSL debugger. It would be great to integrate it with this debugger.

The first step would just be to integrate as is (lldb style interaction). You'd choose a draw/compute call you want to debug and it would run the trace to that point then hand off all of the relevant data to the WGSL debugger and pop open a REPL.

the second step might be to add the debugger adapter protocol to the tint WGSL debugger library and use that to provide a more devtool like experience with UI to show stack, variables, watches, set breakpoints, etc...

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

1 participant