|
From: | Przemek Klosowski |
Subject: | Re: Error IN octave: it break my code and exit(from octave) |
Date: | Tue, 27 Nov 2018 10:26:25 -0500 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 |
On 11/27/18 9:56 AM, shivax wrote:
in my code it causes me to exit the octave program due to an error it's possible to have a trace of what happened before I let myself out?
If Octave crashes, you can run it under the debugger (GDB on Linux/Mac/Windows, VS on Windows)
If it's an octave exit, you could use Octave debugger or add print statements in your code.
Please provide more detail--paste the last part of the Octave output before it exits.
[Prev in Thread] | Current Thread | [Next in Thread] |