5 lines
110 B
Python
5 lines
110 B
Python
def function(frame, bp_loc, dict):
|
|
there = open("output2.txt", "w");
|
|
print >> there, "lldb";
|
|
there.close()
|