I know you can specify code to be run in a wide variety of situations like when an exception is throw, method is executed, method is called, etc.
Is there any way that I can specify code to be run after every single line of execution of a given method?