Skip to content

Instantly share code, notes, and snippets.

@ehsan
Created September 20, 2012 21:51
Show Gist options
  • Save ehsan/3758569 to your computer and use it in GitHub Desktop.
Save ehsan/3758569 to your computer and use it in GitHub Desktop.
(Pdb) bt
/Users/ehsanakhgari/moz/mozilla-central/config/pythonpath.py(56)<module>()
-> main(sys.argv[1:])
/Users/ehsanakhgari/moz/mozilla-central/config/pythonpath.py(48)main()
-> execfile(script, frozenglobals)
/Users/ehsanakhgari/moz/mozilla-central/dom/bindings/GlobalGen.py(80)<module>()
-> main()
/Users/ehsanakhgari/moz/mozilla-central/dom/bindings/GlobalGen.py(67)main()
-> config = Configuration(configFile, parserResults)
/Users/ehsanakhgari/moz/mozilla-central/dom/bindings/Configuration.py(34)__init__()
-> self.descriptors.extend([Descriptor(self, iface, x) for x in entry])
> /Users/ehsanakhgari/moz/mozilla-central/dom/bindings/Configuration.py(132)__init__()
-> if self.interface.isExternal() or self.interface.isCallback():
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment