Skip to content
Snippets Groups Projects
Unverified Commit 2888b110 authored by Godefroid Chapelle's avatar Godefroid Chapelle Committed by GitHub
Browse files

pdb docs: workaround for double semicolon in strings (#17011)

parent 9d85aba9
Branches
Tags
No related merge requests found
......@@ -233,7 +233,8 @@ Multiple commands may be entered on a single line, separated by ``;;``. (A
single ``;`` is not used as it is the separator for multiple commands in a line
that is passed to the Python parser.) No intelligence is applied to separating
the commands; the input is split at the first ``;;`` pair, even if it is in the
middle of a quoted string.
middle of a quoted string. A workaround for strings with double semicolons
is to use implicit string concatenation ``';'';'`` or ``";"";"``.
.. index::
pair: .pdbrc; file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment