Lines Matching full:when

8 increase debug session load times and can slow developer productivity when the
10 be slow when types from all of the binaries have full debug info as each module
14 When should I consider enabling this feature?
18 binaries that are not all required when you want to focus on debugging a few of
43 having to set any other settings and will try and determine when to enable
57 by file and line are always enabled when on demand symbols is being used. Line
78 tradeoffs of this feature. When setting a breakpoint by function name, if the
83 functions don't exist in symbol tables. When using on demand symbol loading it
88 symbol tables. This can cause breakpoint setting by function name to fail when
104 within debug information. As such, some lookups by name might fail when they
105 wouldn't when this feature is not enabled:
107 - Type lookups when the expression parser requests types by name
108 - Global variable lookups by name when the name of the variable is stripped
114 functions when requested with this feature enabled. Setting file and line
118 The expression parser often tries to lookup types by name when the user types
126 used in code. This means that when you type an expression when stopped, you
138 Can I troubleshoot issues when I believe this feature is impeding my debugging?
141 Logging has been added that can be enabled to help notify our engineers when
142 something is not producing results when this feature is enabled. This logging
151 When the logging is enabled, we get full visibility into each query that would