Skip to content

[#292] Morley logs and error reporting in DAP

Description

Problem: Running of the contract may produce trace messages, and also fail with an error. These should be reported to VSCode using OutputEvent.

Solution: Change handleRequest so that a NextRequest generates an OutputEvent in case of a log or an error. Also, in case of an error, it's now reported an "exception" in a StoppedEvent as well.

Related issue(s)

Resolves #292 (closed)

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:
    • I updated changelog files of all affected packages released to Hackage if my changes are externally visible.

Stylistic guide (mandatory)

Edited by Heitor Toledo Lassarote de Paula

Merge request reports