Posts Tagged ‘debugging’
-
Sideloading a Windows 8 app onto a Surface
Comments OffJanuary 25, 2013 by atxryan
I loaned my Surface to a developer to test his game on today and I realized I’d never actually side-loading …
keep readingCategory Microsoft, Tech Tips | Tags: debugging, remote debugging, visual studio, Windows 8
-
Tutti – Interactively run Javascript on multiple browsers
Comments OffDecember 11, 2010 by atxryan
When you enter a Javascript command, it is immediately sent to each browser that's connected to the room. Each browser then eval() the Javascript within an iframe sandbox and then send the result back not only to the originating browser, but to ea…
Category Shared | Tags: console, debugging, javascript, Shared, testing
-
The Jsure Javascript checker
Comments OffJune 23, 2010 by atxryan
Category Shared, Web | Tags: debugging, javascript, lint, programming, Shared, tools
-
Fiddler Web Debugger
Comments OffJanuary 13, 2010 by atxryan
Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP(S) traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem.
Category Shared | Tags: debugging, http, programming, proxy, Shared, testing, tools, windows

