Skip to content

Commit be0306d

Browse files
committed
bam
1 parent 181e67d commit be0306d

File tree

5 files changed

+0
-80
lines changed

5 files changed

+0
-80
lines changed

v5-unity/c.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -102,22 +102,6 @@
102102
<button style="margin-left: 20px;" id="liveModeBtn" class="bigBtn" type="button">Live Programming Mode <font color="#e93f34">(NEW!)</font></button>
103103
</p>
104104

105-
106-
<div id="optionsPane" style="margin-top: 20px; line-height: 150%;">
107-
<select id="cumulativeModeSelector" style="display: none;">
108-
<option value="false">hide exited frames [default]</option>
109-
<option value="true">show all frames (Python)</option>
110-
</select>
111-
<select id="heapPrimitivesSelector" style="display: none;">
112-
<option value="false">inline primitives &amp; nested objects [default]</option>
113-
<option value="true">render all objects on the heap (Python/Java)</option>
114-
</select>
115-
<select id="textualMemoryLabelsSelector" style="display: none;">
116-
<option value="false">draw pointers as arrows [default]</option>
117-
<option value="true">use text labels for pointers</option>
118-
</select>
119-
</div>
120-
121105
<div id="exampleSnippets"></div>
122106

123107
</div>

v5-unity/cpp.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -102,22 +102,6 @@
102102
<button style="margin-left: 20px;" id="liveModeBtn" class="bigBtn" type="button">Live Programming Mode <font color="#e93f34">(NEW!)</font></button>
103103
</p>
104104

105-
106-
<div id="optionsPane" style="margin-top: 20px; line-height: 150%;">
107-
<select id="cumulativeModeSelector" style="display: none;">
108-
<option value="false">hide exited frames [default]</option>
109-
<option value="true">show all frames (Python)</option>
110-
</select>
111-
<select id="heapPrimitivesSelector" style="display: none;">
112-
<option value="false">inline primitives &amp; nested objects [default]</option>
113-
<option value="true">render all objects on the heap (Python/Java)</option>
114-
</select>
115-
<select id="textualMemoryLabelsSelector" style="display: none;">
116-
<option value="false">draw pointers as arrows [default]</option>
117-
<option value="true">use text labels for pointers</option>
118-
</select>
119-
</div>
120-
121105
<div id="exampleSnippets"></div>
122106

123107
</div>

v5-unity/javascript.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -102,22 +102,6 @@
102102
<button style="margin-left: 20px;" id="liveModeBtn" class="bigBtn" type="button">Live Programming Mode <font color="#e93f34">(NEW!)</font></button>
103103
</p>
104104

105-
106-
<div id="optionsPane" style="margin-top: 20px; line-height: 150%;">
107-
<select id="cumulativeModeSelector" style="display: none;">
108-
<option value="false">hide exited frames [default]</option>
109-
<option value="true">show all frames (Python)</option>
110-
</select>
111-
<select id="heapPrimitivesSelector" style="display: none;">
112-
<option value="false">inline primitives &amp; nested objects [default]</option>
113-
<option value="true">render all objects on the heap (Python/Java)</option>
114-
</select>
115-
<select id="textualMemoryLabelsSelector" style="display: none;">
116-
<option value="false">draw pointers as arrows [default]</option>
117-
<option value="true">use text labels for pointers</option>
118-
</select>
119-
</div>
120-
121105
<div id="exampleSnippets"></div>
122106

123107
</div>

v5-unity/ruby.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -102,22 +102,6 @@
102102
<button style="margin-left: 20px;" id="liveModeBtn" class="bigBtn" type="button">Live Programming Mode <font color="#e93f34">(NEW!)</font></button>
103103
</p>
104104

105-
106-
<div id="optionsPane" style="margin-top: 20px; line-height: 150%;">
107-
<select id="cumulativeModeSelector" style="display: none;">
108-
<option value="false">hide exited frames [default]</option>
109-
<option value="true">show all frames (Python)</option>
110-
</select>
111-
<select id="heapPrimitivesSelector" style="display: none;">
112-
<option value="false">inline primitives &amp; nested objects [default]</option>
113-
<option value="true">render all objects on the heap (Python/Java)</option>
114-
</select>
115-
<select id="textualMemoryLabelsSelector" style="display: none;">
116-
<option value="false">draw pointers as arrows [default]</option>
117-
<option value="true">use text labels for pointers</option>
118-
</select>
119-
</div>
120-
121105
<div id="exampleSnippets"></div>
122106

123107
</div>

v5-unity/typescript.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -102,22 +102,6 @@
102102
<button style="margin-left: 20px;" id="liveModeBtn" class="bigBtn" type="button">Live Programming Mode <font color="#e93f34">(NEW!)</font></button>
103103
</p>
104104

105-
106-
<div id="optionsPane" style="margin-top: 20px; line-height: 150%;">
107-
<select id="cumulativeModeSelector" style="display: none;">
108-
<option value="false">hide exited frames [default]</option>
109-
<option value="true">show all frames (Python)</option>
110-
</select>
111-
<select id="heapPrimitivesSelector" style="display: none;">
112-
<option value="false">inline primitives &amp; nested objects [default]</option>
113-
<option value="true">render all objects on the heap (Python/Java)</option>
114-
</select>
115-
<select id="textualMemoryLabelsSelector" style="display: none;">
116-
<option value="false">draw pointers as arrows [default]</option>
117-
<option value="true">use text labels for pointers</option>
118-
</select>
119-
</div>
120-
121105
<div id="exampleSnippets"></div>
122106

123107
</div>

0 commit comments

Comments
 (0)