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

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

[Octave-bug-tracker] [bug #51271] restore debug points on startup or run


From: Marshall
Subject: [Octave-bug-tracker] [bug #51271] restore debug points on startup or run .octaverc in restored pwd
Date: Mon, 19 Jun 2017 17:55:39 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0

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

I found an ugly workaround. If I put the following in ~/.octaverc or
~/startup.m, then breakpoints are restored properly after hitting continue.
Slightly less tedious than having to remember to run and then manually running
the following lines, but not perfect.


if exist("~/dbstats.bp")==2
        keyboard%Force debugging to allow working directory to be changed before
continuing.     
        dbload = load("~/dbstats.bp","dbstats");
        dbstop(dbload.dbstats);
endif




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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