mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 09:38:12 +02:00
IDE: Don't throw exception in PropHookShowMethod either. Prevent message dialog and potential high CPU load. Issue #41019.
This commit is contained in:
parent
e1dc061107
commit
bf3e9835f1
@ -13373,7 +13373,7 @@ begin
|
||||
end else begin
|
||||
DebugLn(['Error: (lazarus) TMainIDE.PropHookShowMethod failed finding the method in code']);
|
||||
DoJumpToCodeToolBossError;
|
||||
raise Exception.Create(lisUnableToShowMethod+' '+lisPleaseFixTheErrorInTheMessageWindow);
|
||||
//raise Exception.Create(lisUnableToShowMethod+' '+lisPleaseFixTheErrorInTheMessageWindow);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user