liran.last@gmail.com (Liran Haimovitch)
- Login: liran.last@gmail.com
- Registered on: 11/01/2020
- Last sign in: 11/01/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/02/2020
-
07:58 AM Ruby Bug #17302: The TracePoint API does not allow setting multiple line traces within the same method (ISEQ)
- liran.last@gmail.com (Liran Haimovitch) wrote in #note-1:
> liran.last@gmail.com (Liran Haimovitch) wrote:
> ...
After some additional investigation, it seems that when adding multiple breakpoints to the same method (ISEQ) only the las...
11/01/2020
-
11:54 AM Ruby Bug #17302: The TracePoint API does not allow setting multiple line traces within the same method (ISEQ)
- liran.last@gmail.com (Liran Haimovitch) wrote:
> When setting a second line tracepoint within a method the first one will be turned off.
> ...
Attaching a short file to reproduce the bug, based on the existing `enable_spec.rb` in the R... -
10:19 AM Ruby Bug #17302 (Closed): The TracePoint API does not allow setting multiple line traces within the same method (ISEQ)
- While setting a tracepoint for a line for the second time within a method, the first one turns off.
I believe this is because the `encoded_iseq_trace_instrument` function resets the trace value of an instruction rather than just turni...