Files
openide/python/python-community-ide-resources/resources/tips/EvaluateExpressionInEditor.html
T

16 lines
455 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>To easily evaluate the value of any expression while debugging the program, select its text in the editor
(you might want to press a <span class="shortcut">&shortcut:EditorSelectWord;</span> a few times to efficiently perform this operation)
and then press <span class="shortcut">&shortcut:EvaluateExpression;</span>.</p>
</body>
</html>