mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
autotest: fixed annoying gdb pagination on reboot
This commit is contained in:
parent
be3057e414
commit
48c33dc3df
@ -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