-
Notifications
You must be signed in to change notification settings - Fork 4
LanguageServerRobot Monitoring application
Mayan Jean edited this page Mar 23, 2018
·
32 revisions
The TypeCobol.LanguageServer.Robot.Monitor is a WPF Graphical User Interface application, that is used to monitor TypeCobol.LanguageServerRobot application (LSR).
The application can be executed as a standalone application, for instance for replaying scripts, or displaying script. But its is intended to be launched by the LSR application itself using the -m or --monitoring option See: LanguageServerRobot User guide.
The Graphical User Interface of the monitor looks like this and its composed with the following parts:
- A menu bar
- A session, documents and scenarios(scripts) explorer.
- A Scenario attributes visualizer panel.
- An output view which displays all session messages exchanged betwwen the client and the server "via" LSR.
