[Bug 797] New: difficult to see which value is written on the readDataPort

https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=797

Summary: difficult to see which value is written on the
readDataPort
Product: RTT
Version: 2.0-mainline
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: Real-Time Toolkit (RTT)
AssignedTo: orocos-dev [..] ...
ReportedBy: tinne [dot] delaet [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

Since RTT 2.0 I don't see the value on the readDataPort anymore.
To check the value I have to do var myType sample; portName.read(sample);
sample; which is not very convenient ...