mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
autotest: fixed annoying gdb pagination on reboot
This commit is contained in:
parent
08e22095a9
commit
2b2cac3f19
@ -640,6 +640,7 @@ def start_vehicle(binary, opts, stuff, spawns=None):
|
||||
gdb_commands_file.write("b %s\n" % (breakpoint,))
|
||||
if opts.disable_breakpoints:
|
||||
gdb_commands_file.write("disable\n")
|
||||
gdb_commands_file.write("set pagination off\n")
|
||||
if not opts.gdb_stopped:
|
||||
gdb_commands_file.write("r\n")
|
||||
gdb_commands_file.close()
|
||||
|
Loading…
Reference in New Issue
Block a user