Oskar Gewalli's blog articles

0
comment
on 12/8/2009 11:22 AM
Had some problems starting the debugger with IE8 installed. The solution is presented in a forum:Disable addons by choosing browse with:“C:\Program Files\Internet Explorer\iexplore.exe” -extoff
>> Read the full article
.
0
comment
on 9/3/2009 11:46 PM
Why Assert.Fail? Some might find it negative. Perhaps it is. The way I use it is more like a clean slate:public void FooTest(){ Assert.Fail();}It’s the starting point of many tests. Same as methods:public void Foo(){ throw new NotImplementedException();}It’s a clean canvas for your implementation.
>> Read the full article
.
0
comment
on 7/18/2009 12:55 PM
How do you debug javascript in IE? Before IE 8 you could use fiddler and the visual studio debugger.There was a plugin for IE so that you could get a developer toolbar with some extended script debugging. As of IE8 a toolbar is built in and can be reached by pressing F12.
>> Read the full article
.
0
comment
on 7/18/2009 12:55 PM
How do you debug JavaScript in IE? Before IE 8 you could use fiddler and the visual studio debugger. There was a plugin for IE so that you could get a developer toolbar with some extended script debugging. As of IE8 a toolbar is built in and can be reached by pressing F12.
>> Read the full article
.
0
comment
on 7/18/2009 11:17 AM
How do you debug code in Firefox? The answer is that you use one of two eminent plugins: Firebug Venkman
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper