OK, I'll try
1. If I run the script and error happens I get the modal popup window with error message. I have to close this window and switch to Interpreter Window to type some debug command. How to change this behavior? I want no popup and focus left in Interpreter Window.
2. In debug mode or post-mortem mode if I hover over variable in text of the program I get the hint with var type and value. It's great but it would be more great if I could select part of program text and get the same hint.
Actually I'm switching to python from IDL (
http://en.wikipedia.org/wiki/IDL_(programming_language)) and till IDL 7 it has unique debug features that I have never met after. IDL IDE allowed to link hot keys with user functions and get input for them from selected program text. For example, I could link ALT+1 to my own specific print function, ALT+2 to plot array and so on. Then I run program, get error, program stop at some line. I can select part of program and press ALT+1 to print values. If I want plot I press ALT+2. No typing, no scrolling variables window, easy customization. Excellent!
So I try to find out something similar for python and PyScripter is the closest.
In other words now I often do the following sequence of actions during debugging in PyScripter: select part of program, copy it to clipboard, switch to interpreter command line, type some function, paste clipboard as argument, press Enter. I want IDE do it all automatically.
вторник, 23 октября 2012 г., 21:27:55 UTC+9 пользователь cjw написал: