Browsing the CivilizationIV.ini file, I came across the following:
; Establish connection to Python Debugger
HAPDebugger = 0
; Show python debug msgs in IDE console
ShowPythonDebugMsgs = 0
It looks like there's some sort of support for a python debugger. Can anyone (from Firaxis probably) give us a clue on how to set this up?
I've used python before but currently I have neither python nor a debugger for it installed.
Thanks,
Daniel
; Establish connection to Python Debugger
HAPDebugger = 0
; Show python debug msgs in IDE console
ShowPythonDebugMsgs = 0
It looks like there's some sort of support for a python debugger. Can anyone (from Firaxis probably) give us a clue on how to set this up?
I've used python before but currently I have neither python nor a debugger for it installed.
Thanks,
Daniel
Comment