| | |
Please explain debugging
![]() |
•
•
Join Date: Nov 2004
Posts: 7
Reputation:
Solved Threads: 0
•
•
•
•
Originally Posted by ALT-F4
Hey, I've been programming for sometime now and one thing I've never had to do is any sort of "debugging". I was just wondering if someone could help explain to me the process and the purpose of it. Thanks! :lol:
i use eclipse to work with java code.... it has a debugging feature that allows me to click on an icon that tells the compiler to read a line of code and it shows me the result on a seperate window. example: if i have a stack, and i want to populate the stack, then when i launch the debugger, it reads the code line by line, sooooo it creates my stack, and it shows it to me, then when i put something on the stack it shows me that too, so it will keep showing me things it does, when it reads a line of code.... and if the result on the other winows is not what should happen, then i know what line made it do that (the thing it was not suppose to do)..
hope this helps.....
ra2833
>I've been programming for sometime now and one thing I've never had to do is any sort of "debugging".
You're incredibly lucky then to have never made any kind of mistake in your programs. Debugging is the process of removing an error whether it be compile-time, run-time, link-time, or a problem with the program's logic.
You're incredibly lucky then to have never made any kind of mistake in your programs. Debugging is the process of removing an error whether it be compile-time, run-time, link-time, or a problem with the program's logic.
I'm here to prove you wrong.
Well, after writing a program I've always had some options: compile, run, debug, etc. Now granted, if syntax is off or something of that sort, then my programming environment pops up errors stating that it's "expecting a ; on line 17" or something to that effect. But I have never understood what the "debug button" did (for lack of a better term).
![]() |
Similar Threads
- Left Right Binary Exponentiation (C++)
- Unknown problem - Program exits during debugging (C++)
- urgent help in perl script (Perl)
- News Story: Debugging finds reverse gear (Software Development Job Offers)
- COM+: Can anybody explain COM+ Contexts... (VB.NET)
Other Threads in the Java Forum
- Previous Thread: Changing uppercase letter to lower case
- Next Thread: help? trying to compare input with symbol.
| Thread Tools | Search this Thread |
911 addball addressbook android api append applet application apps array arrays automation binary bluetooth businessintelligence button card character class client code collision component crashcourse css csv database eclipse ee error fractal free game gis givemetehcodez graphics gui html ide image integer integration j2me japplet java javaarraylist javadoc javafx javaprojects jni jpanel julia jvm linux list loan machine map method methods migrate mobile netbeans newbie objects oriented output panel phone physics problem program programming project projects radio recursion replaydirector reporting researchinmotion scanner se server service set sms software sort sql string swing test textfield threads transfer tree trolltech ubuntu utility windows






