sbiermanlytle / iioEngine

iio Engine: A JavaScript game engine for HTML5 Canvas
http://iioengine.com
455 stars 81 forks source link

Bring back io.activateDebugger(); #13

Closed tyilo closed 11 years ago

tyilo commented 11 years ago

I have multiple AppManagers, but I only need debugging on one of them.

Before I could just use io.activateDebugger(); on the AppManager I wanted to debug, but I see no way of doing that now.

sbiermanlytle commented 11 years ago

Its back. I was thinking it would be better to have the debugger automatically run when its included, and create a disableDebugger function for cases where you don't want it.

This makes working with multiple applications kind of annoying though, and I realized that I left out any functionality that would allow you to do what you needed, so the activateDebugger method will remain in place.

tyilo commented 11 years ago

Thank you :smile: