Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add a breakpoint starter kit #28

Open
ILikePlayingGames opened this issue Feb 29, 2024 · 2 comments
Open

Add a breakpoint starter kit #28

ILikePlayingGames opened this issue Feb 29, 2024 · 2 comments

Comments

@ILikePlayingGames
Copy link
Contributor

Include a list of commonly used breakpoints in the template.

See https://stackoverflow.com/questions/18733955/is-there-any-way-to-save-breakpoints-in-intellij-and-restore-later

@nea89o
Copy link
Owner

nea89o commented Feb 29, 2024

Interesting. This might be something worth looking into with a full on standalone gradle plugin, instead of a .idea/workspace file (especially since those can easily contain a lot of other data that can get quickly out of date, and isn't easily mergeable). I quite like developing gradle plugins, but maybe there is something out there already. Since this is also sufficiently easy to do, maybe this could be just inside of the buildSrc.

@nea89o
Copy link
Owner

nea89o commented Feb 29, 2024

Speaking of the default breakpoint mod from #26 . We could also have that mod generate the breakpoints. I do feel like there is a broader market here for a gradle plugin apart from this template or modding in general tho.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants