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

Added new config option for java debugger instrumentation #10

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

swesteme
Copy link
Collaborator

Closes #9

@swesteme swesteme requested a review from nailujx86 August 16, 2024 08:58
import de.gebit.plugins.autoconfig.model.Compiler;
import de.gebit.plugins.autoconfig.model.JavaConfiguration;
import de.gebit.plugins.autoconfig.model.*;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is a star-import used here? Do we have different import-optimizer settings in use?

applySetting(asyncStackTraces.getUseInstrumentingAgent(),
DebuggerSettings.getInstance().INSTRUMENTING_AGENT,
v -> DebuggerSettings.getInstance().INSTRUMENTING_AGENT = v, changedConfigs,
"Use instrumenting agent (application setting)");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Use instrumenting agent (application wide setting)"

@swesteme swesteme force-pushed the 9-configure-instrumenting-agent branch from 9dfea77 to cd40ad4 Compare August 16, 2024 12:31
@swesteme swesteme force-pushed the 9-configure-instrumenting-agent branch from cd40ad4 to f30fdd2 Compare August 16, 2024 12:44
@swesteme swesteme merged commit 4796a66 into main Aug 16, 2024
1 check passed
@swesteme swesteme deleted the 9-configure-instrumenting-agent branch August 16, 2024 12:47
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

Successfully merging this pull request may close these issues.

Allow setting of "instrumenting agent" debugger setting
2 participants