8000 Add support for breakpoints in debugger · Issue #163 · CDCgov/ixa · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Add support for breakpoints in debugger #163
Closed
@k88hudson-cfa

Description

@k88hudson-cfa

Breakpoints should persist for the session.

  • breakpoint set <t>]

    Set a breakpoint a given time

    Example: breakpoint set 4.0

  • breakpoint list

    List all active breakpoints.

  • breakpoint delete [<id> | --all]

    Delete the breakpoint with the specified id.
    Providing the --all option removes all breakpoints.

    Example: breakpoint delete 1

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0