openvr icon indicating copy to clipboard operation
openvr copied to clipboard

[Question] Debugging openvr driver with gdb

Open SieR-VR opened this issue 4 years ago • 1 comments

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?

SieR-VR avatar Jul 21 '21 02:07 SieR-VR

SteamVR drivers need to be started by SteamVR when its started by Steam, either use gdb on Steam or give up

okawo80085 avatar Aug 26 '21 09:08 okawo80085