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: Sun, 03 Apr 2016 05:53:06 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

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

I pointed out several years ago that this would be a problem because the
callback functions for breakpoints and such is driven from the core side of
things and the core does not know the editor has opened a file.  The only
thing really needed for all sorts of functionality is a way to send commands
to the core and eventually get an octave_value_list return value for that
processed command.  In this case, the editor would initiate a "dbstop" and
when the signal (not a function call, but a signal) comes back from that
processed command with the list of breakpoints in an octave_value_list then
the editor would add the breakpoints.  See

https://savannah.gnu.org/patch/?func=detailitem&item_id=8016#options


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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