Actions
Bug #15471
closed-e and specified file does not kick script_compiled TracePoint event
Bug #15471:
-e and specified file does not kick script_compiled TracePoint event
Description
Of course, ruby -e ... or ruby script.rb compile given ruby script. But script_compiled event is not kicked.
$ ruby -r sample x.rb
We can put TracePoint in sample library but we can't get script_compiled event on -e or given x.rb file. It should be a bug.
Actions