I really like the idea of having the ssh console inside VS, but it seems only available when in debug mode. Is there a way to keep this ssh console in visual studio open with the connection when I stop debugging?
Currently I’m working on a simple database implementation, I’m debugging, seeing how it goes, debugging ends and I’m going back to normal visual studio, now I want to delete the database that was just generated on the host so I can start with a clean slate next debug. At this moment I want to use the ssh connection I just made from the visualgdb ssh console, but I can’t seem to find it.
Thanks!