Skip to content

Commit

Permalink
PyScripter 3.3.0 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
pyscripter committed Mar 21, 2018
1 parent e0eb705 commit a899aee
Show file tree
Hide file tree
Showing 30 changed files with 63,267 additions and 1,051 deletions.
26 changes: 14 additions & 12 deletions Help/Source/callstackwindow.htm
Expand Up @@ -58,13 +58,19 @@
<div align="left">
<img alt="graphic" border="0" src="callstackwindow1.JPG" style="width:41.3em; height:10em"></div>
<div align="left">
<font color="#010101" face="Arial">
<span style="font-size: 12pt; font-family: Arial; color: #010101"><br>
<span style="display: inline !important; float: none; background-color: transparent; color: rgb(51, 51, 51); font-family: Arial,Tahoma,Helvetica,FreeSans,sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 18.2px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;">
<strong>Debugger commands</strong><br><br>The Resume command (F9) resumes
</div>
<div align="left">
<font color="#010101" face="Arial" size="2">
<span style="font-size: 10pt; font-family: Arial; color: #010101"><b>Debugger commands</b></span></font></div>
<div align="left">
</div>
<div align="left">
<font color="#010101" face="Arial" size="2">
<span style="font-size: 10pt; font-family: Arial; color: #010101">The Resume command (F9) resumes
execution of all broken threads.&nbsp; All other debug commands (e.g. Step in,
Step over, Step out) resume execution of the active thread only.</span><br>
</span></font></div>
Step over, Step out) resume execution of the active thread only.</span></font></div>
<div align="left">
</div>
<div align="left">
<font color="#010101" face="Arial" size="2">
<span style="font-size: 10pt; font-family: Arial; color: #010101"><b>Commands:</b></span></font></div>
Expand All @@ -76,9 +82,7 @@
are provided to change the active stack frame using the keyboard and without
having to switch view to the Call Stack Window.</span></font></div>
<div align="left">
<font color="#010101" face="Arial" size="2">
<span style="font-size: 10pt; font-family: Arial; color: #010101"><br>
</span></font></div>
</div>
<div align="left">
<font face="Arial" size="2">
<span style="font-size: 10pt; font-family: Arial; color: #000000"><i>Previous
Expand All @@ -88,9 +92,7 @@
<span style="font-size: 10pt; font-family: Arial; color: #000000">Select previous
(older) frame (default shortcut F11)</span></font></div>
<div align="left">
<font face="Arial" size="2">
<span style="font-size: 10pt; font-family: Arial; color: #000000"><br>
</span></font></div>
</div>
<div align="left">
<font face="Arial" size="2">
<span style="font-size: 10pt; font-family: Arial; color: #000000"><i>Next Frame</i></span></font></div>
Expand Down

0 comments on commit a899aee

Please sign in to comment.