[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
- GUI closes without error message, Michael Holme Sørensen, 2020/06/23
- Re: GUI closes without error message, Markus Mützel, 2020/06/23
- Re: GUI closes without error message, Nicholas Jankowski, 2020/06/23
- Re: Re: GUI closes without error message, John W. Eaton, 2020/06/23
- Re: Re: GUI closes without error message, Torsten Lilge, 2020/06/23
- Re: Re: GUI closes without error message, Nicholas Jankowski, 2020/06/23
- Re: Re: GUI closes without error message, Nicholas Jankowski, 2020/06/23
- Re: Re: GUI closes without error message,
Markus Mützel <=
- Re: Re: GUI closes without error message, Nicholas Jankowski, 2020/06/23
- Re: GUI closes without error message, Kai Torben Ohlhus, 2020/06/24
- RE: Re: GUI closes without error message, Michael Holme Sørensen, 2020/06/24
- RE: Re: GUI closes without error message, Markus Mützel, 2020/06/24
- Re: GUI closes without error message, John W. Eaton, 2020/06/24