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

Enhance ACDebugger to use config file for breakpoint definitions #6

Open
coyotesqrl opened this issue Aug 27, 2018 · 1 comment
Open

Comments

@coyotesqrl
Copy link
Member

Breakpoint definitions are currently hardcoded; they should be moved to configuration files so they can be more easily overridden when using updated libraries. In the case of the OSGi breakpoint, there might be cause to do a lookup based on the version of OSGi being used. This might be a dynamic lookup or require a command line parameter for the version.

@paouelle
Copy link
Collaborator

In some cases that might be sufficient. But since the breakpoints and the code that handles those is very specific to how the method where we are breaking is defined, it might still require some changes in our automated debugging code if the method and its logic changes across version updates.

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

2 participants