Re: Hints on javascript debugging

2014-11-26 Thread Chris Mylonas
tapestrians, (MG that was a good one!) HAR in chrome dev-tools sounds handy for tapestry-security related stuff, no? (wrapping up all the meta info e.g. cookies, and being able to open in an editor for viewing) I watched a couple of youtube vids by Ilya Grigorik (JQueryUK 2013 in particul

Re: Hints on javascript debugging

2014-11-24 Thread Chris Mylonas
Sounds like some reconnaissance work is involved by lurking in some requirejs hangouts Anyone know where is good? That modern ie stuff would have been handy 10 years ago as a f/oss zealot :) I'm on a Mac mainly for shift + cmd + 4 shortcut - great for documentation! On 24/11/2014 10:28 pm, "Charl

Re: Hints on javascript debugging

2014-11-24 Thread Charlouze
I develop on Ubuntu so I can't use ietester. If you need to test things on ie you can download preconfigured VM (for virtualbox) on modern.ie. As for the side effect you are talking about, it's true that it is sometimes hard to find where does an exception occured because of a requirejs try/catch

Re: Hints on javascript debugging

2014-11-23 Thread Paul Stanton
I find chrome debugger easier to use and faster than firebug. I used firebug for years before finding chrome more efficient. Once everything works in chrome I take it through firefox+firebug, and then IE tester for multiple versions of ie (we support 8+). I rarely find any issues in safari et

Re: Hints on javascript debugging

2014-11-19 Thread Chris Mylonas
No trying yet, I'm pretty sure firebug/devtools would suffice. My initial request would probably be satisfied with a simple gg search "javascript debugging accordion" and getting lucky with a video of someone showing their 1337 browser skills - i hadn't imagined remote json debugging of dom

Re: Hints on javascript debugging

2014-11-19 Thread Charlouze
Have you tried the remote debugging tool also ? 2014-11-18 21:20 GMT+01:00 Chris Mylonas : > Thanks charlie > > That mobile testing is quite extreme/thorough looking. I've just been > resizing the browser like a caveman hehe >

Re: Hints on javascript debugging

2014-11-18 Thread Chris Mylonas
Thanks charlie That mobile testing is quite extreme/thorough looking. I've just been resizing the browser like a caveman hehe

Re: Hints on javascript debugging

2014-11-18 Thread Charlouze
Hey Chris, I don't know what other people use but i found the chrome dev tool (F12 to open it) very easy to use. It can even help you debug on your mobile if you use android with chrome too. There is an integrated remote debugging that