##// END OF EJS Templates
Raise repr limit for strings to 80 characters (from 30)....
Raise repr limit for strings to 80 characters (from 30). The python pdb debugger doesn't call the builtin `repr` function but instead a custom one from the `repr` *module* that limits strings to 30 characters. Raise this limit to 80 for more informative printouts.
Fernando Perez -
r7083:ba59d059
Show More