Re: [ANN] Scite-debug 0.9 Beta
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Scite-debug 0.9 Beta
- From: Shmuel Zeigerman <shmuz@...>
- Date: 2008年3月11日 14:37:52 +0200
Hah! In my attempts to switch off debugger noises, I have suppressed
all output. Easy to get it back; put
debug.verbose=1
Thanks, it prints now!
Another issue: incorrect treating of quoted command-line parameters
(via "View/Parameters" or Shift+F8).
Example:
The 1-st parameter is: "a b".
The testing script is: t={...}; table.foreach(t,print)
Output (via Alt+R):
1 a
2 b
Output (via F5):
1 a b
--
Shmuel