For server side code you can use your standard logging facilities. I understand that may tedious to get right log4j vs slf4j vs commons logging vs java.util.logging but it is standard plumbing in every project.
I am using only logging for debugging in server side but AFAIK you can do step by step in eclipse with tomcat. I don't know about jetty. Vassilis On Sun, Aug 3, 2014 at 5:18 AM, Magnus <[email protected]> wrote: > > > How can I debug step by step in SDM? >>> >> >> Using the browser's dev tools. For eclipse there is a proof-of-concept >> plugin to allow debugging in the IDE: https://github.com/sdbg/sdbg >> > > Do the two sentences indicate two debugging methods? > > If so, what are the browser's dev tools? > > If not: Why is there a big switch (chrome does not support devmode plugin > anymore), allthough debugging is still in "proof-of-concept" stage? > (I have taken a look at it, but at the moment I need a reliable debugging > method.) > > However, I am doing my first steps in SDM, but I cannot solve the simplest > problems: > For example, there is a wrong SQL statement in my server code, but I > cannot analyze it. There is simply a never ending loading indicator in my > cell list, but without being able to do step by step debugging I cannot > solve this. > > Magnus > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- Vassilis Virvilis -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
