It is often helpful during debugging to be able to dump the contents of an SQL result `Cursor` to the debug watch list. This is difficult to do under normal circumstances. This adds a utility method really only designed to be used during interactive debugging, which will do its best to build a `Map` for each row in the `Cursor`. This can then be used to test queries while the debugger is paused.