Hi,
I've just set up eclipse with maven and the smartgwt 1.0b3 snapshoot according to the guide posted here. Now i'm trying to debug the initial example, i.e. I set a breakpoint on SC.say, run the app in debug mode with goal gwt:gwt, then the application loads, the messagebox appears, and nothing else. The breakpoint just never happens.
Did I misunderstand something or is SmartGWT not debuggable like GWT ?
I'm using Mac and Windows, and I'm able to debug GWT with the cypal plugin on both systems.
Thanks for your help!
Edit: I changed the gwt.xml to inherit com.smartgwt.SmartGwtDebug, too
I've just set up eclipse with maven and the smartgwt 1.0b3 snapshoot according to the guide posted here. Now i'm trying to debug the initial example, i.e. I set a breakpoint on SC.say, run the app in debug mode with goal gwt:gwt, then the application loads, the messagebox appears, and nothing else. The breakpoint just never happens.
Did I misunderstand something or is SmartGWT not debuggable like GWT ?
I'm using Mac and Windows, and I'm able to debug GWT with the cypal plugin on both systems.
Thanks for your help!
Edit: I changed the gwt.xml to inherit com.smartgwt.SmartGwtDebug, too
Comment