gtk
更新
This commit is contained in:
@@ -653,7 +653,8 @@ type TTslDebuga=class(TCustomControl)
|
||||
begin
|
||||
ExecuteCommand("dbgcreatechannel");
|
||||
ExecuteCommand("showstr","调试程序:"+FDebugExe);
|
||||
ExecuteCommand("showstr","命令行参数:"+exestr);
|
||||
if ifarray(exestr) then exestr := array2str(exestr," ");
|
||||
ExecuteCommand("showstr","调试命令行:"+exestr);
|
||||
if FConnectchannel then
|
||||
begin
|
||||
dbgattachwait(FConnectchannel);
|
||||
|
||||
Reference in New Issue
Block a user