Better debugging facilities #105
ymyke
started this conversation in
General ideas & features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is all there is currently to help with debugging:
start_debug_mode
at spots in the code where you'd like to inspect variables during execution.print(self.stateslogger.create_event())
when debugging the fight controller using pdb to show the current state of the game.Beta Was this translation helpful? Give feedback.
All reactions