Skip to content

Is there a debug mode for OBS? #8973

Discussion options

You must be logged in to vote

Yes, OBS has a Debug mode. You want to build in the Debug configuration (CMAKE_BUILD_TYPE) and attach a Debugger.

On Windows, this is done with Visual Studio. On macOS, this is done with Xcode, and on Linux this can be done with something like Builder with the Flatpak.

Then you just breakpoint the code path you're interested in and step through. If you have follow-up questions you can ask in the #development channel in the OBS Community Discord server.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by iamalexrouse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants