Continuation broken for Python scripts when using lldb script in xcode
| Originator: | michele.titolo | ||
| Number: | rdar://17696438 | Date Originated: | 7/16/2014 |
| Status: | Open | Resolved: | |
| Product: | Developer Tools | Product Version: | Xcode 6 Beta 3 |
| Classification: | Serious Bug | Reproducible: | Always |
Summary: When trying to add a multi-line script in lldb in xcode, it only allows for one line. So it will return even if you are not done writing your script. Note: this is not a problem with lldb, as running lldb straight in terminal does not have this bug. It is only when lldb runs inside of xcode does this happen. Steps to Reproduce: 1. Set a breakpoint in Xcode 2. In lldb type `script` 3. Try entering this snippet of code: if True: print "Hello" print "World" 4. Notice after hitting return after the first print line, it executes, preventing you from entering a second line Expected Results: I should be able to write multi-line scripts in xcode lldb. Actual Results: It executes my code before I am done typing and therefore I cannot write multi line functions. Version: Xcode 6 Beta 3 6A254o (also a bug in previous betas) OS X 10.9.4 Notes: Configuration: Always occurs Attachments:
Comments
Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!