Message 1 of 2
Export out logging at real time

Not applicable
08-20-2018
03:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all, I am using Maya 2017 and at times when I am trying to test a script of mine, it works 'smoothly' but when trying to re-run the script, or when the tool is already opened and re-clicking on the button to execute the function, my whole Maya session seems to hang. No error or whatsoever, as if it is reading the code (not even sure if it is indeed reading the code) as I am unable to get any information from the Script Editor.
Wondering if there are any ways, like a debugger or some sort, eg. export/ capture the logging details real time that will actually shows what is going on 'behind the scene'?
This makes it hard for me to test my tool as I am unable to tell if it is indeed something wrong with my code/ scene/ Maya...