This thread is duplication of:
http://groups.google.com/group/firebug/browse_thread/thread/d6a0a0bb45ce309f
Honza
On Oct 3, 9:33 pm, John Sun <
j...@klip.com> wrote:
> When I load my page in Firebug,
> The script debugger will at line 17 in all.js and show this error
>
> JSON.parse: bad control character in string literal
> You can disable/enable break notifications in panel's tab menu.
>
> Line 17: (line 17 is super long - so I'm not putting it in here. Somewhere
> in all.js:17 is a bad-control character I guess)
>
> If I press Continue button in debugger, I get another error:
> JSON.parse: unexpected non-whitespace character after JSON data
> You can disable/enable break notifications in panel's tab menu.
>
> I am just wondering if this is a Firebug issue or just straight JSON.
> I read on StackOverflow that Facebook switched to the JSON3 API.
http://stackoverflow.com/questions/12025987/facebook-xd-arbiter-php-e...
>
> Anyone else who integrates with Facebook all.js seeing this issue?
>
> - John Sun