We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd32b5 commit bf5fc2aCopy full SHA for bf5fc2a
Doc/library/pdb.rst
@@ -233,7 +233,8 @@ Multiple commands may be entered on a single line, separated by ``;;``. (A
233
single ``;`` is not used as it is the separator for multiple commands in a line
234
that is passed to the Python parser.) No intelligence is applied to separating
235
the commands; the input is split at the first ``;;`` pair, even if it is in the
236
-middle of a quoted string.
+middle of a quoted string. A workaround for strings with double semicolons
237
+is to use implicit string concatenation ``';'';'`` or ``";"";"``.
238
239
.. index::
240
pair: .pdbrc; file
0 commit comments