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. 

0
1 comment

You can try using the deprecated com.intellij.xdebugger.impl.DebuggerSupport

0

Please sign in to leave a comment.