mydebugger.py 文件源码

python
阅读 16 收藏 0 点赞 0 评论 0

项目:SublimeDebugger 作者: wvlia5 项目源码 文件源码
def bp_manager(filename):
    global breakpoints
    V = sublime.active_window().find_open_file(filename)
    if filename not in breakpoints:
        breakpoints.update({filename: {}})
    bps = breakpoints[filename]
    yield bps
    style = "string", "circle", sublime.DRAW_NO_FILL | sublime.DRAW_NO_OUTLINE
    V.add_regions("bp", [get_line(V, l - 1) for l in bps], *style)
    fill_view("Breakpoints", breakpoints_content())
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号