MoarVM::Remote

A library for working with the MoarVM remote debugging API

NAME

MoarVM::Remote - A library for working with the MoarVM remote debugging API

SYNOPSIS

# see examples in the test-suite for now

DESCRIPTION

A Raku library to interface with MoarVM's remote debugger protocol.

It's mostly a thin layer above the wire format, documented in the MoarVM repository

It exposes commands as methods, responses as Promises, and events/event streams as Supplies.

You can use the debug protocol with the Raku module/program App::MoarVM::Debug. Another application that supports the debug protocol is Comma.

AUTHOR

Timo Paulssen

COPYRIGHT AND LICENSE

Copyright 2011 - 2020 Timo Paulssen

Copyright 2021 - 2024 Raku Community

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

MoarVM::Remote v0.0.2

A library for working with the MoarVM remote debugging API

Authors

  • Timo Paulssen

License

Artistic-2.0

Dependencies

JSON::FastData::MessagePack

Test Dependencies

Provides

  • MoarVM::Remote

Documentation

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.