Posts Tagged ‘debugging’

Debugging .NET Framework

January 17th, 2008 by Martin

I wrote a post about this great news for all .NET/Mono developers. Today I came across Shawn Burke’s post about how to configure Visual Studio 2008 to use these symbols. I gave it a try and it works nicely. Great post!

 Tags

Joe Hewitt wrote an interesting article about JavaScript debugging with Firebug

January 21st, 2007 by Martin

From the article:

Firebug, an extension I wrote for the Firefox, makes web development much easier. Combined with your favorite text editor, Firebug is a great IDE for JavaScript/AJAX technologies. Read full article here.

 Tags

The NetBeans Profiler

September 2nd, 2006 by Martin

The NetBeans Profiler is based on a research project from Sun Laboratories. That research uncovered specific techniques that can be used to lower the overhead of profiling a Java application. One of those techniques is dynamic bytecode instrumentation, which is particularly useful for profiling large Java applications. Using dynamic bytecode instrumentation and additional algorithms, the NetBeans Profiler is able to obtain runtime information on applications that are too large or complex for other profilers. In addition, its dynamic capability means that profiling can be turned on and off for different parts of your application without requiring a restart. More info can be found here .

 Tags
Text size: A A