ide: Fixed to compile in linux

git-svn-id: svn://ultimatepp.org/upp/trunk@12015 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2018-06-21 21:07:11 +00:00
parent 0ad08383de
commit 0efe8145ee

View file

@ -269,7 +269,11 @@ bool Ide::IdeDebugLock()
{
if(debuglock == 0) {
debuglock = 1;
#ifdef PLATFORM_POSIX
if(debugger)
#else
if(debugger && !dynamic_cast<Pdb *>(~debugger))
#endif
editor.DisableBreakpointing();
MakeTitle();
SetBar();