IDE: added debug code

git-svn-id: trunk@35496 -
This commit is contained in:
mattias 2012-02-19 21:44:43 +00:00
parent 04c1900dfb
commit 5ca5747689

View File

@ -8445,6 +8445,8 @@ end;
function TMainIDE.AskSaveProject(const ContinueText, ContinueBtn: string): TModalResult;
begin
if Project1=nil then exit(mrOk);
//debugln(['TMainIDE.AskSaveProject SomethingOfProjectIsModified=',SomethingOfProjectIsModified,' Project1.SomeDataModified(false)=',Project1.SomeDataModified(false)]);
if not SomethingOfProjectIsModified then exit(mrOk);
if (Project1.SessionStorage=pssInProjectInfo)