rDr4g0n/JsDebuggr

use is_visible() to enable/disable context commands

Closed this issue · 1 comments

use is_visible() to enable/disable context commands

this will require all the commands in JsDebuggr method to be split up into their own TextCommands... just thinking out loud here

persistent (if this buffer is being tracked of course)

  • remove all
  • enable all
  • disable all

if there is no breakpoint

  • add breakpoint
  • add conditional breakpoint

if there is a breakpoint

  • remove breakpoint

if there is an existing, enabled breakpoint

  • disable breakpoint

if there is an existing, disabled breakpoint

  • enable breakpoint

if there is an existing conditional breakpoint

  • edit condition