Barbara
Posts: 0
Joined: Mon Sep 17, 2012 8:42 am

Debugging

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Debugging

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

Barbara
Posts: 0
Joined: Mon Sep 17, 2012 8:42 am

Debugging

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Debugging

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

Barbara
Posts: 0
Joined: Mon Sep 17, 2012 8:42 am

Debugging

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Debugging

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

Barbara
Posts: 0
Joined: Mon Sep 17, 2012 8:42 am

Debugging

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?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Debugging

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

Barbara
Posts: 0
Joined: Mon Sep 17, 2012 8:42 am

Debugging

no

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Debugging

Do you see the request firing?

Return to “Issues”