<% if jump_to %> onLoad="if (location.hash == '') { location = location + <% print js_quote jump_to %>; }" <% endif %> <% else %> onLoad="update()" <% endif %> >
<% if running %><% else %>Run<% endif %><% if connected %><% else %>Quit<% endif %><% if running %><% else %>Step Over<% endif %><% if running %><% else %>Step In<% endif %><% if running %><% else %>Step Out<% endif %> <% if connected %> <% endif %>
<% if connected %>
<% if var_selected %>
<% foreach vars %> <% if visible %> <% print raw data %> <% endif %> <% end %>
<% print ucfirst type %> Vars <% if visible %> Hide Variables <% else %> Show Variables <% endif %>
<% elsif stderr_selected %>
<% print stderr %>
<% endif %> <% else %>
Waiting for debugger...
<% endif %>