Re: GWT super Dev Mode help

2021-08-13 Thread Yibin Li
I created a new GWT project by V3 and it can run DevMode to debug. I will compare old project setup with new one's to see the differences On Monday, August 9, 2021 at 11:39:47 AM UTC-5 Yibin Li wrote: > 1. We do not use Maven > 2. We use GWT 2.5.1 + Firefox Version 42 (old version) > >

GWT super Dev Mode help

2021-08-09 Thread Yibin Li
1. We do not use Maven 2. We use GWT 2.5.1 + Firefox Version 42 (old version) Currently, we just use right click the project Debug As -> Web Application The link http://127.0.0.1:/My_Project.html?gwt.codesvr=127.0.0.1:9997 is generated. I just need to click the link to debug the