示例#1
0
 public ShowStacksJob(IDebugSessionTarget target)
 {
     this.target      = target;
     ShowStackObjects = target.Exclusive;
 }
示例#2
0
 public ShowHeapJob(IDebugSessionTarget target)
 {
     this.target = target;
 }