Lines Matching full:debug
7 '''west "debug", "debugserver", and "attach" commands.'''
16 class Debug(WestCommand): class
19 super(Debug, self).__init__(
20 'debug',
22 'flash and interactively debug a Zephyr application',
28 self.runner_key = 'debug-runner' # in runners.yaml
43 'connect to board and launch a debug server',
45 Connect to the board and launch a debug server which accepts
48 The debug server binds to a known port, and allows client software
49 started elsewhere to connect to it and debug the running
52 self.runner_key = 'debug-runner' # in runners.yaml
67 'interactively debug a board',
68 "Like \"west debug\", but doesn't reflash the program.",
70 self.runner_key = 'debug-runner' # in runners.yaml