在objective-c项目中,此命令运行良好.但在斯威夫特,
(lldb)expr unsigned int $ foo = 5 错误:: 1:4:错误:一行上的连续语句必须用';'分隔 int $ foo = 5 ^ ; Run Code Online (Sandbox Code Playgroud)
(lldb)expr unsigned int $ foo = 5
错误:: 1:4:错误:一行上的连续语句必须用';'分隔
int $ foo = 5
^ ;
我怎样才能解决这个问题?
variables command lldb swift
command ×1
lldb ×1
swift ×1
variables ×1