You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often times when debugging, I find myself looking at the pieces of a component that are related directly to the component model and wishing to skip over core modules. This would be particularly helpful when core module functions have names which contain substrings of component extern items as simple string searches often turn up component related items along with core module functions.
Would it make sense to provide an option to elide core modules with something like (core module (;0;) ...)?
The text was updated successfully, but these errors were encountered:
Often times when debugging, I find myself looking at the pieces of a component that are related directly to the component model and wishing to skip over
core module
s. This would be particularly helpful when core module functions have names which contain substrings of component extern items as simple string searches often turn up component related items along with core module functions.Would it make sense to provide an option to elide core modules with something like
(core module (;0;) ...)
?The text was updated successfully, but these errors were encountered: