Extending Debug Actions
Hi All,
In my plugin, I am trying to change the behavior of existing debug actions, for example let say Step Into. I need to extend it, in other words, when I click on the StepInto, it executes StepInto + my desired set of commands. (i.e., printing log into console each time StepInto is clicked, but also execute the actual StepInto)
Thanks for any idea.
请先登录再写评论。
You can try using the deprecated com.intellij.xdebugger.impl.DebuggerSupport