lua-users home
lua-l archive

Re: [ANN] Scite-debug 0.9 Beta

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


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

AltStyle によって変換されたページ (->オリジナル) /