-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Context menu for nodes #63
Comments
Property - the property which this child is at; we need the declaring type name of the parent and the key of the KeyValuePair Node type -- Enum member in System.Linq.Expressions.ExpressionType or MemberBindingType; if something else, don't include it Object type -- all public types in the inheritance chain or interface implementation of the node object's type Create a list of keyvaluepairs of title - url in the visualizer data. create the menu items at runtime on the debugger side. copy watch - use the language option to generate the watch path on the debuggee side new window - clone the current options, and set the path, open a new window and set that as the options for that new window. |
Copy watch will involve parsing the path, resolving the referenced item, and casting it to the appropriate type. |
Label navigation is now tracked in #111. Closing. |
Treeview nodes context menu:
Expression
, or any type inSystem.Linq.Expressions
Navigate to label target (for GotoExpression only)(see Label navigation #111)Go to source label (by path) (for LabelExpression only)(see Label navigation #111)The text was updated successfully, but these errors were encountered: