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

ImGui debugger #19609

Merged
merged 6 commits into from
Nov 7, 2024
Merged

ImGui debugger #19609

merged 6 commits into from
Nov 7, 2024

Conversation

hrydgard
Copy link
Owner

@hrydgard hrydgard commented Nov 7, 2024

Initial implementation of an imgui-based debugger.
image

Needs work and styling and everything, but it's a start.

Sure, we already had one cross platform debugger (the web one), but having one integrated is, in my opinion, quite a bit nicer.

Of course, this is just a start, but it works to step through code and set breakpoints and stuff.

One side effect of running it "in-loop" is that Break will no longer randomly break anywhere in a frame, but will break where the PC is at the end of the frame. Might add a "random break" later...

@hrydgard hrydgard added this to the v1.19.0 milestone Nov 7, 2024
@hrydgard hrydgard merged commit ace7cae into master Nov 7, 2024
19 checks passed
@hrydgard hrydgard deleted the imgui-debugger branch November 7, 2024 11:53
@hrydgard
Copy link
Owner Author

hrydgard commented Nov 7, 2024

woops, the last commit was the wrong one. Fix for the black background coming up in the next commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant