Skip to content

Commit a9c4dc9

Browse files
committed
We don't need to check the parent session is connected, we'll only find anything if there's a connected session
1 parent 8346a11 commit a9c4dc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python3/vimspector/debug_session.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,6 @@ def OnDisassemblyWindowScrolled( self, win_id ):
999999

10001000

10011001
@ParentOnly()
1002-
@IfConnected()
10031002
def AddDataBreakpoint( self, opts, buf = None, line_num = None ):
10041003
# Use the parent session, because the _connection_ comes from the
10051004
# variable/watch result that is actually chosen

0 commit comments

Comments
 (0)