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
17 When should I consider enabling this feature?
21 binaries that are not all required when you want to focus on debugging a few of
46 having to set any other settings and will try and determine when to enable
60 by file and line are always enabled when on demand symbols is being used. Line
81 tradeoffs of this feature. When setting a breakpoint by function name, if the
86 functions don't exist in symbol tables. When using on demand symbol loading it
91 symbol tables. This can cause breakpoint setting by function name to fail when
107 within debug inforamtion. As such, some lookups by name might fail when they
108 wouldn't when this feature is not eabled:
110 - Type lookups when the expression parser requests types by name
111 - Global variable lookups by name when the name of the variable is stripped
117 functions when requested with this feature enabled. Setting file and line
121 The expression parser often tries to lookup types by name when the user types
129 used in code. This means that when you type an expression when stopped, you
141 Can I troubleshoot issues when I believe this feature is impeding my debugging?
144 Logging has been added that can be enabled to help notify our engineers when
145 something is not producing results when this feature is enabled. This logging
154 When the logging is enabled, we get full visibility into each query that would