mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 18:40:29 +02:00
IDE, DBG: Enable inspect entry in run menu. Issue #0020237
git-svn-id: trunk@32329 -
This commit is contained in:
parent
88c1a0c30d
commit
8aa42c7c6c
@ -1623,6 +1623,8 @@ begin
|
||||
// Inspect
|
||||
SrcEditMenuInspect.Enabled := CanRun and DebuggerIsValid
|
||||
and (dcEvaluate in FDebugger.Commands);
|
||||
itmRunMenuInspect.Enabled := CanRun and DebuggerIsValid
|
||||
and (dcEvaluate in FDebugger.Commands);
|
||||
// Add watch
|
||||
itmRunMenuAddWatch.Enabled := True; // always allow to add a watch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user