First Terminal

    python3 examples/script_to_debug.py

Second terminal

    pymontrace -p "$(pgrep '[Pp]ython')" 'line:*/script_to_debug.py:13' 'pmt.print("a", a, "b", b)'
    Waiting for process to reach safepoint...
    Probes installed. Hit CTRL-C to end...
    a 4 b 3
    a 3 b 7
    a 7 b 1
    a 1 b 8
    a 8 b 0
    ^CRemoving probes...
    Waiting for process to reach safepoint...
    .


WARNING:

  - This is under early development and is in no way safe to use against
    production workloads.

  - The interface will change wildly without warning. There are no versioning
    guarantees at this point.
