Robotics StackExchange | Archived questions

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

Asked by hesham on 2022-02-09 03:50:24 UTC

Comments

Answers