(Minor fixes and bugfixes were integrated into the 1.7.1 version available on the site right now, if you want them, please re-download it)
Changes since official 1.7.1 FREE:
FIX: Further speed optimization of Debugger GUI
FIX: Double-click on table cell containing char list (string) no longer sending it to Grid View (which is pointless in most cases) but copies it to clipboard instead (Sending cell to Grid View using right-click context menu is still possible if you really want to see the string as a list of chars in a grid)
NEW: Added choice for what kind of # column to add. # col is just a row number in grid regardless of sorting, as before. i col (shown as #i) is a row number in result received, will shuffle along with sorting
(groundwork for instant pivot of selected rows which is coming soon )
NEW: "Saving and loading" of results. Right-click context menu in Result sub-tab of the Output window (will be adding to another table-showing elements maybe to some of the namespace tree nodes),
To make it more interesting, whatever you save, you are able to load into q instance (3.x) without qpad

(Not that I encourage you to do it

qPad should be able to load any of the files that it saved, it doesn't mean that it'll load any binary file you saved using q instance

There are some tricky cases I'm not going to handle, not to mention enumerated columns I'd have no way of knowing how to resolve without corresponding sym file.
Let me know if you're looking forward to have this implemented and which scenarios need to be supported - I'll try to choose GUI/properties handling based on your feedback.
Links to (hopefully) stable devbuilds of 1.8 are here
64-bit: http://qinsightpad.com/upload/qpad/BE/qpad64_18b.zip
32-bit: http://qinsightpad.com/upload/qpad/BE/qpad_18b.zip
Cheers,
Oleg