diff options
Diffstat (limited to 'sources/pyside6/doc/tutorials')
| -rw-r--r-- | sources/pyside6/doc/tutorials/debugging/qtcreator/qtcreator.rst | 4 | ||||
| -rw-r--r-- | sources/pyside6/doc/tutorials/debugging/vscode/vscode.rst | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sources/pyside6/doc/tutorials/debugging/qtcreator/qtcreator.rst b/sources/pyside6/doc/tutorials/debugging/qtcreator/qtcreator.rst index 06783e1bb..c8c9fb8ae 100644 --- a/sources/pyside6/doc/tutorials/debugging/qtcreator/qtcreator.rst +++ b/sources/pyside6/doc/tutorials/debugging/qtcreator/qtcreator.rst @@ -1,5 +1,5 @@ Debugging PySide with Qt Creator (Linux) -*************************************** +**************************************** As opposed to VSCode, presently Qt Creator does not support mixed mode debugging. However, we can debug the C++ implementation of the corresponding Python PySide @@ -18,7 +18,7 @@ Here are the steps: :alt: creation of custom executable :align: center -3. Click on Custom Executable and `Create' a new configuration. Feed in the +3. Click on Custom Executable and `Create` a new configuration. Feed in the details like shown below. .. image:: custom_executable_run_config.png diff --git a/sources/pyside6/doc/tutorials/debugging/vscode/vscode.rst b/sources/pyside6/doc/tutorials/debugging/vscode/vscode.rst index 59579e7cf..2563b4377 100644 --- a/sources/pyside6/doc/tutorials/debugging/vscode/vscode.rst +++ b/sources/pyside6/doc/tutorials/debugging/vscode/vscode.rst @@ -18,7 +18,7 @@ Run -> Add Configuration -> Python -> Python File This should create a launch.json file which looks like this: -.. code-block:: json +.. code-block:: javascript { // Use IntelliSense to learn about possible attributes. @@ -44,7 +44,7 @@ interpreter inside the virtual environment. Now, we need to add a configuration to attach the GDB debugger to the Python process that is already running in debug mode. Let's call it "(gdb) Attach" -.. code-block:: json +.. code-block:: javascript { // Use IntelliSense to learn about possible attributes. |
