don't try to debug all configurations with PyDebugRunner appcode/142.4585 clion/142.4583 dbe/142.4577 rubymine/142.4579
authornik <Nikolay.Chashnikov@jetbrains.com>
Fri, 4 Sep 2015 08:48:52 +0000 (11:48 +0300)
committernik <Nikolay.Chashnikov@jetbrains.com>
Fri, 4 Sep 2015 08:48:52 +0000 (11:48 +0300)
python/src/com/jetbrains/python/debugger/PyDebugRunner.java

index 23923357cd576fc0c22f58832b82422b20aa5322..c39fdb22bf3b433f75fd6f34ed3c3886d00c308f 100644 (file)
@@ -86,7 +86,7 @@ public class PyDebugRunner extends GenericProgramRunner {
       // if configuration knows whether debug is allowed
       return ((DebugAwareConfiguration)profile).canRunUnderDebug();
     }
-    return true;
+    return false;
   }