openvr
openvr copied to clipboard
[Question] Debugging openvr driver with gdb
https://github.com/ValveSoftware/openvr/issues/995#issuecomment-465543799
I want to debug driver code with gdb, so I followed this comment and I tried run gdb with vrserver.exe.
But gdb makes error Error creating process vrserver.exe, (error 2).
Is there a way to debug openvr driver with gdb? or should I use MSVC for debugging openvr driver?
SteamVR drivers need to be started by SteamVR when its started by Steam, either use gdb on Steam or give up