Question How do I debug plugins using Eclipse?

Discussion in 'General Help' started by JLDev, Jan 28, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    JLDev

    Hello!

    Before when I coded plugins I had the server in a folder in my desktop, but I want to set up the server in Eclipse for convenience, so I can debug the plugins.
    How do I do this using Spigot?


    Thank you in advance! c:
     
  2. Online

    timtower Administrator Administrator Moderator

    Moved to Bukkit alternatives.
    @JLDev There is a tutorial for that somewhere. But why not use System.out.println instead?
     
  3. Offline

    JLDev

    Because I have nothing to print currently..?
    xD
    Also, I have found a few and tried them out but most of them are outdated
     
  4. Online

    timtower Administrator Administrator Moderator

    @JLDev Then you print strings like "I am now here"
    Or object.toString()
    That is how most of us do it.
     
Thread Status:
Not open for further replies.

Share This Page