Hi
I found this extension point, AnalyzeStacktraceUtil, but it is marked with @Internal. How can I open the stack trace tab, as this extension does, from a plugin, which holds the stack trace content?
Thanks
Hi
I found this extension point, AnalyzeStacktraceUtil, but it is marked with @Internal. How can I open the stack trace tab, as this extension does, from a plugin, which holds the stack trace content?
Thanks
Hi @jgafner!
The analyzeStacktraceRunContentProvider
extension point’s API is currently marked as @Internal
because it’s not finalized and may change. While you can use it, please be aware that future updates could break your plugin’s compatibility.
You have two options:
AnalyzeStacktraceUtil
as a reference.Thanks - I am actively working on the plugin so I will keep it from now.
Thanks