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

How to achieve one-step debugging? #98

Closed
imjld opened this issue May 11, 2024 · 0 comments
Closed

How to achieve one-step debugging? #98

imjld opened this issue May 11, 2024 · 0 comments

Comments

@imjld
Copy link

imjld commented May 11, 2024

Now I can use int mb_debug_set_stepped_handler (struct mb_interpreter_t * s,mb_debug_stepped prev,mb_debug_stepped post); I obtained the running status of the code, but when I wanted to pause the basic code for debugging, I found that the provided mb_suspend (struct mb_interpreter_t * s),void * * l) and mb_schedule_suspend (struct mb_interpreter_t * s,Int t) is obsoleted and unable to pause or resume the program. Is there any other way to achieve this function?

@imjld imjld closed this as completed Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant