cpicanco / stimulus_control

A teaching machine for free behavioral experiments
GNU General Public License v3.0
11 stars 7 forks source link

Implement debug logger #12

Closed cpicanco closed 9 years ago

cpicanco commented 9 years ago

It is about time...

cpicanco commented 9 years ago

One can use the built in console window (control + shift + o) on lazarus 1.2.6 to see debugln() outputs, from the uses LazLogger framework. To save this log run or build the application with the command line: --debug-log=<file> For more see http://wiki.lazarus.freepascal.org/LazLogger. debug1

cpicanco commented 9 years ago

One can use code templates for saving time. code templates

cpicanco commented 9 years ago

done. Next commit will show the logger in use.