Xcode: how to fix Thread 5: EXC_BREAKPOINT (code=1, subcode=0x10025c76c)
问题 when I click the btnLogin in the iPhone the xCode was displayed the error: Thread 5: EXC_BREAKPOINT (code=1, subcode=0x10025c76c) this is my code @IBOutlet weak var abc: UILabel! ... @IBAction func btnLogin(sender: UIButton) { var jsonResult = AnyObject?() let urlAsString = "lifewinner2015.dlinkddns.com/SERVER/user?function=login&username=Shing&password=123456789" let url = NSURL(string: urlAsString) let urlSession = NSURLSession.sharedSession() let jsonQuery = urlSession.dataTaskWithURL(url!