From fc2590cfa112222500a6c847917d7545f60024c6 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 26 Apr 2016 09:56:47 +0200 Subject: Fix typos Change-Id: Id81b16ff26283611f0b84929d831c827f847ab73 Reviewed-on: https://gerrit.libreoffice.org/24317 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- pyuno/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyuno') diff --git a/pyuno/README b/pyuno/README index 57f57db69870..a0a40027004b 100644 --- a/pyuno/README +++ b/pyuno/README @@ -14,6 +14,6 @@ it provides commands like "py-bt" to get a python-level backtrace, and "py-print" to print python variables. Another way to debug python code is to use pdb: edit some initalization -function to to insert "import pdb; pdb.set_trace()" (somewhere so that it is +function to insert "import pdb; pdb.set_trace()" (somewhere so that it is executed early), then run soffice from a terminal and a command-line python debugger will appear where you can set python-level breakpoints. -- cgit