Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > asp.net debugger question

Reply
Thread Tools

asp.net debugger question

 
 
Philip Townsend
Guest
Posts: n/a
 
      12-05-2003
I frequently need to debug .aspx files that contain url querystrings.
Currently, when debugging, I wait for the page to load with an
exception, then enter the querystring and continue debugging. Does
anybody know a way around this? Is there a way to specify the arguments
within VS.NET? Thanks!



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Reply With Quote
 
 
 
 
S. Justin Gengo
Guest
Posts: n/a
 
      12-05-2003
Philip,

It isn't the greatest workaround, but when I need to do this I create a test
page that is simply a Response.Redirect to the real one (with the query
string info included of course).

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche


"Philip Townsend" <> wrote in message
news:...
> I frequently need to debug .aspx files that contain url querystrings.
> Currently, when debugging, I wait for the page to load with an
> exception, then enter the querystring and continue debugging. Does
> anybody know a way around this? Is there a way to specify the arguments
> within VS.NET? Thanks!
>
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



 
Reply With Quote
 
 
 
 
Jason S
Guest
Posts: n/a
 
      12-05-2003
Phillip,

Not sure what you mean exactly but I follow this for all debugging:

Hit Ctrl Alt P
select machine and process
Attach
dispel window
set break point in the code
fire up browser, navigate to page

If the page has a querystring in it, I see it just fine. If you're saying
you don't have a page that is generating those query strings and you are
just testing the callee then I would mock up a quick test client page to
call your troublesome .aspx page.

Regards,
Jason S.

"Philip Townsend" <> wrote in message
news:...
> I frequently need to debug .aspx files that contain url querystrings.
> Currently, when debugging, I wait for the page to load with an
> exception, then enter the querystring and continue debugging. Does
> anybody know a way around this? Is there a way to specify the arguments
> within VS.NET? Thanks!
>
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Help getting a debugger going for IE - any free debugger aflat362 Javascript 7 12-07-2006 10:51 PM
PL/SQL Debugger Question grasp06110@yahoo.com Java 2 05-30-2006 10:22 PM
Neither IE-Debugger or Mozilla/Venkman debugger can step through dynamically added code? Robert Oschler Javascript 1 09-05-2005 07:17 AM
Debugger question Derek Goto Perl 1 08-25-2003 09:56 AM
NetBeans Debugger Question Richard C. Eberhardt Java 0 07-18-2003 11:14 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57