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

[SR-4954] p does not work when working on SwiftPM #4388

Open
hartbit opened this issue May 20, 2017 · 3 comments
Open

[SR-4954] p does not work when working on SwiftPM #4388

hartbit opened this issue May 20, 2017 · 3 comments
Labels
bug Something isn't working LLDB for Swift

Comments

@hartbit
Copy link

hartbit commented May 20, 2017

Previous ID SR-4954
Radar rdar://problem/33256472
Original Reporter @hartbit
Type Bug
Additional Detail from JIRA
Votes 0
Component/s LLDB for Swift
Labels Bug
Assignee None
Priority Medium

md5: c1c2f6d42a0b6db2109742dfe341ebcd

Issue Description:

Trying to use `p` when working on the Swift Package Manager in Xcode outputs the following error:

```
error: in auto-import:
failed to get module 'exit' from AST context
```

To reproduce:

  1. Clone the Swift Package Manager project

  2. Execute `Utilities/bootstrap --generate-xcodeproj`

  3. Open Xcode

  4. Select the swift-build Scheme

  5. Change the Working Directory to the project root

  6. Place a breakpoint

  7. Run the Scheme

  8. Try to po a variable

@ddunbar
Copy link
Member

ddunbar commented Jul 11, 2017

@belkadan can you tell us how to debug this? I do not remember the lldb commands to investigate.

@hartbit
Copy link
Author

hartbit commented Jul 11, 2017

This issue looks similar: https://bugs.swift.org/browse/SR-3369

@ankitspd
Copy link
Member

@swift-ci create

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working LLDB for Swift
Projects
None yet
Development

No branches or pull requests

3 participants