Native debugger, VB6 and changing parameter values.

K

kurt sune

I am running the native debugger in Visual Studio.
I debug an assembly calling DLL:s made in VB6.

I can watch the values of variables thus:

?Number

0x06e1960c "300115"



I guess the first value is a pointer.



BUT: I find no way ocf changing the value.

I only get <bad ptr>

Is it possible?

How?
 
C

Cor Ligthert [MVP]

Do you need that for VBNet or for VB6 they are quiet different.

For vb6 and older are the newsgroups

microsoft.public.vb*

For your extra information still good active is l
microsoft.public.vb.general.discussion

I hope this help

Cor
 
K

kurt sune

I am running the VB:NET native debugger debugging a ASPNET-web,
VB7-assemblies and VB6:dlls.

(Q811658)

I would like to change values on the fly.

I find no way of changing the value in the caommand window.

Can I?
How?.
 
C

Cor Ligthert [MVP]

Kurt,

In the versions VB2002/2003 there is no option for debug change and go.

In the version VB2005 it will be/is limited again introduced.

Is that what you mean?

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top