Debugger
From APIDesign
(Difference between revisions)
(New page: Debugger is a program that helps to find out what other programs are doing.) |
|||
Line 1: | Line 1: | ||
- | [[wikipedia:Debugger|Debugger]] is a program that helps to find out what other programs are doing. | + | [[wikipedia:Debugger|Debugger]] is a program that helps to find out what other programs are doing. Often people use debugger to understand why their own code does not do, what they would like it to do. However debugger is incredibly useful for other purposes as well. Here the story. |
+ | |||
+ | == Building [[Modular Systems]] == | ||
+ | |||
+ | == [[Cluelessness]] of an API User == | ||
+ | |||
+ | blackbox. google things out. | ||
+ | |||
+ | == Knowing Every Detail == | ||
+ | |||
+ | maven, NetBeans Platform (customer) and iOS, open source | ||
+ | |||
+ | == When Things Don't Happen == | ||
+ | |||
+ | originally for things went wrong, now often for things that don't happen. | ||
+ | |||
+ | == Use the Debugger. Stupid! == | ||
+ | |||
+ | |||
+ | |||
+ | [[TBD]] |
Revision as of 11:54, 10 July 2013
Debugger is a program that helps to find out what other programs are doing. Often people use debugger to understand why their own code does not do, what they would like it to do. However debugger is incredibly useful for other purposes as well. Here the story.
Contents |
Building Modular Systems
Cluelessness of an API User
blackbox. google things out.
Knowing Every Detail
maven, NetBeans Platform (customer) and iOS, open source
When Things Don't Happen
originally for things went wrong, now often for things that don't happen.