You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Python 2.7 installed on Cygwin and I want easily drop into a shell and execute commands in my python application, but the tool "pyrasite-shell" is not working properly.
I'm not sure if it sees correctly PID. When I run the below command, dollar sign ($) prompt disappears and I don't get access to the python interpreter who should show such a thing ">>>". pyrasite-shell <PID>
Short information about this program: Pyrasite is a library and a set of tools for injecting code into running Python programs.
Requirements: gdb (version 7.3+)
I installed the required package and then I gave the following command: pip install pyrasite
I launched then the first Cygwin terminal and executed: python myscript.py
I have Python 2.7 installed on Cygwin and I want easily drop into a shell and execute commands in my python application, but the tool "pyrasite-shell" is not working properly.
I'm not sure if it sees correctly PID. When I run the below command, dollar sign ($) prompt disappears and I don't get access to the python interpreter who should show such a thing ">>>".
pyrasite-shell <PID>
Short information about this program:
Pyrasite is a library and a set of tools for injecting code into running Python programs.
Requirements: gdb (version 7.3+)
I installed the required package and then I gave the following command:
pip install pyrasite
I launched then the first Cygwin terminal and executed:
python myscript.py
I checked then on the second:
I received:
Then:
pyrasite-shell 734
and nothing happens, I can enter any PID and the effect will be the same
The text was updated successfully, but these errors were encountered: