debugging - Browsing path in Delphi XE4 doesn't function the way Embarcadero says -


the embarcadero website describes delphi browsing path follows:

browsing path
specifies directories code browsing feature of code editor looks unit files when cannot find identifier on project search path or source path.

http://docwiki.embarcadero.com/radstudio/xe4/en/code_editor

i have devexpress components , paths .pas files in browsing path. somehow, code browser doesn't find these files. cannot step these files when debugging. .dcu files in library path.

is embarcadero website wrong?

people seem adding path .dcu should enough step .pas when debug .dcus set true: organizing search path

i don't find true. what's that?

the documentation accurate. correctly describes browsing path.

however, it's not uncommon ide confused. if project doesn't compile code browsing doesn't work. full re-build enough make code browsing work again. that's not enough. in case attempt solve problem require sscce.

but question asked, documentation correct in description of browsing path.


Comments

Popular posts from this blog

java - JavaFX 2 slider labelFormatter not being used -

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -