Author Topic: Some Breakpoints are not well display (missing the red square)  (Read 2167 times)

jmfrouin

  • Senior Community Member
  • Posts: 103
  • Hero Points: 2
Some Breakpoints are not well display (missing the red square)
« on: October 03, 2018, 03:42:23 PM »
Hi,
Under GNU/Linux Debian Testing.
I have 2 breakpoints on same files (main.cxx), one on line 83 and one on line 96 (because it was set on 95, but now 95 is not a working line)
The first one is display correctly with the red square, not the second one.
The second one has a strange blue sign.
Is it a feature ? Or I miss something ?

Humm after trying to add a breakpoint to line 95, I have now 2 breakpoints, but it seems the first one is on src/main.cxx and the old one on main.cxx ... maybe this can help ?
I can remove the new one by pushing F9, but not the old one ... except by deleting from breakpoint windows.
Maybe a side effect upgrading from beta3 to beta5 ?
Screenshot add
Thanks
« Last Edit: October 03, 2018, 03:45:47 PM by jmfrouin »

Dennis

  • Senior Community Member
  • Posts: 3998
  • Hero Points: 521
Re: Some Breakpoints are not well display (missing the red square)
« Reply #1 on: October 03, 2018, 07:23:50 PM »
Do both main.cxx and src/main.cxx exist?  Or did the file move?  Were both breakpoints created the same way?  The paths shown in the breakpoints tool window are relative to the project directory.

jmfrouin

  • Senior Community Member
  • Posts: 103
  • Hero Points: 2
Re: Some Breakpoints are not well display (missing the red square)
« Reply #2 on: October 03, 2018, 07:48:41 PM »
Only src/main.cxx exist, since the begining of the project
Maybe one breakpoint was set during a debug phase, but not sure.
Maybe a bug during a beta upgrade.
I will take attention and told you more infos if applicable.