Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add the ability to debug a project when executed from another application #7

Open
tsukinoko-kun opened this issue May 29, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@tsukinoko-kun
Copy link
Owner

Example: Minecraft server plugin

The source code of the project contains the code for the plugin. Jack can build the jar file of that plugin.

For execution, an entry point is required. The plugin doesn't have an entry point.

Jack has to build the jar, move it into the server's plugin folder, start the server and attach the debugger.

Possible solution (concept)

This could be a parameter for the debug command to specify a different jar to run and an alternative location to move the compiled jar file.

jack debug --jar ./test-server/paper-server.jar --drop-in ./test-server/plugins
@tsukinoko-kun tsukinoko-kun added the enhancement New feature or request label May 29, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant