You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: