简体   繁体   中英

Page search and console.log doesn't work in JSBin

http://jsbin.com/oqojan/42/edit

I try to search term "path2curve" in Javascript-window, but only the first match is found, although the term exists on the Javascript-window few times.

I use Chrome version 22.0.1229.92 (Mac OS X 10.6.8). The same problem is with newest FF.

Ability to search within code is essential on developing. Now I have used a workaround to copy text to Ultraedit and find terms there and paste after modifications the code again in JSBin. I prefer JSBin over JSfiddle, because JSBin shows typed letters immediately and the text cursor moves as fast as it is moved. In JSFiddle if code is long (like Raphaël source), the hanging time can be seconds.

(by clicking arrow symbol in Chrome Console), although in other pages objects are traversable. (通过单击Chrome Console中的箭头符号),尽管在其他页面中对象也是可遍历的。

I know this is an old thread, but the searching problem I believe is fixed (or certainly when I test it in chrome, it yields the result). jsbin (as do many others) uses codemirror, which is where the problem was. It's since been upgraded, and I don't think it's a problem anymore.

Regarding the console.log - I'm not sure there's enough in your post to actually diagnose. I should add the custom console has been refactored recently and I know deep object exposure was updated. Please do give it another test if you can.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM