Page 1 of 4

Debugging

Posted: Mon Oct 15, 2012 11:19 am
by Barbara

How do I debug in firebug when all I see is the JS for the initial screen for my project?


Debugging

Posted: Mon Oct 15, 2012 11:29 am
by Maryna Brodina

Hello! Not sure I understand your question. Could you clarify what else do you want to see there?


Debugging

Posted: Mon Oct 15, 2012 11:33 am
by Barbara

I want to put breakpoints in my js code for a particular screen to debug, but in firebug I only see the js for the first screen in my project


Debugging

Posted: Mon Oct 15, 2012 1:40 pm
by Maryna Brodina

You can move part of the code which you want to debug (or all code) to castom JS which available on each screen.


Debugging

Posted: Tue Oct 16, 2012 2:48 am
by Barbara

I don't know if this has anything to do with tiggzi - I am using a jquery post to execute a php script on a remote server, but I am not getting any data back.

this is the post

$.post("http://webrecipemanager.com/wrm_app/s... {
alert(data);
});

I get no alert, and I can't see any errors anywhere, though there maybe some of course, just don't know how to find them, and would expect them to be returned in data anyway.


Debugging

Posted: Tue Oct 16, 2012 2:50 am
by maxkatz

You are using jQuery directly.. so it's not Tiggzi. Try your request here: http://hurl.it/


Debugging

Posted: Tue Oct 16, 2012 3:00 am
by Barbara

Thanks for that Max, funny thing is I am getting the response I expect there. Why would anything be different doing the same thing in my project?


Debugging

Posted: Tue Oct 16, 2012 3:40 am
by maxkatz

I don't know..do you see any JavaScript errors..?


Debugging

Posted: Tue Oct 16, 2012 3:41 am
by Barbara

no


Debugging

Posted: Tue Oct 16, 2012 3:45 am
by maxkatz

Do you see the request firing?