.debug
.debug [remote] [serial|namedpipe] [Baudrate (decimal)] [Address (string)].debug [prepare] [serial] [Baudrate (decimal)] [Address (string)].debug [close]
remote
then it means that you want to connect to a debuggee.prepare
then it means that you want to prepare the current machine to be debugged as debuggee.close
means to close all the connections to the debuggee.serial
, and if you want to connect to a named pipe, then you should specify namedpipe
. Please note that namedpipe
cannot be used in debuggee, and it can be used only in the debugger.prepare
, only serial
is supported as the type of connection.com3
to your COM port that is connected to the debuggee.