Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
d2cc1bb0
Kaydet (Commit)
d2cc1bb0
authored
Eki 20, 2012
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #10405: merge from 3.2
üst
76e7ea5b
2778d0d1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
13 deletions
+51
-13
idle.rst
Doc/library/idle.rst
+39
-10
help.txt
Lib/idlelib/help.txt
+12
-3
No files found.
Doc/library/idle.rst
Dosyayı görüntüle @
d2cc1bb0
...
...
@@ -154,27 +154,56 @@ The rest of this menu lists the names of all open windows; select one to bring
it to the foreground (deiconifying it if necessary).
Debug menu (in the Python Shell window only)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Debug menu
^^^^^^^^^^
* in the Python Shell window only
Go to file/line
look around the insert point for a filename and linenumber, open the file, and
show the line.
Look around the insert point for a filename and line number, open the file,
and show the line. Useful to view the source lines referenced in an
exception traceback.
Open stack view
er
show the stack traceback of the last exception
Debugg
er
Run commands in the shell under the debugger.
Debugger toggle
Run commands in the shell under the debugger
Stack viewer
Show the stack traceback of the last exception.
JIT Stack viewer toggle
Open stack viewer on traceback
Auto-open Stack Viewer
Open stack viewer on traceback
.
.. index::
single: stack viewer
single: debugger
Edit context menu
^^^^^^^^^^^^^^^^^
* Right-click in Edit window (Control-click on OS X)
Set Breakpoint
Sets a breakpoint. Breakpoints are only enabled when the debugger is open.
Clear Breakpoint
Clears the breakpoint on that line.
.. index::
single: Set Breakpoint
single: Clear Breakpoint
single: breakpoints
Shell context menu
^^^^^^^^^^^^^^^^^^
* Right-click in Python Shell window (Control-click on OS X)
Go to file/line
Same as in Debug menu.
Basic editing and navigation
----------------------------
...
...
Lib/idlelib/help.txt
Dosyayı görüntüle @
d2cc1bb0
...
...
@@ -80,7 +80,7 @@ Shell Menu (only in Shell window):
Debug Menu (only in Shell window):
Go to File/Line -- look around the insert point for a filename
and linenumber, open the file, and show the line
and line
number, open the file, and show the line
Debugger (toggle) -- Run commands in the shell under the debugger
Stack Viewer -- Show the stack traceback of the last exception
Auto-open Stack Viewer (toggle) -- Open stack viewer on traceback
...
...
@@ -92,7 +92,7 @@ Options Menu:
Startup Preferences may be set, and Additional Help
Sources can be specified.
On
Mac
OS X this menu is not present, use
On OS X this menu is not present, use
menu 'IDLE -> Preferences...' instead.
---
Code Context -- Open a pane at the top of the edit window which
...
...
@@ -120,6 +120,15 @@ Help Menu:
---
(Additional Help Sources may be added here)
Edit context menu (Right-click / Control-click in Edit window):
Set Breakpoint -- Sets a breakpoint (when debugger open)
Clear Breakpoint -- Clears the breakpoint on that line
Shell context menu (Right-click / Control-click in Shell window):
Go to file/line -- Same as in Debug menu
** TIPS **
==========
...
...
@@ -222,7 +231,7 @@ Python Shell window:
Alt-p retrieves previous command matching what you have typed.
Alt-n retrieves next.
(These are Control-p, Control-n on
the Mac
)
(These are Control-p, Control-n on
OS X
)
Return while cursor is on a previous command retrieves that command.
Expand word is also useful to reduce typing.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment