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::Core::Document::Cookbook - SPVM Cookbook, Many Examples(BETA before 1.0)

Debug mode

If you want to see Line Number which exception occur, use SPVM::Debug.

  use SPVM::Debug;

Line number which exception occur is printed to exception message.

For example:

  0 division (int / int)
    from TestCase::exception_zero_divide_int() at /home/kimoto/labo/SPVM/t/lib/SPVM/TestCase.spvm line 26