Application Development and Automation 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: 
Read only

Is it possible to debug program in background by two users simaltaniously

Former Member
0 Likes
640

Hi all,

Is it possible to debug a program in background by two users simaltaniously

Regards,

Sre

Hi all,

Is it possible to debug a program in background by two users simaltaniously

Regards,

Sre

5 REPLIES 5
Read only

matt
Active Contributor
0 Likes
604

Yes. They have seperate memory areas.

matt

Read only

Former Member
0 Likes
604

Hi matthew,

thnaks for your reply , but when i try to debug , iam getting max numbers of debugging mode users reached,

is there any other way to debug when other user is in debug mode

Regards,

Sre

Read only

Former Member
0 Likes
604

It is possible to debug same code simultaneously by more than one users

Edited by: Sharayu Kumatkar on Apr 15, 2008 2:54 PM

Read only

Sm1tje
Active Contributor
0 Likes
603

It is possible, however there is also a profile setting (Basis administrator) which will limit the number of DEBUG users, because it has quite some impact on performance / memory it 'everybody' would be debugging the code.

Read only

Former Member
0 Likes
603

thanks