| 443 | from _pydevd_bundle import pydevd_api |
| 444 | |
| 445 | class _DummyPyDB(object): |
| 446 | source_mapping = SourceMapping() |
| 447 | api_received_breakpoints = {} |
| 448 | file_to_id_to_line_breakpoint = {} |
| 449 | file_to_id_to_plugin_breakpoint = {} |
| 450 | breakpoints = {} |
| 451 | |
| 452 | source_mapping = _DummyPyDB.source_mapping |
| 453 |