Skip to content

feature: Stream Studio console output when Solo playtesting #26

@Ransomwave

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 of console output as close as possible to Studio
  • Add an option to toggle this functionality in the Plugin

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions