Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 349 Bytes

readme.md

File metadata and controls

8 lines (5 loc) · 349 Bytes

VS Code Cocos debug

This repo is used to generate cocos-debug adapader for VSCode. You can use these command to generate cocos-debug.zip:

  • npm install(only need for first time)
  • ./release.sh

then refer to this tick to know how to debug cocos2d-x JSB programs.