Link to home
Start Free TrialLog in
Avatar of cocoWang
cocoWang

asked on

Setup breakpoint in VS.NET 2003

I  tried to open the New Breakpoint window inside the Visual Stuido.NET 2003 application, and select the 'Data' tab, the surprising thing I found out is the 'Language' area, when I click the drop down arrow, there are following choices:

Basic
C#
C++
JScript
Script
SQL
Unknown
VJ#

All I need to see is VB.NET or VB, since I select VB.NET as the main language to install the application, anybody knows how to setup, so there is an item VB.NET in that drop down box?  Thank you for your help!
Avatar of jrandallsexton
jrandallsexton

I do believe that Basic means VB.Net in this particular case.
Avatar of cocoWang

ASKER

No, When I tried to setup a breakpoint by setting one variable to be equal to certain value (for example = 5 either at the Context area or Condition area), then hit OK button at the bottom, I got error message screen, said 'Basic does not support data breakpoints.

Do you know what went wrong?
ASKER CERTIFIED SOLUTION
Avatar of jrandallsexton
jrandallsexton

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Éric Moreau
The "Data tab" is only available when you do C++.