Update tips and tricks (RM-17709)

This commit is contained in:
Dmitry Trofimov
2018-07-19 20:25:17 +03:00
parent 4db54ee6e5
commit 6586a60cc7
20 changed files with 142 additions and 4 deletions
@@ -0,0 +1,15 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>
In case there are several debuggers that can be used for the selected process, you can
choose among them in the pop-up menu. </p>
<p>You can enable showing only specific processes in the <span class="control">Attach to Process</span> list. <br/>
Add the required pattern to the corresponding field in the <span class="control">Python Debugger</span> settings
(<span class="control">Settings/Preferences | Build, Execution, Deployment | Python Debugger</span>).</p>
<p class="image"><img src="images/py_attach_to_process.png" width="400"/></p>
</body>
</html>