cancel
Showing results for 
Search instead for 
Did you mean: 

How to setup portal debug for faster working ?

Former Member
0 Kudos

I prepared setup for Portal WebDynPro applications debug like written in this document:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/907751e5-f717-2a10-f3b4-de4431d4...

but just in "Debug" perspective since in it possible to see variables value.

but debug begin working very much time - some minutes each time.

(May be some archives is downloaded to debugging location each time or else reason,

which is interesting by self.)

question:

Are there way to decrease time of begin debugging?

To cache some files somewhere, switch some option ?

thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

siddharth_jain
Active Contributor
0 Kudos

Hi Vladimir,

You can Also try the following For faster Debug.

Press CtrlALTDELETE

Go to Task manager -->Go to processes Tab

there is few processes related with Nwds and server like jawa.exe,identify

them ,

Right click on the Process and set their Priority to real time.

A window warning message will show up you can ignore that one.

By doing this you can achieve some performance improvements.

Regards,

Siddharth

Former Member
0 Kudos

Hi,

If you are debugging a webdynpro application for which you have the code base and the issue is nothing to do with the portal environment do the following

Deploy the application to the respective server or launch the url of the webdynpro app .

From debug perspective change it from remote java app to webdynpro app.

If you look at the url the difference will be it will not have the "irj".

This is one way to improve the speed of debugging.

Regards

Ayyapparaj