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

Set breakpoints if modules become available #1376

Open
TheGeorge opened this issue Sep 16, 2022 · 0 comments
Open

Set breakpoints if modules become available #1376

TheGeorge opened this issue Sep 16, 2022 · 0 comments
Labels

Comments

@TheGeorge
Copy link
Contributor

With #1373 resolved, we can now set the break points to not existing modules, but when they become available,e.g. though loading binaries into the code server, or adding code paths, we now need the user to set them again.

We should at least support the scenario when the code path is extended:

  • trace various methods from the code module and erlang:load_module, and erl_prim_loader:get_file
  • replay breakpoints on when these functions are called
@plux plux added the feature label Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants