Took a while to figure out that logpoints output simply goes to process(java process to debugged) output and not vscode's debug console as it's shown in docs. It'd be extremely helpful especially with remote debugging to get those logpoint messages back via debug protocol if that's possible.
If I'm right this System.out happens in this companion project JdtEvaluationProvider.java#L225
Took a while to figure out that logpoints output simply goes to process(java process to debugged) output and not vscode's debug console as it's shown in docs. It'd be extremely helpful especially with remote debugging to get those logpoint messages back via debug protocol if that's possible.
If I'm right this
System.outhappens in this companion project JdtEvaluationProvider.java#L225