普通文本  |  5行  |  110 B

def function(frame, bp_loc, dict):
	there = open("output2.txt", "w");
	print >> there, "lldb";
	there.close()