diff --git a/src/remixAppManager.js b/src/remixAppManager.js index 705f3becef..44f7f78b28 100644 --- a/src/remixAppManager.js +++ b/src/remixAppManager.js @@ -198,7 +198,8 @@ export class RemixAppManager extends PluginEngine { new IframePlugin(mythx), new IframePlugin(provable), new IframePlugin(threeBox), - new IframePlugin(remixWorkshop) + new IframePlugin(remixWorkshop), + new IframePlugin(debugPlugin), ] } }