We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I enter following search string in Keil uVision4 dialog:
_expectedRequestMessageLength
It doesn't find all instances of this string. From "Find In Files" output windows, it looks like it found all instances but some of the instances are displayed as %s(percent s). Double clicking on %s doesn't do anything.
If I do "Find" instead of "Find in Files", then clicking "Find Next" takes me to all instances of the searched string.
The following lines weren't found by "Find in Files" _expectedRequestMessageLength = 0; /* line 245 */ _expectedRequestMessageLength = 0; /* line 261 */ if (_expectedRequestMessageLength <= 0) /* line 298 */
All instances of the string that were found are in the middle of lines.
Please advise!
Thank you!
What exact version of the tools are you using? Is the problem reproducible? Does it relate to older browse information? Does recompiling change the search results? Have you submitted the project/files required to demonstrate the problem to Keil support?
uVision V4.54.0.0 Yes, problem occurs every time. Source Browser window doesn't open. I cannot go to defintion of symbols. This project was created by someone else. It doesn't compile. No, I have contacted Keil Support.
I think I"ll talk to the person who created this project. Maybe they fixed it.
Thank you very much!
this is fixed in 4.7x (probably also in earlier versions).