[TxMt] Re: python full traceback
Allan Odgaard
mailinglist at textmate.org
Tue Dec 27 12:26:29 UTC 2011
On 27 Dec 2011, at 05:02, Monte Bel wrote:
> Greetings. Does anyone know a way to get TM2 to display the full Traceback
> for the Python bundle "Run Script (cmd r)". […]
I think this is more likely that you have setup TM2 to run another version of Python for which the stack trace code has issues, although I am uncertain exactly what you should see, are seeing, and are expecting to see.
I am using 2.6.1 and ran this script:
def main():
"""docstring for main"""
assert 1 == 2
main()
For that I get the following result:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PastedGraphic-1.png
Type: image/png
Size: 12429 bytes
Desc: not available
URL: <http://lists.macromates.com/textmate/attachments/20111227/f0e3874b/attachment-0001.png>
-------------- next part --------------
Looks good to me.
More information about the textmate
mailing list