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

fea: the event of trace module has additional types that can be supported in objwatch #81

Open
aeeeeeep opened this issue Feb 4, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@aeeeeeep
Copy link
Owner

aeeeeeep commented Feb 4, 2025

The event of trace module can be one of the following:

  • line: A new line of code is going to be executed.
  • call: A function is about to be called or another code block is entered.
  • return: A function or other code block is about to return.
  • exception: An exception has occurred.
  • c_call: A C function is about to be called.
  • c_return: A C function has returned.
  • c_exception: A C function has raised an exception.

Current supported:

  • line
  • call
  • return
@aeeeeeep aeeeeeep self-assigned this Feb 4, 2025
@aeeeeeep aeeeeeep added the enhancement New feature or request label Feb 4, 2025
@aeeeeeep aeeeeeep changed the title fea: the event of the trace module has additional types that can be supplemented fea: the event of trace module has additional types that can be supplemented Feb 4, 2025
@aeeeeeep
Copy link
Owner Author

aeeeeeep commented Feb 4, 2025

@aeeeeeep aeeeeeep changed the title fea: the event of trace module has additional types that can be supplemented fea: the event of trace module has additional types that can be supported in objwatch Feb 4, 2025
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
Status: No status
Development

No branches or pull requests

1 participant