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

Breakpoint types #66

Open
zly2006 opened this issue Dec 22, 2023 · 0 comments
Open

Breakpoint types #66

zly2006 opened this issue Dec 22, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request feature:debugger Reden debugger

Comments

@zly2006
Copy link
Owner

zly2006 commented Dec 22, 2023

Description

Discuss breakpoint types here, that is, when a breakpoint is triggered and we should fire all its behaviors. (e.g. freeze the game, log to chat...)

Example:
Type: block_updated
Summary: When a block at a specified position is about to be updated.
How (please be close to computer logic as much as possible): Check for all breakpoints before all block updates, if there is a block_updated breakpoint, fire it.

@zly2006 zly2006 added the enhancement New feature or request label Dec 22, 2023
@zly2006 zly2006 self-assigned this Dec 22, 2023
@zly2006 zly2006 added the feature:debugger Reden debugger label Dec 22, 2023
@zly2006 zly2006 mentioned this issue Jan 15, 2024
25 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature:debugger Reden debugger
Projects
None yet
Development

No branches or pull requests

1 participant