How could I get the python command that allows replaying a bug (crashes of Flux, error messages,..)?
Yann_Le_Floch
Altair Employee
In Flux, during the execution of an action corrupted by a bug, there are no associated python command lines. In fact, python commands of incomplete actions are not displayed in Flux and are not saved in the py file. Sometimes the python commands could be needed in order to replay a bug.
In order to get the python command that allows replaying a bug, follow the instructions below:
1 | In the Flux Supervisor [Options] [System] [Debug] select Advanced mode and click on Apply and then OK. |
---|---|
2 | Launch Flux and open project. |
3 | From menu [Project] [Command file], click on Disable command execution (Prepare batch) |
4 | Run the action involving the bug. The associated python command will be displayed in the Echo zone although the action was not completed. |
5 | Copy the python command and save it in replay.py file |
Tagged:
0