Announcement

Collapse
No announcement yet.

How to set up Python Debugger

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to set up Python Debugger

    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

  • #2
    The HAP Python debugger can be found at http://hapdebugger.sourceforge.net/

    Comment

    Working...
    X