debugging on gdb using ssh screen -D -R

asked 2022-02-09 02:50:24 -0500

hesham gravatar image

updated 2022-02-09 02:52:21 -0500

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

edit retag flag offensive close merge delete