Skip to content

Display of variables #118

@ncannasse

Description

@ncannasse

It would be nice to be able to display a value on screen using the debugger.

  • we would need to pause the debugger
  • then use $disp(expr) as a watch expression
  • this would store the variable info into the VM
  • the app would be able to retrieve which vars are displayed and show them onscreen, and update them each frame

A simpler version would be $trace(variable), which would put a watch break on variable change, then trace it after each change in stdout and resume the process. That would give one trace per change (no need for game/app support)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions