gfk-ba / senbot

Cucumber / Selenium framework in Java
MIT License
10 stars 11 forks source link

Can't debug #16

Closed dadamschi closed 10 years ago

dadamschi commented 10 years ago

I am not sure what I am doing wrong, but I cloned the repository, ran the install, and cannot debug the project.

I am using IntelliJ and would like to see more about how this framework works but I really cannot do that when I can't debug the project.

Any assistance would be greatly appreciated.

joostschouten commented 10 years ago

How and what are you running (maven, IntelliJ test runner, maven though IntelliJ, on of our tests, one of your own, etc.)? Please be as specific as you can. I have no issues with debugging so I'm sure it is a solvable problem ;-)

dadamschi commented 10 years ago

Sorry about that rookie mistake in a couple ways.

I am using maven with IntelliJ. I had forgotten about useForkMode=false which resolved my debugging issue.

I had also forgotten to include this information. When I went back to update my comment I did not see it.

I am now working on walking through the stack and hopefully will be able to understand more of the app today.