Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A solve for issue #832 #833

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

davide710
Copy link

@davide710 davide710 commented Jan 17, 2024

Hello @asweigart , I found a way to implement the feature you requested and close #832 .
I noticed every function that can be called by the user is decorated with @_genericPyAutoGUIChecks, so I thought I'd add the flag PYAUTOGUI_DEBUG_MODE, which, when set to True, makes a window appear whenever one of those functions is called. The execution of the code is halted until the user presses the chosen PYAUTOGUI_DEBUG_CHAR on the keyboard.
This way the user can check if everything is happening as expected without altering the execution.
Please tell me if it's ok or if it needs any changes.
Davide

@codespearhead
Copy link

Can you link this PR to that issue ( #832 ), like this?

@davide710
Copy link
Author

Hello @codespearhead and thank you, is it ok like this? I already saw this PR linked in issue #832 page though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Idea: Interactive mode
2 participants