Sha256: e6e1b38ef5587701fcb69ab48fa30f402191c705644f6039b6b6b816c869ffd6

Contents?: true

Size: 1.88 KB

Versions: 3

Compression:

Stored size: 1.88 KB

Contents

<div id="rubyCodeBrowser" class="ui-widget-content">
  <div id="toolBar">
    <div id="dialog" title="Enter debugger service Url">
      <form action="post">
        <fieldset class="ui-helper-reset">
          <legend>Start a new debugging session in a tab</legend>>
          <label for="tab_server">Server</label><br/>
          <input type="text" name="tab_server" id="tab_server" value="http://localhost:4567"
                 class="ui-widget-content ui-corner-all" />
        </fieldset>
      </form>
    </div>

    <button id="add_tab">Start Session</button>
    <button id="clone_tab">Clone Session</button>
  </div>
  <div id="mainContent">
    <div id="tabs">
      <ul>
        <li><a href="#tabs-1">Help</a></li>
      </ul>
      <div id="tabs-1" class="ui-tabs-panel ui-widget-content ui-corner-bottom">
        <p>
          <em>This is the MagLev WebTools Debugger</em>
          Click on "Start Session" to open connect to a debugging session.
        </p>
      </div>
    </div>
    <div id="tab_content_template" style="display:none">
      <label for="process-select-box">Available Processes</label>
      <select name="process-select-box">
        <option value="">---</option>
      </select>
      <div class="info-bar"></div>
      <div class="frame-list"></div>
    </div>
  </div>
  <div id="objectInspector" class="hidden">
    <table id="objInfo" class="objTable">
      <caption>Object Info</caption>
      <tbody>
        <tr><th>Class</th><td id="objInfoClass"></td></tr>
        <tr><th>Object ID</th><td id="objInfoId"></td></tr>
        <tr><th>Value</th><td id="objInfoValue"></td></tr>
      </tbody>
    </table>
    <table id="objInstVars" class="objTable">
      <caption>Instance Variables</caption>
      <tbody></tbody>
    </table>
    <table id="objEnumValues" class="objTable">
      <caption>Enumerated Values</caption>
      <tbody></tbody>
    </table>
  </div>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
maglev-webtools-1.0.2 views/debugger.rhtml
maglev-webtools-1.0.1 views/debugger.rhtml
maglev-webtools-1.0 views/debugger.rhtml