Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Debugging not able to see variables

Status
Not open for further replies.

Zarcom

Programmer
May 7, 2002
1,275
CA
Hey there happy people of this forum.
My debugger seems to have broken and I don't know why. Breakpoints are hit as they should be but when I step into an event handler I can't see any of my variables I keep getting Expression cannot be evaluated at this time or
error: cannot obtain value


I just checked and this is only happening for 1 event handler the rest are fine.

Has anyone heard of this or experience it before?
That'l do donkey, that'l do
[bravo] Mark
If you are unsure of forum etiquette check here faq796-2540
 
Why would this cause the debugger to crap out?

myLineItems.LineItem.AddLineItemRow(0, myInv.INV.Item(0).STOCK_ID, myInv.INV.Item(0).PRICE1, myInv.INV.Item(0).T1, myInv.INV.Item(0).T2, myInv.INV.Item(0).T3, myInv.INV.Item(0).T4, myInv.INV.Item(0).T5, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing)


Is there another way to specify no value for an argument? This works but seems rather dumb. How do I specify null when adding a dataset row?

Confusing but there is the solution. That'l do donkey, that'l do
[bravo] Mark
If you are unsure of forum etiquette check here faq796-2540
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top