trebroN&OX, Radau, Hamburg











fotos und bilder // _trebroN&OX_ // 28.11.2oo3 – radau – st.pauli – hamburg // plaetzchen und pletzchen // radau von vorne // mod mit a // lampe // lampe mit strich // “sehen sie mal meinen musikwunsch!” // backwaren // mozartkugeln // das soll ich sein! // kommt erst und hat schon ein bier in der hand? // aha! // so naemlich! // photos copyright © frickel #at# trebron.net

Omniscient Debugging

“Omniscient Debugging is the idea of collecting "time stamps" at each "point of interest" (setting a value, making a method call, throwing/catching an exception) in a program and then allowing the programmer to use those time stamps to explore the history of that program run. The ODB is an implementation of this idea written in Java. It inserts code into the .class files to collect these stamps and when the program runs, time stamps are recorded.”

http://www.lambdacs.com/debugger/ODBDescription.html