We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e32f4 commit 200d5a5Copy full SHA for 200d5a5
pebble_tool/commands/sdk/project/debug.py
@@ -91,7 +91,6 @@ def __call__(self, args):
91
"break app_crashed", # app crashes (as of FW 3.10) go through this symbol for our convenience.
92
'echo \nPress ctrl-D or type \'quit\' to exit.\n',
93
'echo Try `pebble gdb --help` for a short cheat sheet.\n',
94
- 'echo Note that the emulator does not yet crash on memory access violations.\n'
95
])
96
97
gdb_args = ['arm-none-eabi-gdb', self._fw_elf, '-q'] + ['--ex={}'.format(x) for x in gdb_commands]
0 commit comments