mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-25 16:09:17 +02:00
IDE: clean up
git-svn-id: trunk@48194 -
This commit is contained in:
parent
41b4ff71ef
commit
37ced37749
@ -10556,6 +10556,7 @@ begin
|
||||
Opts := [];
|
||||
if EditorOpts.DbgHintAutoTypeCastClass
|
||||
then Opts := [defClassAutoCast];
|
||||
DebugEval:='';
|
||||
if not DebugBoss.Evaluate(Expression, DebugEval, DBGType, Opts) or (DebugEval = '') then
|
||||
DebugEval := '???';
|
||||
// deference a pointer - maybe it is a class
|
||||
@ -10565,6 +10566,7 @@ begin
|
||||
begin
|
||||
if DBGType.Value.AsPointer <> nil then
|
||||
begin
|
||||
DebugEvalDerefer:='';
|
||||
if DebugBoss.Evaluate(Expression + '^', DebugEvalDerefer, DBGTypeDerefer, Opts) then
|
||||
begin
|
||||
if Assigned(DBGTypeDerefer) and
|
||||
|
Loading…
Reference in New Issue
Block a user