Skip to content

Instantly share code, notes, and snippets.

@sergmelikyan
Created March 25, 2016 20:25
Show Gist options
  • Save sergmelikyan/79fcd79f8eb844e5b083 to your computer and use it in GitHub Desktop.
Save sergmelikyan/79fcd79f8eb844e5b083 to your computer and use it in GitHub Desktop.
import eventlet
eventlet.monkey_patch()
def main():
a = 123
# correctly displays local variable value under debugger
print a # <-- breakpoint
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment