| Line 3: | Line 3: | ||
* you use [[KDbg]] from our [[tools]] | * you use [[KDbg]] from our [[tools]] | ||
* you use [[add_trace]] | * you use [[add_trace]] | ||
| + | This program lets you modify your sourcecode so that an information is printed everytime the program enters a function. This is good if you do not know in which function your problem occurs. | ||
There are several ways to debug an existing program:
This program lets you modify your sourcecode so that an information is printed everytime the program enters a function. This is good if you do not know in which function your problem occurs.