Python idle operation

Source: Internet
Author: User

How to Debug
1. Set breakpoints: The line of code that you want to debug in the Python editor right-click->set Breakpoint, and then it turns yellow.
2. Open Debugger:python Shell->debug->debugger
3. edit Window Press F5
4.debug process slightly

    • Go says to run the equivalent of Eclipse F8, but press F5 to go before you go down, default is not run
    • Step represents the F5 of eclipse
    • Over means that the Skip function method is equivalent to eclipse's F6
    • Out means that out of this function is equivalent to eclipse's F7


Idle editor shortcut keys
Auto-complete code alt+/(find the code already written in the editor to complete)
Completion hint Ctrl+shift+space (default and IME conflict, modify)
(Method: Options->configure idle...->keys-> force-open-completions
Prompt when just press the space to come out for, otherwise turn up and down keys do not need to press other keys to automatically fill up the whole.

Back Ctrl + Z

Redo Ctrl+shift+z
Indent and CTRL +]
Shrinking into ctrl+[
Add Comment alt+3
Go to comment alt+4

Python Shell shortcut keys

Auto-Complete Ibid.
Previous command Alt+p
Next command Alt+n

Python idle operation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.