Interface for controlling program execution:
Example:
from execcontrol import ControlledExec ce = ControlledExec(“./a.out”) ce.set_break(“main”) ce.exec_run() print ce.get_variables() ce.next() print ce.get_variables()
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyexeccontrol-0.0.1.tar.gz
(2.4 kB
view details)
File details
Details for the file pyexeccontrol-0.0.1.tar.gz.
File metadata
- Download URL: pyexeccontrol-0.0.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f80052169ba2716be3939582d79579b3826a0ef2f413840d2d3f5fbd5a599dab
|
|
| MD5 |
03793007bc407c0533f5076916eb8330
|
|
| BLAKE2b-256 |
0781a2c9d16772a1f0f6b189ef46d890e9fcab236543b56ed3ceaa791ab343e9
|