help-octave
[Top][All Lists]
Advanced

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

Re: Running Octave script only upto a line


From: Neil Ghosh
Subject: Re: Running Octave script only upto a line
Date: Sat, 6 Nov 2010 01:57:08 +0530



On Sat, Nov 6, 2010 at 12:13 AM, John Swensen <address@hidden> wrote:
On Nov 5, 2010, at 2:36 PM, Neil Ghosh wrote:

> Hi,
>
> How to Run Octave script only upto a line.
> I used pause but sometimes it does not obey and goes on looping.
> After issuing Ctrl+C it exited octave screen (Windows)
>
> any other command for halting and execution ?
>
> --
> Thanks and Regards
> Neil
> http://neilghosh.com
>
>
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave

You can use the 'keyboard' command to force your script into debugging mode.  Then you can inspect variables and such before using 'dbcont' to continue.

John Swensen

Thanks this helped.

--
Thanks and Regards
Neil
http://neilghosh.com




reply via email to

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