forked from platformio/platformio-core
Print debug tool name in debugging session
This commit is contained in:
@ -157,6 +157,7 @@ class GDBClient(BaseProcess): # pylint: disable=too-many-instance-attributes
|
|||||||
|
|
||||||
banner = [
|
banner = [
|
||||||
"echo PlatformIO Unified Debugger -> http://bit.ly/pio-debug\\n",
|
"echo PlatformIO Unified Debugger -> http://bit.ly/pio-debug\\n",
|
||||||
|
"echo PlatformIO: debug_tool = %s\\n" % self.debug_options['tool'],
|
||||||
"echo PlatformIO: Initializing remote target...\\n"
|
"echo PlatformIO: Initializing remote target...\\n"
|
||||||
]
|
]
|
||||||
footer = ["echo %s\\n" % self.INIT_COMPLETED_BANNER]
|
footer = ["echo %s\\n" % self.INIT_COMPLETED_BANNER]
|
||||||
|
Reference in New Issue
Block a user