Skip to content

Integrate WGSL debugger #35

Description

@greggman

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...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions