Jump to content

debugger

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
whoda

whoda

    Newbie

  • Members
  • Pip
  • 9 posts
Hello,

What is a good debugger to use? Where can it be downloaded from?

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
It depends on what language, compiler, etc you are using. GDB is pretty good, but won't help with VB.NET, for example.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
whoda

whoda

    Newbie

  • Members
  • Pip
  • 9 posts
WingedPanther,

Thanks for your response. What kind of debugger would you use
for Web programming languages (html, css, and jscript)?

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog