If you use Chrome or Chromium, looks at the bottom of your developer console, where the string <top frame>
appears. Click on it and select result(fiddle.jshell.net)
. This will change the current scope of the browser and you can access to all the global variables. Also, remember to change the loading option in jsFiddle to no wrap
if you want to access var
variables, too.
UPDATE: 2014.12.01
With Firefox (34+) and the new Firefox Developer Edition, it's possibile to do the same by enabling the Select a frame as the currently targeted document extra tool into the developer tools, then click on it and select http://fiddle.jshell.net/_display/
.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…