Debugging Sponge

See 플러그인 디버그 for debugging a plugin and 디버거 사용하기 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 Repository Branch Layout 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:

  1. Clone the implementation.

  2. Make changes to the local repository (e.g. create new branch if you will make changes).

  3. Setup the implementation.

  4. Build the implementation.

  5. Run the implementation.

With these instructions successfully completed, you are ready to import the project into your IDE.

참고

작업 공간을 설정하는 데 필요한 작업에 대한 개요입니다. 구현을 위한 클론, 설치, 빌드, 실행에 대한 완전한 안내는 Sponge GitHub 페이지를 참조해주십시오.

내용