Fixed
Created: Aug 7, 2014
Updated: Dec 3, 2018
Resolved Date: Sep 22, 2014
Previous ID: LIN5-19195
Found In Version: 6.0
Fix Version: 6.0.0.11
Severity: Standard
Applicable for: Wind River Linux 6
Component/s: Workbench Integration
Host OS: Linux Ubuntu
Following the workbench by example chapter 8, section "Displaying QString objects as text", after entering the new watch expression the expression viewer reports:
Error: cannot find symbol ''wrqt_string'' in scope
Customer is on host Ubuntu precise (12.04.4 LTS) (Linux)
He is debugging a Qt based application on his target board (Xilinx-zynq). He can set breakpoints and step through the application, but cannot examine QStrings using the method described in the user guide.
Attached is the config.log of his platform project and Workbench logs
Debugging a Qt based application on target board (Xilinx-zynq)
When wrqt_version() is entered, Customer gets :
wrqt_version() Error: cannot find symbol ''wrqt_version'' in scope
When he types in wrqt_string(&bus) he gets :
wrqt_string(&bus) Error: cannot find symbol ''wrqt_string'' in scope
Note that bus is a local QString on the stack of the breakpoint Customer is stopped at.