1

Is there a way to tell Shark to attach to a process (by name) immediately as it sees it running ?

Stefano Borini
  • 138,652
  • 96
  • 297
  • 431

1 Answers1

0

That wouldn't be a very useful feature, since you can't predict how much time would pass between the program starting and Shark being able to attach to it. Why don't you have Shark launch the program instead?

LaC
  • 12,624
  • 5
  • 39
  • 38