Komodo 11 OSX, perl debugger not stopping at multi line statements. Run to cursor or break point.
For example:
my @clients
= map { $->{values}[0]{formattedValue} }
grep { $->{values}[0]{effectiveFormat}{backgroundColor}{blue} < 1 }
@{$hash->{sheets}[0]{data}[0]{rowData}};
UI should recognize non breakable lines and issue some kind warning. UI allows breakpoint to be set at “my @clients” Only breakable line is “= map { $_->{values}[0]{formattedValue} }”