Skip to content
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

Add mirror command #29

Merged
merged 4 commits into from
Oct 3, 2023
Merged

Add mirror command #29

merged 4 commits into from
Oct 3, 2023

Conversation

p-x9
Copy link
Owner

@p-x9 p-x9 commented Oct 2, 2023

struct Item {
    var title: String = "hello"
    var color = Color.red
    var id = UUID()
}
(lldb) mirror item
title: Swift.String = hello
color: SwiftUI.Color = red
id: Foundation.UUID = F0C09CD1-09B7-4D7D-9EF3-24C908442E89

@p-x9 p-x9 marked this pull request as ready for review October 3, 2023 13:41
@p-x9 p-x9 merged commit eea3a37 into main Oct 3, 2023
@p-x9 p-x9 deleted the feature/mirror branch October 3, 2023 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant