Module Simantics/Debug/Browser
This module is undocumented. This is a list of its definitions.
startDebugServer :: <Proc> ()
Starts the resource browser, an HTTP server bound to localhost on a free
port that serves a browsable view of the database, and prints its URL. If
the server is already running, prints the URL of the running server instead
of starting a second one.
stopDebugServer :: <Proc> ()
Stops the resource browser started by startDebugServer and prints the URL
it was serving. Prints a notice instead if no server is running.
|