pub fn read_session_json(path: impl AsRef<Path>) -> Result<Session, Error>
Re-exported runtime and session types from dbgflow-core. Reads a session from a JSON file.
dbgflow-core