info() tags are printed by dbDumpRecord(). Of course this function operates on recordtype, so it is difficult to debug just one record. dbpr() seems as good a place as any to print them.
It might also be good to refactor dbDumpRecord() to create a new dbDump* function which prints a single record.
info() tags are printed by dbDumpRecord(). Of course this function operates on recordtype, so it is difficult to debug just one record. dbpr() seems as good a place as any to print them.
It might also be good to refactor dbDumpRecord() to create a new dbDump* function which prints a single record.