The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SPVM::Debug - Turn on debug mode

SYNOPSYS

  # Turn on debug mode
  use SPVM::Debug;

DESCRIPTION

SPVM::Debug turn on debug mode.

In debug mode, line number is printed in exception message. It is useful to know the line of exception.