I think you are putting too much effort into the built-in debugger,
to debug javascript you must use firebug its best tool
This link is for the firebug addon, download and install the add-in a little less than 2 MB, and then you will like debugging .. :)
Edit: Selector in debugger
I searched for the answer to your specific question and found out about it
Web Console Method
Now you can debug, get items and get detailed information about the selector. (See Basic Usage )
You can directly access the variables defined on the page:
> $ function(selector, context){ return new jQuery.fn.init(selector,context); }
Please refer to the above link for more details ..
If the native console is not available, refer to this link , it says
On Microsoft Windows, you also need to start Firefox with the following command in order to have your own console:
firefox.exe -console
to enable firefox to run from the console.
Edit: log To register a checked item -> refere, this link is pprint () in this regard, which will also behave the same.
Also, the Console API refers to console.log
Hope this helps ..