Page 1 of 1

console.log not showing ?

Posted: Thu Jul 10, 2014 4:01 pm
by Bad Addy

not sure if its me, but i cannot get anything to show up in console.log. I know the script is running, because if i create a error, it stops the script, but when i say:

console.log('owner');

It does not show up in console. ?

This is fired after a service success event, and ideas ?


console.log not showing ?

Posted: Thu Jul 10, 2014 4:27 pm
by Evgene Karachevtsev

Addy,

It is possible that code execution does not reach that line. Could you please replace console.log on alert. Do you receive alert?


console.log not showing ?

Posted: Thu Jul 10, 2014 4:29 pm
by Bad Addy

Sorry, im a dumb idiot... I did not realise Weinre was open on another screen, and all the logs went to that one.. Sorry, works fine :)