debug

JConsole – Monitor Remote Machine Process (tomcat)

The JConsole graphical user interface is a monitoring tool that complies to the Java Management Extensions (JMX) specification. JConsole uses the extensive instrumentation of the Java Virtual Machine (Java VM) to provide information about the performance and resource consumption of applications running on the Java platform. Jconsole is very useful in monitoring performance of JVM [...]


Fiddler – Web Debugging Proxy

What is Fiddler? 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, and can be extended using any .NET language. Fiddler is freeware [...]


Debug Java Application using JPDA – Eclipse

Debugging is needed when ever you are not sure of the problem in your code and even logs are not helping enough. Some times you need to debug remote Java processes as well to check the issues in execution of code. Java Platform Debugger Architecture (JPDA) technology solves this problem for us and you can [...]


Firebug Lite : Firebug for all browsers (IE, Opera, Safari)

I am sure very few people are on the earth who are doing web development and do not know about Firebug. It is an excellent add-on of Mozilla Firefox which is a developer tool and helps in real way in debugging java script, HTML and CSS issues. As it runs as an add-on of Mozilla [...]


Firebug: Javascript/HTML/CSS Development

Firebug: Javascript Development Made Easier View more presentations from Binny V a. (tags: firebug javascript) More information at http://getfirebug.com