|
 |
aspdotnet_website_programming thread: client side debugging
Message #1 by "Balasubramaniam" <bala.rangaraj@d...> on Thu, 28 Nov 2002 07:06:52
|
|
How do I enable client side debugging in the Visual studio .Net IDE.
In the post back script, where I get result from a webservice, in the form
of array, I need to look at the data.
Thanks in advance.
Bala
Message #2 by "Mike Gale" <info@d...> on Thu, 28 Nov 2002 21:50:38 +1300
|
|
Balasubramaniam wrote:
> How do I enable client side debugging in the Visual studio .Net IDE.
> In the post back script, where I get result from a webservice, in the
> form of array, I need to look at the data.
I'm not entirely sure what you're doing but have you tried switching
trace on.
You can then dump to the trace. (It's a very good system which you had
to build for yourself in ASP.)
Mike Gale, Decision Engineering (NZ) Ltd.
CAUTION - This message may contain privileged and confidential
information intended only for the use of the addressee/s.
If you are not the intended recipient of this message you are hereby
notified that any use, dissemination, distribution or reproduction of
this message is prohibited without prior written consent. Any views
expressed in this message may not reflect the views of Decision
Engineering.
|
|
 |