mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 15:03:36 +07:00
16 lines
455 B
HTML
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>
|