Python Forum
Background Execution Process
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Background Execution Process
#1
Hi Could you please explain how can we see live execution process of codes in PyCharm?
Reply
#2
Moved to bar, as this question has a better chance of being answered in a PyCharm forum, and the question is more OS oriented than python oriented.
Reply
#3
this is probably not what you meant since PyCharm is not involved. i do background commands via the screen command. i have python scripts to make it easier to do, including injecting input (bgi) and snooping on the output (bgo). the scripts can make new sessions (bgn) and list what sessions exist (bgl). there are also scripts to test if running in a background (bgr) and test if a named session exists (bgt). i use this for many things several times a day. for example, my backups (sent to the cloud) run in a background session.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply
#4
The process is started with a debugger. PyCharm communicates with this debugger.
You can try pudb.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Forum Jump:

User Panel Messages

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