Skip to content

feature: Stream Studio console output when Solo playtesting #26

Description

@Ransomwave

We should add an option to stream Roblox Studio's console output nicely to the terminal.

Roblox provides several interfaces that let you intercept output messages

We should

  • Detect when you start a Solo Test session, and stream the contents like so:
==== STUDIO OUTPUT ====
... contents ...
========================
  • Convert Roblox filepaths to filesystem paths using the sourcemap
Script 'game.ServerScriptService.MyModule', Line 42 - attempt to index nil

Azul would print:

Script sync/ServerScriptService/MyModule.server.luau:42 - attempt to index nil
  • Keep formatting and coloring of console output as close as possible to Studio
  • Add an option to toggle this functionality in the Plugin

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions