Debugging publish/subscribe
If you're using jMaki to create your webapp, have a widget and added glue code, that just doesn't seem to work. There are two things you can do- scratch your head and whine or try your hand at debugging.
If you choose the later option, there are either of two things you can do to debug your publish/subscribe.
this.debugGlue=false;this.debug=false change to this.debugGlue=true;this.debug=trueYou can see all events publish subscribe. I especially like this one since it spells out all events in red and green clearly, making them easy to spot.
Posted at 11:51AM May 31, 2007 by Manveen Kaur in Web 2.0 | Comments[0]