ProjectController.py
changeset 1364 e9e17d3b2849
parent 1363 e87e0166d0a7
child 1365 debc97102b23
equal deleted inserted replaced
1363:e87e0166d0a7 1364:e9e17d3b2849
  1266         if IECdebug_data is None:
  1266         if IECdebug_data is None:
  1267             IECdebug_data  = [
  1267             IECdebug_data  = [
  1268                     WeakKeyDictionary(), # Callables
  1268                     WeakKeyDictionary(), # Callables
  1269                     [],                  # Data storage [(tick, data),...]
  1269                     [],                  # Data storage [(tick, data),...]
  1270                     "Registered",        # Variable status
  1270                     "Registered",        # Variable status
  1271                     None,
  1271                     None]                # Forced value
  1272                     buffer_list]                # Forced value
       
  1273             self.IECdebug_datas[IECPath] = IECdebug_data
  1272             self.IECdebug_datas[IECPath] = IECdebug_data
  1274         
  1273         
  1275         IECdebug_data[0][callableobj]=(args, kwargs)
  1274         IECdebug_data[0][callableobj]=(args, kwargs)
  1276 
  1275 
  1277         self.IECdebug_lock.release()
  1276         self.IECdebug_lock.release()