When playing with the DAP debugger, I noticed that it doesn't support the IDE's Smart Step Into action. It appears that LSP4IJ must be updated to support the DAP StepInTargets feature.
It's possible that no DAP server implementations actually support that feature, but I will say that I use Smart Step Into all the time in IntelliJ IDEA, particularly for usages of fluent/builder APIs, so it would be wonderful if LSP4IJ's DAP client supported it.
When playing with the DAP debugger, I noticed that it doesn't support the IDE's Smart Step Into action. It appears that LSP4IJ must be updated to support the DAP
StepInTargetsfeature.It's possible that no DAP server implementations actually support that feature, but I will say that I use Smart Step Into all the time in IntelliJ IDEA, particularly for usages of fluent/builder APIs, so it would be wonderful if LSP4IJ's DAP client supported it.