You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|*General:* Open a source file |**Ctrl + O**| GDBFrontend |
296
-
|*General:* New ExpressionEvaluater|**Ctrl + R**| GDBFrontend |
296
+
|*General:* New ExpressionEvaluator|**Ctrl + R**| GDBFrontend |
297
297
|*General:* New ExpressionEvaluter on native window |**Ctrl + Shift + R**| GDBFrontend |
298
298
|*General:* Fuzzy source finder |**Ctrl + P**| GDBFrontend |
299
299
|*Runtime:* Run |**F5**| GDBFrontend |
@@ -394,11 +394,11 @@ If your application is forking new processes and setting their PGIDs, GDBFronten
394
394
pkill -f gdb
395
395
```
396
396
397
-
### Expression Evaluater Performance Tips
397
+
### Expression Evaluator Performance Tips
398
398
399
-
If you are using **ExpressionEvaluater** with very long depth expanded variables/members, your scroll and evaluater window move performance may be affected bad for pointer visualization. In this situation, you can turn off **signal** and **slot** pointings for that evaluater window.
399
+
If you are using **ExpressionEvaluator** with very long depth expanded variables/members, your scroll and evaluator window move performance may be affected bad for pointer visualization. In this situation, you can turn off **signal** and **slot** pointings for that evaluator window.
0 commit comments