Yes. I'm looking for a task like `mvn jdb:debug <Class>` that starts a jdb
session on <Class>.main().

I can run jdb on individual Java code outside of a Maven structure, but I'm
not sure how to inform jdb of Java code in a Maven project, Maven's
CLASSPATH handling, etc. etc.


On Thu, Oct 10, 2013 at 10:46 AM, Benson Margulies <[email protected]>wrote:

> What would that mean? Do you want to execute the program in the debugger?
>
> On Thu, Oct 10, 2013 at 10:38 AM, Andrew Pennebaker
> <[email protected]> wrote:
> > I'd like to run jdb over some of my classes in a Maven project. Is there
> a
> > plugin I can drop into my pom.xml?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to