You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: