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 9c970d5 commit f1a0a1bCopy full SHA for f1a0a1b
lldb/docs/resources/test.rst
@@ -602,7 +602,7 @@ will cause the script to print out the pid of the test and wait for a while
602
until a debugger is attached. Then run ``lldb -p <pid>`` to attach.
603
604
To instead debug a test's python source, edit the test and insert
605
-``import pdb; pdb.set_trace()`` at the point you want to start debugging. In
+``import pdb; pdb.set_trace()`` or ``breakpoint()`` (Python 3 only) at the point you want to start debugging. In
606
addition to pdb's debugging facilities, lldb commands can be executed with the
607
help of a pdb alias. For example ``lldb bt`` and ``lldb v some_var``. Add this
608
line to your ``~/.pdbrc``:
0 commit comments