Skip to content

Troubleshooting Theseus

Tom Lieber edited this page Jun 27, 2013 · 5 revisions
  • Did you install Theseus with Brackets before Sprint 26? Did you install Theseus using its GitHub URL instead of the URL of the zip file? Your install may be corrupted. Install it again using the installation instructions.

  • In Brackets, click the Debug > Show Developer Tools menu item to open the Developer Tools for Brackets itself. Go to its console. Do you see any error messages that might be related to Theseus? That shouldn't happen. Open an issue about it.

  • Are you using Theseus with node-theseus? They're both changing all the time and very few versions of one will work with a particular version of the other. Upgrade node-theseus and Theseus to their latest versions by running npm update -g node-theseus and using the Brackets Extension Manager to remove Theseus and install it again using the installation instructions.

  • Theseus makes your program use a lot more memory. If that memory starts to page to disk, your program may slow to a crawl. Check how much memory your program is using and compare it with how much free RAM you have.

  • Theseus can make some programs very slow. It tries very hard not to, though. If it makes your program too slow to use, please open an issue about it.

  • Check the open issues list to see if anyone is already talking about the problem you're having. Open a new issue if they're not.

Clone this wiki locally