dbpr should be able to print info items
Bug #1462952 reported by
Ralph Lange
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
EPICS Base |
Confirmed
|
Wishlist
|
Ralph Lange |
Bug Description
There seems no way for the IOC console debugging tools to print the info items connected to a record instance.
A streamline way to add this functionality would be adding a new verbosity level "5" to the dbpr command, to make it print all info items in addition to all record fields.
tags: |
added: infoitem removed: info |
Changed in epics-base: | |
assignee: | nobody → Ralph Lange (ralph-lange) |
To post a comment you must log in.
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.