Programming Archive
Three Debugging Proxies to decode HTTP and HTTPS streams
0 Comments Published by cjlise May 30th, 2007 in Network, Software, Programming, WebThere are several ways to debug and analyze web applications. The first approach is to use network sniffers like wireshark. The problem with sniffers is that they are not so easy to use, and by default they capture all the network traffic. If the interest is only HTTP streams, it is required to add filters […]
Today, I wanted to deactivate Dr Watson on my PC (Windows XP-SP2) and it tooks me some time to find the relevant information to do that. The interesting thing is that, I found some very useful information about the debugger:
Description of the Dr. Watson for Windows (Drwtsn32.exe) Tool: This article describes the Dr. Watson for […]
How to print a clean stack trace of a windows dump file with Windbg?
0 Comments Published by cjlise March 7th, 2007 in Software, Programming
The magic command to print the stack trace of a windows dump file with Windbg debugger is:
!analyze -v
Crash dump analysis blog offers other tips and detailed explanations on crash analysis.
10-Week Free AJAX Programming Online Course
0 Comments Published by jose.lise August 5th, 2006 in Programming, Uncategorized
Sang Shin from Sun Microsystems offers a 10-week online course on AJAX programming. The course started on august 4th but you may still register here. The material provided is of great quality. The course description says:
What is it like to take this course online?
Online attendees of this course are expected to do the course work as […]
