intellij-streamdeck-plugin icon indicating copy to clipboard operation
intellij-streamdeck-plugin copied to clipboard

Step Into for debbuging

Open williamokano-dh opened this issue 7 months ago • 3 comments

Context

For debugging, several actions can be used helping the developer, such as step over, step out, and step in.

The plugin already provides step over and step out out-of-the-box, but I couldn't find the step in actions.

Checked the manifest and I could only find the 2 mentioned steps.

Although it might be possible to implement this using the custom command, would be nice to be able to have this out-of-the-box just like the other ones.

Notes / Questions

The UUID for the steps (over and out) doesn't seem to follow an standard, if I decide to contribute with the plugin to implement the other one, which pattern should I follow?

williamokano-dh avatar Nov 27 '23 11:11 williamokano-dh