mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-14 06:12:25 -06:00
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:
parent
0ad08383de
commit
0efe8145ee
1 changed files with 4 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue