Reputation: 11
Is there a way once you deploy an application via eclipse to tomcat to see the application step through in one of the console views as you navigate through the program on your browser??
I guess watch it as it accesses certain methods?
Thanks
Upvotes: 1
Views: 108
Reputation: 308998
You can put breakpoints in the code and step through as you navigate through the browser, but it won't behave exactly as you are imagining. It'll be a back and forth dance:
Upvotes: 3