File: frame_debug.pih

package info (click to toggle)
karrigell 2.3.2-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 6,484 kB
  • ctags: 4,167
  • sloc: python: 18,122; ansic: 370; sh: 129; makefile: 53; xml: 29
file content (14 lines) | stat: -rw-r--r-- 344 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<%
import k_config
if k_config.debug is False:
    raise SCRIPT_END
import debugger.k_debugger
error=debugger.k_debugger.Errors[_key]
%>
<head>
<title>Debugging <%= error.script.basename %></title>
</head>
<frameset cols="50%,*">
    <frame src="/debugger/fileShow?key=<%= _key %>">
    <frame src="/debugger/debug?key=<%= _key %>">
</frameset>