I found this great debugging tool which can be used seperately, however, it is not as easy as the debugging tool in myeclipse ide but its worth using this one sometimes in spare.
http://www.debugtools.com/
Here are some of its features :
Programming Blog
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" preloader="CustomPreloader">
public class CustomPreloader extends DownloadProgressBar { public function CustomPreloader() { super(); Singleton.registerClass("mx.managers::IToolTipManager2", CustomToolTipManager); } }
In struts you can define one ActionMapping which will receive all requests for which no ActionMappins is defined. It is called "Unknown ActionMapping".
var oEvent = document.createEvent("MouseEvents");oEvent.initMouseEvent("click", true, true,window, 1, 1, 1, 1, 1, false, false, false, false, 0, target);target.dispatchEvent( oEvent );
var element3 = document.createElement("input");cell3.setAttribute("align","center");element3.type = "checkbox";element3.id=myid;element3.onclick = function() { checkChangedValue('mytest',nameid, gname, e) };
element3.addEventListener("click", function(e) {checkChangedValue('myname',ids, gname, e);}, true);
