Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] The ScriptDebugTarget name is NULL

Hi Gabriel,

Right you are. ScriptDebugTarget.name is actually never set, it makes sense to fill it in.

To fix display of debug targets you should provide descendant of ScriptDebugModelPresentation, it evaluates label for debug target in slightly different way.

Regards,
Alex

----- Original Message -----
From: "Gabriel Petrovay" <gabriel.petrovay@xxxxxxxxxx>
To: "dltk-dev" <dltk-dev@xxxxxxxxxxx>
Sent: Tuesday, June 23, 2009 6:13:21 PM GMT +06:00 Almaty, Novosibirsk
Subject: [Dltk-dev] The ScriptDebugTarget name is NULL

Hi,

The name field of the class ScriptDebugTarget is never set but it is
used. Therefore, in debug mode, the Label for the debug target
displays "null". Am I doing smth wrong?

Regards,
Gabriel



-- 
MSc Gabriel Petrovay
Mobile: +41(0)787978034
www.28msec.com
_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev


Back to the top