WebDebug provides a set of web development tools to help test and debug web sites. WebDebug allows capturing HTTP / HTTPS traffic, displays JavaScript logging, and includes a JavaScript console for evaluating JavaScript expressions.
Features:
Integrated Browser
● Add bookmarks for your favorite sites
● Supports HTTP authentication
HTTP Capture
● Capture HTTP/HTTPS requests and responses
● View status codes, headers, cookies, and content
● Content is displayed as text or image formats
● Search content to validate your JSON data
● Email content data
Logging
● Display JavaScript window.console logging output
● Supports log, debug, info, warn, and error logging levels
● Supports a trace method for logging stack traces
Console
● Integrated JavaScript console for evaluating JavaScript expressions
● Results are displayed in the log window.