Open
Better IDE for Python
It would be great if FME could either use a better IDE for the Python Caller and startup/shutdown scripts or allow testing in an external IDE such as PyScripter. Right now there is no debugging capability and if you want to test your values you have to say something like:
print "value is",value
Then look for it in the log file. An internal line by line step through debugger would be useful, or to use an external editor that has a line by line step through debugger, enable PyScripter to understand:
import fme
import fmeobjects
print "value is",value
Then look for it in the log file. An internal line by line step through debugger would be useful, or to use an external editor that has a line by line step through debugger, enable PyScripter to understand:
import fme
import fmeobjects
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.