Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Breakpoint expiry not working when talking to Firebase Backend #72

@jasonborg

Description

@jasonborg

In Snapshot Debugger mode (talking to a Firebase backend), currently breakpoint expiry is not working. There are two issues:

  • The backend client implementation is expected to periodically call on_idle, which triggers the breakpoint expiration checks. However the FirebaseClient is currently not calling it
  • The GetExpirationTime method in the PythonBreakpoint class is currently looking for a createTime field, however in the Firebase backend case, the field is called createTimeUnixMsec, and it has a different format.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions