How to debug Session_Start

  • Thread starter Thread starter NW Technicals
  • Start date Start date
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
 
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
 
Back
Top