Skip to content

Commit

Permalink
Fix #1163
Browse files Browse the repository at this point in the history
  • Loading branch information
pyscripter committed Feb 14, 2022
1 parent ae3313e commit f95658f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 123 deletions.
3 changes: 2 additions & 1 deletion Source/cPyRemoteDebugger.pas
Expand Up @@ -282,7 +282,8 @@ procedure TRemNameSpaceItem.GetChildNodes;
end;
except
fChildCount := 0;
StyledMessageDlg(Format(_(SErrorGettingNamespace), [fName]), mtError, [mbAbort], 0);

//StyledMessageDlg(Format(_(SErrorGettingNamespace), [fName]), mtError, [mbAbort], 0);
System.SysUtils.Abort;
end;
end;
Expand Down

0 comments on commit f95658f

Please sign in to comment.