parent
c425e0cb91
commit
4cefd2fc39
|
|
@ -1,2 +1,3 @@
|
||||||
|
|
||||||
FunCache.ini
|
FunCache.ini
|
||||||
|
Data/PublicFunc4.0.Func
|
||||||
|
|
|
||||||
|
|
@ -640,15 +640,6 @@ type TTslDebuga=class(TCustomControl)
|
||||||
function debugrunredo();
|
function debugrunredo();
|
||||||
begin
|
begin
|
||||||
return dbgtooldorun(nil,nil);
|
return dbgtooldorun(nil,nil);
|
||||||
if FBtns["终止"].Visible then
|
|
||||||
begin
|
|
||||||
//Dbgtooldo(new ttempclass("继续"),nil);
|
|
||||||
dbgtooldorun(nil,nil);
|
|
||||||
end else
|
|
||||||
begin
|
|
||||||
//echo "\r\n 执行run";
|
|
||||||
//Dbgtooldo(new ttempclass("暂停"),nil);
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
function Debuglocal(item); //调试脚本
|
function Debuglocal(item); //调试脚本
|
||||||
begin
|
begin
|
||||||
|
|
@ -658,8 +649,6 @@ type TTslDebuga=class(TCustomControl)
|
||||||
if not item then return 0;
|
if not item then return 0;
|
||||||
if FConnectchannel then
|
if FConnectchannel then
|
||||||
begin
|
begin
|
||||||
|
|
||||||
//return MessageboxA("正在调试中","提示",0,self.Handle);
|
|
||||||
return debugrunredo();
|
return debugrunredo();
|
||||||
end
|
end
|
||||||
if FRemoteWait then
|
if FRemoteWait then
|
||||||
|
|
@ -740,6 +729,7 @@ type TTslDebuga=class(TCustomControl)
|
||||||
function Create(AOwner);
|
function Create(AOwner);
|
||||||
begin
|
begin
|
||||||
inherited;
|
inherited;
|
||||||
|
fscriptbrks := array();
|
||||||
//Frundirect := false;
|
//Frundirect := false;
|
||||||
FCmdHistory := array();
|
FCmdHistory := array();
|
||||||
FCmdHistoryid := 0;
|
FCmdHistoryid := 0;
|
||||||
|
|
@ -1580,7 +1570,7 @@ type TTslDebuga=class(TCustomControl)
|
||||||
FBtns["跳出"].Visible := false;
|
FBtns["跳出"].Visible := false;
|
||||||
FBtns["下一行(F8)"].Visible := false;
|
FBtns["下一行(F8)"].Visible := false;
|
||||||
//FBtns["单步"].Visible := false;
|
//FBtns["单步"].Visible := false;
|
||||||
FBtns["终止"].Visible := false;
|
//FBtns["ÖÕÖ¹"].Visible := false;
|
||||||
FBtns["暂停"].Visible := true;
|
FBtns["暂停"].Visible := true;
|
||||||
FBtns["刷新符号表"].Visible := false;
|
FBtns["刷新符号表"].Visible := false;
|
||||||
FBtns["刷新当前符号"].Visible := false;
|
FBtns["刷新当前符号"].Visible := false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue