help-octave
[Top][All Lists]
Advanced

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

Re: Re: GUI closes without error message


From: Markus Mützel
Subject: Re: Re: GUI closes without error message
Date: Tue, 23 Jun 2020 21:25:06 +0200

Am 23. Juni 2020 um 21:17 Uhr schrieb "Nicholas Jankowski":
> running John's command, however, does lock the main octave program until you 
> quit from adb, though, so i'm not sure if there's another way to call it that 
> it will catch an exception that crashes octave.

That is the expected behavior when gdb attaches to a process. At that point, 
you would e.g. be able to add breakpoints if you needed to.
When you are ready continue executing the process with the command "continue" 
(or just "c") at the gdb prompt.
After that the gdb prompt seems "unresponsive" because execution returned to 
Octave.

HTH,
Markus



reply via email to

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