debugging on gdb using ssh screen -D -R
I want to debug some errors on on another machine I run using ssh. I am aware of using aunch-prefix="screen -d -m gdb --args" in m launch file. Yet, I should type screen -D -R to see the gdb session. Where exactly should I type that?
Thanks