-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Ability to set DebugProbes.enableCreationStackTraces using system property #3648
Comments
That is good point, we probably have to rethink that. |
Was kindly asked to squeeze it into 1.7.2 |
…races using system property
We decided not to fix it in 1.7.2: it seems rather ad-hoc and the rationale is not sufficient, see: #3764 (comment) But we also plan to disable creation stacktraces by default: #3783 |
Disabling by default can take much time, not in |
The main reason for this request was an (incorrect) assumption that substituting Please close this as obsolete. |
The property
kotlinx.coroutines.debug.enable.creation.stack.trace
is used only byAgentPremain
, but not byDebugProbes.enableCreationStackTraces
.It will be great if will be no need to use
DebugProbes.enableCreationStackTraces = false
in the code.Related to #3633
The text was updated successfully, but these errors were encountered: