English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

5 answers

yes, debugging is how you find run-time errors in applications, during and after development, but break just means stop, it's the point where the debugger stops executing the program code (not script, usually debuggers (after development) work in the assembly language) so you can see what it's doing or what it's about to do, you can set "break points" at certain portions of the code, this is how cracking is done, and keygens are made, you set a break point for a certain type of action which occurs before and after a nagging reminder to pay for a program, then you remove that block of code, tidy it up, and you just got all the info you need to write a no-nag crack.

2006-12-08 00:18:34 · answer #1 · answered by Jeremy D 4 · 0 0

Debugging is a part of testing a SW application after you have designed and coded the program. Its aim is to remove errors from the program that might be occuring. A break is where an error occurs on a line in a program i.e. there is an error dus\ring the execution of the application on that specific line.

2006-12-08 08:03:26 · answer #2 · answered by Anonymous · 0 0

Debugging is a process of fixing any things that are causing errors or could potentially cause errors. A break is sometimes used to break up code into smaller segments so you can test smaller parts of the whole, and it's easier to isolate what's causing any problems that way.

2006-12-08 07:58:30 · answer #3 · answered by ? 3 · 0 0

Debugging is editing the program's script to fix the error. break is just a command in the program. Unless u are a programmer don't mess with those stuff.

2006-12-08 07:58:49 · answer #4 · answered by aviationalyours 2 · 0 1

i had that message too before , i think that means correcting an error in the system or so

2006-12-08 07:58:12 · answer #5 · answered by silverearth1 7 · 0 0

fedest.com, questions and answers