How to debug Session_Start

N

NW Technicals

Hello I am trying to Integrate with Paypal,
Which has few static sections where it initializes the Profile etc.,
I found that these variables are initialized in the Session_Start event and
looks like this is failing when I am trying to run in the Debug mode

How can I debug the items in the Session_Start and make sure it gets called
at least

THanks a ton
 
O

Olaf Rabbachin

Hi,

NW said:
Hello I am trying to Integrate with Paypal,
Which has few static sections where it initializes the Profile etc.,
I found that these variables are initialized in the Session_Start event and
looks like this is failing when I am trying to run in the Debug mode

How can I debug the items in the Session_Start and make sure it gets called
at least

you can step through by setting a breakpoint ..?

Cheers,
Olaf
 
M

Mark Rae

How can I debug the items in the Session_Start

Put a breakpoint at the top of the code, and hit F5 - just like you would
debug any other piece of code...
 

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

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,608
Members
45,241
Latest member
Lisa1997

Latest Threads

Top