Support for legacy servers that use deprecated api?

This commit is contained in:
Ben Jackson 2018-05-26 18:52:33 +01:00
commit d814091692

View file

@ -232,6 +232,8 @@ class DebugSession( object ):
'path': file_name,
},
'breakpoints': breakpoints,
'lines': [ line for line in line_breakpoints.keys() ],
'sourceModified': False,
},
}
)