I am using IntelliJ professional using the python plugin and when debugging I often find myself stepping into the python library code itself when trying to "step into" a method. For instance:
myfunc(random.randint(0,15))
results in me being in the builtin function for randint if I try and step into myfunc.
Is this configurable somewhere? I am using IntelliJ 12.