Thank you. I will try it out and let you know. On Tue, Sep 15, 2015 at 1:36 AM, Brian Demers <[email protected]> wrote:
> Debugger wise it should work like any other java app. Take a look at: > http://wiki.apache.org/tomcat/FAQ/Developing > > If you want to get started using an example project, take a look at: > https://github.com/apache/shiro/tree/1.2.x/samples/web > You should be able to run it the example with "mvn jetty:run" or a > debugger with "mvnDebug jetty:run" (it's not tomcat, but the flow of the > requests will be the same) > > On Mon, Sep 14, 2015 at 3:58 PM, Sreyan Chakravarty < > [email protected]> wrote: > >> I am new to Shiro and am struggling to understand some of its concepts. >> Is there any way I can attach a debugger to Shiro and check the flow of >> method calls ? >> >> I am using Shiro in Tomcat with Eclipse. >> >> Regards >> Sreyan Chakravarty >> > >
