esReven Project Manager

Workflow - Analyze

Bug report (Scenario)

Analyze My First Tutorial Scenario

Status: Replayed completely

Reven running on port 14000 (PID: 1297595, details).

# Python script to connect to this scenario:

from reven2.preview.project_manager import ProjectManager
pm = ProjectManager("https://reven:8880/")
server = pm.get_server_by(name="My First Tutorial Scenario")

# Do stuff...

try:
    pm.close_server(server)
except Exception as e:
    print("Closing server: ", e)

Status Start date Actions
Axion (Show in browser) Saturday, July 6, 2024, 9:31:40 AM Details

You can manually upload PDB files for this scenario if necessary - See details