octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #47585] GUI editor does not show already activ


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #47585] GUI editor does not show already active breakpoints when a file is opened
Date: Tue, 9 Oct 2018 02:02:35 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Follow-up Comment #17, bug #47585 (project octave):

@Torsten

comment #13: Ah, so that "destination object" information is inherently
package as part of the command object whereby a connection is made during
construction.  And once that command is processed, it is deleted which Qt
automatically destroys the signal/slot connection?  Nice.

comment #15: OK, so you're thinking just let the interpreter/parser resolve
all the path name information and provide the final name.  If it matches, then
that's it.  I can see the logic in that, but doesn't one have to be careful
with links and so on?  That is:


        if (file (i).string_value () == _file_name.toStdString ())


is comparing string names, but it isn't comparing the files in an OS sense. 
That is, could the strings be referring to the same file even though they are
different, if one of them is a link?

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?47585>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]