makoto_tajitsu@hotmail.co.jp (Makoto Tajitsu)
- Login: makoto_tajitsu@hotmail.co.jp
- Registered on: 04/20/2018
- Last sign in: 12/29/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/30/2018
-
04:53 PM Ruby Bug #14702: On Ruby 2.5.1, tracepoint isn't working on the file that is loaded by load_iseq
- How is the issue?
In addition to above, I confirm the issue in following example that does not use 3rd party gem.
```ruby
#!/usr/bin/env ruby
# Write ruby file
File.write('./loaded_file.rb', 'puts :hello')
# load file and wri...
04/20/2018
-
10:03 AM Ruby Bug #14702 (Closed): On Ruby 2.5.1, tracepoint isn't working on the file that is loaded by load_iseq
- On Ruby 2.5.1, when loading file with RubyVM::InstructionSequence.load_from_binary, TracePoint callback event is not working on loaded file.
## Steps to reproduce
Ruby version.
```
$ ruby -v
# => ruby 2.5.1p57 (2018-03-29 revisi...