Kaydet (Commit) 3efc3f49 authored tarafından Noel Grandin's avatar Noel Grandin

improve help message for uitest failure

Change-Id: I7213ee2ca55ddc1a11c4f411d3b72f1b2382f7e7
üst 612db687
......@@ -20,8 +20,10 @@ where
Module - the name of the python file (without the .py extension)
Class - is the name in the "class Class" declaration
Or to do interactive debugging, put a long sleep in the beginning of the .py
uitest file, and attach gdb to the running soffice process.
Or to do interactive debugging, put a
time.sleep(60)
in the beginning of the method in the .py file,
and attach gdb to the running soffice process.
EOF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment