Hello,
What is a good debugger to use? Where can it be downloaded from?
debugger
Started by whoda, Apr 25 2009 04:47 PM
3 replies to this topic
#1
Posted 25 April 2009 - 04:47 PM
|
|
|
#2
Posted 25 April 2009 - 06:05 PM
It depends on what language, compiler, etc you are using. GDB is pretty good, but won't help with VB.NET, for example.
#3
Posted 27 April 2009 - 10:30 AM
WingedPanther,
Thanks for your response. What kind of debugger would you use
for Web programming languages (html, css, and jscript)?
Thanks for your response. What kind of debugger would you use
for Web programming languages (html, css, and jscript)?
#4
Posted 27 April 2009 - 10:41 AM
html is not a programming language. Your browser's error log may report errors. If you use firefox as your browser, you can use add-ons such as firebug, Web Developer, CSS Validador, and JavaScript Debugger to help you find errors in your HTML, CSS, and JavaScript. In particular, Firebug + JavaScript debugger can debug JavaScript as it executes with breakpoints and watches.


Sign In
Create Account

Back to top









