예제 #1
0
 void UpdateStoresInBackground()
 {
     threadsStore.UpdateTree(ref abortBackgroundThread);
     callstackStore.UpdateTree(ref abortBackgroundThread);
     localsStore.UpdateTree(ref abortBackgroundThread);
     breakpointsStore.UpdateTree(ref abortBackgroundThread);
 }