/edge-code-debug-extension

Adds the Debug menu to Edge Code and exposes debugging features like language switching, opening the developer console, and debugging the nodeJS server.

Primary LanguageJavaScriptMIT LicenseMIT

This extension is the DebugCommands extension that ships with Brackets. Installing it into your Edge Code folder will get you the debug menu commands in Edge Code

##Installation

You can install this extension in a few different ways:

  • git clone the extension into your Edge Code extension folder (found by using Help->Show Extension Folder)
  • Download the source zip and extract it into the Edge Code extension folder
  • Install via the Extension Mananger (File->Intstall Extension and put this URL in)

Other Info

This repo tracks the default DebugExtension in Brackets. Any issues should be filed there.