Skip to content

Commit 200d5a5

Browse files
committed
Remove outdated note about memory access violations.
1 parent a7e32f4 commit 200d5a5

File tree

1 file changed

+0
-1
lines changed
  • pebble_tool/commands/sdk/project

1 file changed

+0
-1
lines changed

pebble_tool/commands/sdk/project/debug.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def __call__(self, args):
9191
"break app_crashed", # app crashes (as of FW 3.10) go through this symbol for our convenience.
9292
'echo \nPress ctrl-D or type \'quit\' to exit.\n',
9393
'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'
9594
])
9695

9796
gdb_args = ['arm-none-eabi-gdb', self._fw_elf, '-q'] + ['--ex={}'.format(x) for x in gdb_commands]

0 commit comments

Comments
 (0)