Changeset 1895

Show
Ignore:
Timestamp:
17/11/08 22:41:18 (8 weeks ago)
Author:
duncan
svm:headrev:

cc3e1ea1-1e01-0410-8d68-8b121e83a9d5:11177
Message:

Added some debugging code

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • freevo/src/audio/player.py

    r1869 r1895  
    4040benchmarking = config.DEBUG_BENCHMARKING 
    4141benchmarkcall = config.DEBUG_BENCHMARKCALL 
     42 
     43if config.DEBUG_DEBUGGER: 
     44    import pdb, pprint, traceback 
    4245 
    4346_player_ = None 
     
    134137        global _player_ 
    135138        _player_ = None 
    136  
    137139        self.player.stop() 
    138140        self.running = False