Showing results for December 2005 - Visual Basic Blog

Dec 5, 2005
0
0

DTEE is BACK!!! by Kathleen Tamanaha

VBTeam
VBTeam

Running Code at Design Time from the Immediate Window Back in Visual Basic 6.0, developers were able to evaluate expressions from the Immediate Window at design time (we’ll call this feature ‘DTEE’ – Design Time Express Evaluation from now on).  This feature gave the developer an opportunity to test their code out ...

Dec 2, 2005
0
0

IDE Debugger enhancements (type viewer attributes and type visualizers) by Luca Dellamore

VBTeam
VBTeam

In Visual Studio 2003 it was sometimes difficult to examine large complicated objects in the debugger (since it is simply impossible for any debugger to analyze arbitrary objects and figure out what the developer is really interested in knowing).To improve this scenario in Visual studio 2005 we introduced the concept of attributed debugging, that ...

Feedback