Debugging efficiently from within Eclipse.

Discussion in 'Plugin Development' started by Wolfy9247, Feb 25, 2012.

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

    Wolfy9247

    So, I've read the tutorial on Debugging Plugins in Eclipse and got the Bukkit server to work within the Eclipse debugger, but what I'm really wondering now is a few things:

    1) Is there any way to pass commands from the console as a player, without having to create a plugin to handle it?

    2) Is there any way to make the server reload upon exporting a new version of the .jar to the 'plugins' dir?

    3) Is there a way (without something as complicated as Ant, really) to make Eclipse export a .jar with just the 'src' folder of the project upon every save? This would also trigger #2.

    Thanks!
     
  2. Offline

    Sir Savary

    I would also like to know this.
     
  3. Bump as I would also like to know. Would make debugging super fast! :)
     
Thread Status:
Not open for further replies.

Share This Page