Quick-cocos2dx Learning (I), quick-cocos2dx Learning
Why write a blog ?! Because my memory is really bad...
The official documentation is as follows:
Http://cn.cocos2d-x.org/article/index? Type = quick_doc & url =/doc/cocos-docs-master/manual/framework/quick/V3/how-to/use-codeide/zh. md
The first time I used IDE, I even never used eclipse. To tell the truth, the first figure in the official document gave me a headache for one night.
How does this IP address come from ?! Why does the IP address 127.0.0.1 of the local loopback port on the official website cause various failures.
The IP address is used to start the runtime in the next project. Start prebuiltruntimelua.exe in the directory.
The startup interface is as follows:
This is where IP addresses come from.
At this time, the IDE project has been imported, debugging information has been set, and runtime has been started.
You need to click this icon to perform breakpoint debugging in the IDE. (Do not right-click the project debug !!!)
In this way, you can perform IDE breakpoint debugging.