{{extend 'layout.html'}} {{block sectionclass}}debug{{end}}

{{=T("Breakpoints")}}



{{for bp in breakpoints:}} {{pass}}
{{=T("Delete")}} {{=T("Filename")}} {{=T("LineNo")}} {{=T("Temporary")}} {{=T("Condition")}} {{=T("Hits")}}
{{=bp['filename']}} {{=A(bp['lineno'],_href="#",_onclick="collapse('%s');" % bp['number'])}} {{=bp['temporary']}} {{=bp['condition']}} {{=bp['hits']}}
{{=CODE(open(bp['path']).read(), language='python', link=None, highlight_line=bp['lineno'], context_lines=10)}}
  • You can also set and remove breakpoint in the edit window, using the Toggle Breakpoint button