Author Topic: several times the same file is opened by debugger  (Read 17241 times)

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: several times the same file is opened by debugger
« Reply #15 on: January 31, 2006, 09:33:11 am »
Thanks :)
Be patient!
This bug will be fixed soon...

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: several times the same file is opened by debugger
« Reply #16 on: January 31, 2006, 09:39:28 am »
Mind deleting those big attachments then, since they're broken anyway? :)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: several times the same file is opened by debugger
« Reply #17 on: January 31, 2006, 09:45:02 am »
Mind deleting those big attachments then, since they're broken anyway? :)
done

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: several times the same file is opened by debugger
« Reply #18 on: January 31, 2006, 10:28:38 am »
OK, both issues fixed. Will commit later together with the other pending changes in debugger plugin...
Be patient!
This bug will be fixed soon...

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: several times the same file is opened by debugger
« Reply #19 on: January 31, 2006, 10:33:28 am »
superman strikes again   8) 8) 8) 8) 8) 8) 8) :P :D

Thanks !!!!!

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: several times the same file is opened by debugger
« Reply #20 on: January 31, 2006, 02:57:33 pm »
just tested this : NOT completely fixed.


testcase 1 : the project at C:\

- all are indeed considered open -> OK
- function 3 is not shown correctly in the call stack : the first time it was mentioned as function3, while the others were function2(), function1(), main() ; then I closed the project and opened the one in the MyDocuments (see later), and then closed that one, and opened the one at C:\ again, now the callstack said "function3t fu"  :-(

testcase 2 : the project at "My Documents"
- when arriving at the breakpoint --> considered NOT open (and shows the crippled dos paths -> ~ ~ ~ shit)
- call stack : function name is "function3t fu" ; from this point on all files are correctly considered open



Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: several times the same file is opened by debugger
« Reply #21 on: January 31, 2006, 03:36:01 pm »
Fixed in revision 1909.
Be patient!
This bug will be fixed soon...

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: several times the same file is opened by debugger
« Reply #22 on: January 31, 2006, 03:57:36 pm »
confirmed fixed !!!
time to remove my marvelous messageboxes  8)

Thanks Yiannis.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: several times the same file is opened by debugger
« Reply #23 on: January 31, 2006, 04:00:48 pm »
Our motto should be "Provide And Serve" :lol:
Be patient!
This bug will be fixed soon...