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

Move all the debug panel actions to the workspace #41

Merged
merged 1 commit into from
Sep 22, 2024

Commits on Sep 22, 2024

  1. Move all the debug panel actions to the workspace

    I also had to remove the debug_panel dependency inside the debug_panel_item,
    because we hit a `"cannot update debug_panel while it is already being updated"` panic.
    
    I also move the actions to its own debugger namespace, so its more clear what the actions are for.
    
    The new actions can now also be used for key binds:
    ```
    debugger: start
    debugger: continue
    debugger: step into
    debugger: step over
    debugger: step out
    debugger: restart
    debugger: stop
    debugger: pause
    ```
    RemcoSmitsDev committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    45b7a8d View commit details
    Browse the repository at this point in the history