Is it possible to run debugger under Visual Studio

I know you can run the PIO IDE on Visual Studio (not Visual Studio Code). Is it possible to run the debugger on VS too. Since there is not a command palette or terminal window, how do you start the debugger?

In our case running a Segger J-Link, but really a generic how to send commands under Visual Studio question I think.

Thanks in advance to anyone having walked this path,
Greg

Currently, PIO Unified Debugger does not support classic Visual Studio. There is no sense in it.

VSCode > View > Debug Console

You can send commands to J-Link using mon or monitor prefix. For example, mon reset halt, etc.

Does it work?