Python Forum
Press a botton to continue the code
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Press a botton to continue the code
#1
Hi! Is there any command or function in Python to run the code in steps, ie set breakpoints that continue to press a button or mouse click? I need to create something like this in my code!
Reply
#2
Debuggers can run the code in steps. Python has an integrated debugger pdb. See an introduction text here.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  List Creation and Position of Continue Statement In Regular Expression Code new_coder_231013 3 1,604 Jun-15-2022, 12:00 PM
Last Post: new_coder_231013
  How to continue code after .show() in matplotlib? jasper100125 1 9,249 Sep-09-2019, 02:44 AM
Last Post: luoheng
  error using 'continue' in my code ilcaa72 1 2,025 Jun-05-2019, 08:05 PM
Last Post: vindo
  telnet stuck when get Press any key to continue anna 2 4,704 Dec-31-2017, 11:34 AM
Last Post: anna
  How do you make my code continue going ? TheSpalekUk 2 3,517 May-16-2017, 03:50 PM
Last Post: TheSpalekUk

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020