From 48bc35ca5247288fa673645a01b2cb7e179a96ae Mon Sep 17 00:00:00 2001 From: nightwing Date: Mon, 28 Nov 2016 02:22:28 +0000 Subject: [PATCH 1/2] add IKPdb plugin --- configs/client-default.js | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/client-default.js b/configs/client-default.js index 8fc0f5ed..3008d094 100644 --- a/configs/client-default.js +++ b/configs/client-default.js @@ -472,6 +472,7 @@ module.exports = function(options) { "plugins/c9.ide.run.debug.xdebug/xdebug", "plugins/c9.ide.run.debug/debuggers/gdb/gdbdebugger", + "plugins/c9.ide.run.debug.ikpdb/ikpdb", // Console { diff --git a/package.json b/package.json index 9c29d359..fa3ff79b 100644 --- a/package.json +++ b/package.json @@ -111,6 +111,7 @@ "c9.ide.run": "#3cd1f257ca", "c9.ide.run.build": "#0598fff697", "c9.ide.run.debug.xdebug": "#054367574c", + "c9.ide.run.debug.ikpdb": "#2dbb12ca5f", "c9.ide.save": "#ed8b7a5622", "c9.ide.scm": "#637a68cd04", "c9.ide.terminal.monitor": "#5a6a54ce24", From 3f46a9844814017021b7903c443a8dcfa2992890 Mon Sep 17 00:00:00 2001 From: nightwing Date: Mon, 28 Nov 2016 02:58:15 +0000 Subject: [PATCH 2/2] add ikpdb to default python runner --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fa3ff79b..fd9392fb 100644 --- a/package.json +++ b/package.json @@ -108,10 +108,10 @@ "c9.ide.recentfiles": "#7c099abf40", "c9.ide.remote": "#301d2ab519", "c9.ide.processlist": "#2b12cd1bdd", - "c9.ide.run": "#3cd1f257ca", + "c9.ide.run": "#2304b66f43", "c9.ide.run.build": "#0598fff697", "c9.ide.run.debug.xdebug": "#054367574c", - "c9.ide.run.debug.ikpdb": "#2dbb12ca5f", + "c9.ide.run.debug.ikpdb": "#2682776d44", "c9.ide.save": "#ed8b7a5622", "c9.ide.scm": "#637a68cd04", "c9.ide.terminal.monitor": "#5a6a54ce24",