In no other application like IntelliJ or Visual Studio, you need to change the 
size at all. It is still working fast.
Of Course it could be about the using modules, the used Memory, the opened 
Projects etc.

I realized it too, that the debugger is quite slow sometimes in some cases like 
jumping to code, maybe it is not about the debugger maybe it is the function 
where you can go to code when you jump into the code via breakpoints. I think 
the debugger needs a deeper look to optimize it. I really think, that there can 
be a lot of improvements.


Cheers

Chris


Von: Lars Bruun-Hansen
Gesendet: Dienstag, 14. November 2017 10:36
An: dev@netbeans.incubator.apache.org
Betreff: Re: How to analyse the debugger performance

2GB sounds too little. What is the reason for being so stingy?
Why not say 8GB?

Jaroslav's suggestion will tell you if you have shortage of heap.

On Tue, Nov 14, 2017 at 9:54 AM, John McDonnell <mcdonnell.j...@gmail.com>
wrote:

> Hi,
>
> @Martin
> I'm not noticing too slow of a Debugger startup time...  around 10
> secs (rough counting in my head just there) Its more related to
> breakpoints and moving through them/setting them while debugging
> etc... The Variables windows and evaluating expressions.
>
> @Lars
> I have a 16GB machine and I have given NB  2GB in my netbeans.conf
> file:  "-J-Xmx2G" I could attempt to give it another GB more
> possibly...
>
> @Jaroslav
> I'll give that a shot shortly and see if I can spot anything.
>
> Thanks all!
>
> Regards
>
> John
>
>
>
> On 14 November 2017 at 05:42, Jaroslav Tulach <jaroslav.tul...@gmail.com>
> wrote:
> > Hello John,
> > try self profiler:
> > http://wiki.netbeans.org/FaqProfileMeNow
> >
> > From that you should be able to find out what the JPDA threads are doing
> when
> > things are taking too long.
> > -jt
> >
> >>> John McDonnell <mcdonnell.j...@gmail.com>: 13.11.17 @ 18:32 <<
> >> Hi,
> >>
> >> At work, I have in my project group with just over 100 open projects.
> >> Whenever I attempt to debug the application, I find the
> >> debugger/NetBeans slow and sluggish.
> >>
> >> Now I'm not sure if this is related to the number of open projects,
> >> the number of breakpoints I have, or indeed the webapp I'm debugging,
> >> but unfortunately, I sit next to an IntelliJ user and they don't seem
> >> to have the same issues, with an identical machine. So I must assume
> >> its NetBeans related....
> >>
> >> I want to start to analyse why this is happening, maybe get enough
> >> content to raise/fix? a defect etc.
> >>
> >> What would be the first set of steps?
> >>
> >> Regards
> >>
> >> John
> >
> >
>

Reply via email to