Debugging Sponge
小訣竅
See 插件除錯 for debugging a plugin and Using the Debugger tips.
These sections provide information for debugging Sponge itself. Whether you need to debug SpongeForge, SpongeVanilla, SpongeCommon, or SpongeAPI, set up your workspace for a SpongeForge or SpongeVanilla implementation. SpongeCommon and SpongeAPI are debugged within the implementation setup.
See Sponge 專案的結構 for more information.
備註
Be sure to read and understand 如何 Git(hub) and 專案分支布局 as well as the entirety of the 開發 Sponge sections before proceeding.
Setup the Workspace
Here are the steps to setup your workspace if you do not have one already:
Clone the implementation.
Make changes to the local repository (e.g. create new branch if you will make changes).
Setup the implementation.
Build the implementation.
Run the implementation.
With these instructions successfully completed, you are ready to import the project into your IDE.
備註
This is an outline of the steps necessary to setup the workspace. See the Sponge GitHub page for complete instructions on cloning, setup, building, and running the implementations.