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

Event evaluation #33

Open
melody-rs opened this issue Aug 17, 2023 · 0 comments
Open

Event evaluation #33

melody-rs opened this issue Aug 17, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@melody-rs
Copy link
Member

Is your feature request related to a problem? Please describe.
RPG Maker lacks proper tooling to debug events. This would be an amazing feature to have, even if it would be heavily restricted (i.e. no script event commands, no custom event commands, etc)

Describe the solution you'd like
Allow Luminol to scan over commands and process them. Known commands are evaluated, but unknown commands or commands that Luminol can't process (i.e. script commands) are unprocessed and a warning is shown.
Luminol provides typical debug tools, such as stepping over individual lines or breaking at a certain point. This could also integrated nicely with #32.

Describe alternatives you've considered
Fading Memory has a partial event command debugger implemented in RGSS. The implementation is botched and hard to use. Luminol could provide an RGSS based debugger, but it likely wouldn't play nice with complex custom scripts.

@melody-rs melody-rs added the enhancement New feature or request label Aug 17, 2023
@melody-rs melody-rs added this to the v1.0 milestone Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant