You could install DebugBar on IE and if you have a javascript debugger installed (the Script debugger comes with MS Office). You can type in the javascript part of the DebugBar something like this:
debugger; new fbjs_fbml_string(’test’);
And then you can step through the code to see exactly what it's doing.