u1550

- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
u1550 created a post, how to debug exec('code_string')?
I need to refactor a legacy application (Python3.7).It contains a dynamic code import mechanism which gets strings to be executed. Is there a way to debug into such a string? i.e. can I set a break...