with `mvnDebug hpi:run` you should be able to single step into the Jenkins source code. If you want to debug a custom build of Jenkins then that requires a bit more hackery... usually you just want to debug the plugin in the context of a stock jenkins build so hpi:run is all you need
On 21 October 2014 16:03, Ivan Kanis <[email protected]> wrote: > Hello, > > I can debug Jenkins with the following: > > mvnDebug jenkins-dev:run > > And I can debug the git plugin with this: > > mvnDebug hpi:run > > But how can I do both? > > I use IntelliJ and don't know much about Java... > > Ivan > > -- > You need to install an RTFM interface.. > -- BOFH excuse #33 > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
