diff --git a/lib/php-debug.coffee b/lib/php-debug.coffee index d255c7b..0569dfc 100644 --- a/lib/php-debug.coffee +++ b/lib/php-debug.coffee @@ -340,6 +340,7 @@ module.exports = PhpDebug = if bp.getPath() == path && bp.getLine() == line breakpoint = bp break + return if !breakpoint @settingsView = new BreakpointSettingsView({breakpoint:breakpoint,context:@GlobalContext}) @settingsView.attach()