cancel
Showing results for 
Search instead for 
Did you mean: 

Debug performance problem and HOW TO

Former Member
0 Kudos

Hello experts,

I found out thatit takes a very long time to initilize the application in debug mode, sometime the browser seems to hung up.

could you please tell me are there any way to fast the process?

and could you please tell me where I can find more information on how to use the debug perspective? it's so different with the ABAP workbench you know.

best regards.

Netz

Accepted Solutions (0)

Answers (1)

Answers (1)

htammen
Active Contributor
0 Kudos

Hi Netz,

debugging a program takes more time than starting it without debugger. But at my computer there is no big difference. Maybe you should invest in memory?

For more infos regarding the debug perspective open the online help and goto "Java Development User Guide / Concepts / Debugger". There you´ll find a lot of other links regarding debugging.

The following link may also help you.

http://www.eclipse.org/documentation/html/plugins/org.eclipse.jdt.doc.user/doc/gettingStarted/qs-13....

Hope that helps

Helmut