Re: [jbehave-dev] Re: Debugging scenarios

2009-04-09 Thread Ed Bowler
Mauro Talevi wrote: I've not used Netbeans for years so I can't really comment on it. But to be clear, you're trying to run scenarios via mvn embedded in IDE and these are not stoppable, as opposed to running scenarios as JUnit tests (which are debuggable)? yes Seems more of an issue of mvn

[jbehave-dev] Re: Debugging scenarios

2009-04-09 Thread Mauro Talevi
Ed Bowler wrote: Mauro Talevi wrote: any reason you can't debug your scenarios running them as JUnit tests in your favourite IDE? The the execution doesn't stop at a breakpoint in the IDE (netbeans) for jbehave scenarios, but does for junit tests. So I was trying from the command line, since

Re: [jbehave-dev] Re: Debugging scenarios

2009-04-09 Thread Ed Bowler
Mauro Talevi wrote: any reason you can't debug your scenarios running them as JUnit tests in your favourite IDE? The the execution doesn't stop at a breakpoint in the IDE (netbeans) for jbehave scenarios, but does for junit tests. So I was trying from the command line, since I thought I had a

[jbehave-dev] Re: Debugging scenarios

2009-04-09 Thread Mauro Talevi
Ed Bowler wrote: Hi, I'm having trouble debugging my jbehave tests. I cannot get maven to start the jbehave tests and stop at a breakpoint. I have this in my pom: org.jbehave jbehave-maven-plugin 2.0.1 org.jbehave jbehave-maven-plugin r