mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 14:09:31 +02:00
FpDebug: Disable assert, until fixed
git-svn-id: trunk@59727 -
This commit is contained in:
parent
fab0116dbd
commit
bba050e333
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user