Allow configuration of which breakpoint types should be offered for the offline debugger

Issue #2407 new
Scott Wells repo owner created an issue

This was requested via a discussion on Twitter (still not ready to call it “X”), but basically a user only cares to use local breakpoints (vs. server checkpoints that can produce heap dumps, execute ad hoc scripts, etc.), and having to choose between the two every time is onerous.

When multiple breakpoint types are available for a given line, the user will be prompted, so the only real option is to provide a debugger configuration option that determines which types of breakpoints are offered with the default being both.

Comments (2)

  1. Kevin Poorman

    I was previously unaware of this issue forum, or I would have raised it here. Thanks for creating this ticket @Scott Wells .

  2. Log in to comment