FpDebug: Disable assert, until fixed

git-svn-id: trunk@59727 -
This commit is contained in:
martin 2018-12-04 17:12:05 +00:00
parent fab0116dbd
commit bba050e333

View File

@ -827,7 +827,7 @@ destructor TDbgProcess.Destroy;
begin
FProcessID:=0;
Assert(FBreakMap.Count=0, 'No breakpoints left');
//Assert(FBreakMap.Count=0, 'No breakpoints left');
//FreeItemsInMap(FBreakMap);
FreeItemsInMap(FThreadMap);
FreeItemsInMap(FLibMap);