----- Original Message ----- > From: "Gilad Chaplik" <[email protected]> > To: "彭春洪" <[email protected]> > Cc: [email protected] > Sent: Wednesday, March 26, 2014 11:45:25 AM > Subject: Re: [Engine-devel] debug ovirt-engine > > btw, at least with eclipse you can debug both client and server together (two > debug instances, port 8787 and 8000) > note that debugging the client takes time!! don't be intimidated 8-)
Right, GWT debugging might be slower than expected, here are some tips: - avoid compiling both WebAdmin & UserPortal when you debug only one of them - specify target browser(s) via -Dgwt.userAgent=... (avoid compiling for all browsers) - GWT Developer Plugin doesn't work with recent Firefox, use Chrome instead In future, we'll upgrade GWT SDK version which should bring some improvements to the compile/debug process. > > Thanks, > Gilad. > > ----- Original Message ----- > > From: "Chuan Liao (Jason Liao, HPservers-Core-OE-PSC)" <[email protected]> > > To: "彭春洪" <[email protected]>, [email protected] > > Sent: Wednesday, March 26, 2014 10:43:13 AM > > Subject: Re: [Engine-devel] debug ovirt-engine > > > > > > > > Hi, > > > > > > > > Do you go through the wiki page OVirt Engine Development Environment > > > > http://www.ovirt.org/OVirt_Engine_Development_Environment > > > > > > > > you can debug with > > > > Debug port is available via port 8787, to be used by Eclipse or any other > > debugger. > > > > > > > > Best Regards, > > Jason Liao > > > > > > > > From: [email protected] > > [mailto:[email protected]] > > On Behalf Of 彭春洪 > > Sent: 2014 年 3 月 26 日 16:13 > > To: [email protected] > > Subject: [Engine-devel] debug ovirt-engine > > > > > > > > > > Hello,everybody.when I develop with ovirt-engine,I have meet some obstacles > > because of without the debug environment. So I really want to know how to > > debug the frontend and backend of ovirt-engine by break points or by step . > > Thank you for help! > > > > _______________________________________________ > > Engine-devel mailing list > > [email protected] > > http://lists.ovirt.org/mailman/listinfo/engine-devel > > > _______________________________________________ > Engine-devel mailing list > [email protected] > http://lists.ovirt.org/mailman/listinfo/engine-devel > _______________________________________________ Engine-devel mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-devel
