Show JS console on iPad, how?

Can anyone guide me on how to see the JavaScript console (and more generally, use the debugging tools) on my (for my) iPad? I believe this is done by cabling the iPad to a Mac and then using the Develop menu in Safari. The part I’m stuck on is how to show the console for the iPad as opposed to for the Mac. TIA!

Sorry for the bandwidth; I cannot see how to delete this but I did figure out myself to choose the device name from the Develop menu and then select the site for which I want to show the Inspector.

Did you look at webkit remote debugging protocol? It seems they know people want a debugger for their iPad but still no real world native iPad remote debugger is available out there.

But don’t get disappointed, there is a tool called weinre that doing what webkit folks willing to do in the future right now!