- Project: https://github.com/vrurg/raku-Vikna/tree/for-comma-debug
- Rakudo stack is built with
./Configure.pl --gen-moar --gen-nqp --backends=moar
– nothing specific - Just in case, as the project needs chained dispatchers, there is a branch
v-dispatcher
for it in either the main rakudo repo or in my fork at https://github.com/vrurg/rakudo/tree/v-dispatchers - A breakpoint is set in
lib/Vikna/EventHandling.rakumod
. Basically any line within!run-ev-loop
method is ok. Last time it was line 58. - The script I'm using for testing is
t/desktop/010-screen-resize.t
- The debugging can be configured with option start suspended set to any on or off, makes no difference. I usually start suspended, so my scenario is based on this.
What happens: