We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
JSB: Remote debugging using Firefox
JSB: Remote debugging using Firefox
Bug #2823 [Closed]
Agree, I found a official document here (https://wiki.mozilla.org/Remote\_Debugging\_Protocol).
Document about remote debugging Firefox mobile or Firefox OS (https://developer.mozilla.org/en-US/docs/Tools/Remote\_Debugging).
Status: | Closed | |
---|---|---|
Start date: | 2013-09-19 | |
Priority: | Normal | |
Due date: | ||
Assignee: | ||
% Done: | 0% |
|
Category: | js | |
Target version: | 3.0-alpha1 |
Add debugging capabilities for JSB.
Currently cocos2d-x supports very basic debugging capabilities with our own custom protocol.
Instead of re-inventing the wheel, and creating our own protocol / client, we need to support the Firefox Remote Debugging protocol, and use Firefox debugger (which is great) to debug our own JSB games.