From e5f205b7272bcaa81b86d92e716cfa57a73bcb58 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 9 Dec 2022 08:46:57 +0100 Subject: Documentation: Add some hints for debug builds on Windows Pick-to: 6.4 6.2 Change-Id: Ice4a0915cc5d53bf62d25f082318cff95c782856 Reviewed-by: Adrian Herrmann Reviewed-by: Cristian Maureira-Fredes --- sources/pyside6/doc/tutorials/debugging/vscode/vscode.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sources/pyside6/doc/tutorials/debugging/vscode') diff --git a/sources/pyside6/doc/tutorials/debugging/vscode/vscode.rst b/sources/pyside6/doc/tutorials/debugging/vscode/vscode.rst index bb91b5b99..806035299 100644 --- a/sources/pyside6/doc/tutorials/debugging/vscode/vscode.rst +++ b/sources/pyside6/doc/tutorials/debugging/vscode/vscode.rst @@ -9,6 +9,8 @@ in a single session. With VSCode you would be able to do the following: * Put breakpoints in both the Python and the C++ code. * Step from Python to C++ code and vice versa. +For Windows, see :ref:`creating_windows_debug_builds`. + Let's get started with setting up everything and debugging a Python process. Setting the Python interpreter -- cgit v1.2.3