mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add doc for a_call
and a_return
events of TracePoint
This commit is contained in:
parent
75aae66c4f
commit
d5ae892519
Notes:
git
2021-11-09 17:10:56 +09:00
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@
|
|||
# +:raise+:: raise an exception
|
||||
# +:b_call+:: event hook at block entry
|
||||
# +:b_return+:: event hook at block ending
|
||||
# +:a_call+:: event hook at all calls (+call+, +b_call+, and +c_call+)
|
||||
# +:a_return+:: event hook at all returns (+return+, +b_return+, and +c_return+)
|
||||
# +:thread_begin+:: event hook at thread beginning
|
||||
# +:thread_end+:: event hook at thread ending
|
||||
# +:fiber_switch+:: event hook at fiber switch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue