debugginggwtmvp4g

debugging in MVP4G project


I have created a maven gwt project(2.7.0) and then integrated MVP4G into it. All is working fine but now when I wanted to debug my code to understand the flow, I am not able to debug the code.

Maven goal : gwt:debug

I am running the above mentioned goal and then I am running remote application which is providing me and url and when i launch that url I am not able to debug the code.

Please can anyone guide me on how we should debug this?

Thanks in advance


Solution

  • To Debug, just add the sdbg plugin (take a look here) or debug inside the browser if you are familiar with browser debugging. I think Chrome is the best choice. Credits:El Hoss