[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
question about debugging  XML
Forum Index -> Development
Author Message
kklasen

Power User

Joined: 19/11/2020 08:33:30
Messages: 66
Offline

Hello Björn,

I have a question about debug server.

In fact, first I had to start the debug-server, second, I start the cce client in Browser and third I start debug mode in eclipse.

With debugging configuration:
• Project name
• Host: localhost
• Port: 50010

is that right?
Because it is horrible slow on me Pc.

thank you in advance 😊


kind regards

Klas

CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5510
Offline

Hi Klas,

yes, you are 100% right: you attach the Eclipse-remote-debugger (or whatever-IDE-debugger) via port 50010 to the Java process, that is started in debugging mode.

This normally does not have significant performance implicatioms - there are nearly no implications when the Java VM runs without a debugger being attached. And when a debugger is attached then things are a bit slower, but not as you decribe...

So my reaction: "Hmmm..." - THera are some hits when Google-searching for "Java remote debugger slow", maybe you could quickly check there?

Kind regards, Björn

Björn Müller, CaptainCasa GmbH
kklasen

Power User

Joined: 19/11/2020 08:33:30
Messages: 66
Offline

Hi Björn,

Ok, thanks

kind regards

Klas
kklasen

Power User

Joined: 19/11/2020 08:33:30
Messages: 66
Offline

Hi,

It was simply a Ram problem. I think the computer
is just old. A colleague of mine told me to shut it down and unplug it.

now it is running.

kind regards

Klas
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team