Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

saving the debugging session.

former_member300258
Participant
0 Kudos

Hi,

I am debugging a Transaction. so it takes really a long time as it contains lot of include programs. the session resets as it is idle for a few mins. so to avoid starting from the beginning i tried to save the session in the middle. but its not loading the session i saved. can anyone give some hints on this.

Thanks in advance,

etienne.

8 REPLIES 8

deepak_dhamat
Active Contributor
0 Kudos

HI ,

I don't think that Debugging session can be resoterd after its idel time is over .

if is so i would also like to know .

Regards

Deepak.

Former Member
0 Kudos

Hi,

U need to select the row of the session and click Load button. Are you following the right steps?

Regards,

Amitava

Moderator message: please do not use SMS speak.

Edited by: Thomas Zloch on Sep 30, 2010 12:38 PM

0 Kudos

Hi amitave,

I am not sure about the steps...what i did is : in the middle of the session, i went to debugger-> debugger session-> save.

then i gave the session name and so the session is saved. when i start from the beginning, i tried to load that session, but i dint load anything or shown any message.

when saving, I found save and save layout. whats the diff between them.

please provide some information.

etienne.

0 Kudos

Did you tried to create a watchpoint?

Regards.

0 Kudos

Hi,

I have checked it is not working, Again I have cheked it is working in old debugger. Swith from new debugger to old one and try it. It will work. Mean time I am checking why it is not working in new one.

Regards,

Amitava

0 Kudos

Hi,

I got the solution, In new debugger at the the time of save session choose file in Target medium portion. Give some name to session and file name. In components portion check the Breakpoint checkbox. Then save it. In the Database mode of Source medium if u expand the component section you can see the breakpoint checkbox is disabled. That is why your breakpoints are not getting saved.

At the time of load session, choose file and give a suitable file name.

Regards,

Amitava

0 Kudos

Hi Amitave,

I really have to thank you for your concern to my requirement. with the help of your answer, i could go in the middle of the session where i set the breakpoint. but the only drawback in this is, i am not getting the variables i checked before and could you tell the diff between the save & save layout.

thanks once agian,

kalidass.

Former Member
0 Kudos

Hi,

I dont have any idea about saving the session..

but another good way is to save the breakpoints and when it lost due to idle time

you can directly go to the last breakpoint and start your debugging...

Regards,

Ankit.