Author Topic: Debugger line stepping very slow  (Read 2567 times)

Offline wrh

  • Single posting newcomer
  • *
  • Posts: 4
Debugger line stepping very slow
« on: March 30, 2019, 05:41:43 pm »
I'm a new user to Code:Blocks, using v. 16.01 with clang C++, on an Ubuntu system running on System 76 hardware
(Ubuntu: 16.04 LTS. "Intel® Core™ i7-7700 CPU @ 3.60GHz × 8", "31.4 GiB").
Line stepping in the debugger is very slow, typically taking 5 seconds to advance from one line to the next.
I've found some matches on similar problems, but none seem exactly applicable to my situation.
I can not find a current bug report.  Is this a known problem?  Are there any workarounds,
e.g. disabling some debugger features?  Does it warrant a bug report?

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Debugger line stepping very slow
« Reply #1 on: March 30, 2019, 07:34:04 pm »
Can you reproduce the slowly-ness also when you use the command line gdb to debug, or only in codeblocks?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Debugger line stepping very slow
« Reply #2 on: March 30, 2019, 11:04:37 pm »
Do you have locals/function arguments enabled? Do you have big arrays/vectors in scope? Do you watch big arrays?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]