Support for legacy servers that use deprecated api?
This commit is contained in:
parent
76f26551fb
commit
d814091692
1 changed files with 2 additions and 0 deletions
|
|
@ -232,6 +232,8 @@ class DebugSession( object ):
|
|||
'path': file_name,
|
||||
},
|
||||
'breakpoints': breakpoints,
|
||||
'lines': [ line for line in line_breakpoints.keys() ],
|
||||
'sourceModified': False,
|
||||
},
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue