Skip to content

Make call frame boundaries explicit in VM trace #4986

@ashddev

Description

@ashddev

This is a sub-task of #1711

The idea is to have the call frame output look similar to:

----------------- Call Frame foo -----------------
Time     Opcode        Operands      Stack
1μs      PushLiteral   0             ["hello"]
3μs      Return                      ["hello"]
----------------- Call Frame bar -----------------
Time     Opcode        Operands      Stack
134μs    GetPropertyByName 0004:'test'  ["hello"]

Metadata

Metadata

Assignees

Labels

C-CLIIssues and PRs related to the Boa command line interface.C-VMIssues and PRs related to the Boa Virtual Machine.

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions