Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Lua Development Tools » Interpreter arguments
Interpreter arguments [message #921807] Mon, 24 September 2012 12:52 Go to next message
Simon Mikuda is currently offline Simon MikudaFriend
Messages: 2
Registered: September 2012
Junior Member
I want set to my interpreter this argument on Windows
-e " io.stdout:setvbuf 'no' "
But eclipse is always deleting this: "
How can i set my argument to interpreter?
Re: Interpreter arguments [message #922019 is a reply to message #921807] Mon, 24 September 2012 16:56 Go to previous messageGo to next message
Simon Bernard is currently offline Simon BernardFriend
Messages: 345
Registered: July 2009
Senior Member
Hi Simon,

It seems you find a bug, but I can not reproduce it.
- Could you tell me which version of LDT you use? (nightly build ? 0.9.0M1 ?)
- where do you set this argument ? (in the launch configuration dialog, in the interpreter preference page)
Re: Interpreter arguments [message #922044 is a reply to message #922019] Mon, 24 September 2012 17:25 Go to previous messageGo to next message
Kevin KIN-FOO is currently offline Kevin KIN-FOOFriend
Messages: 58
Registered: January 2010
Member
Hi,
I just try with your argument, and it looks like a bug.
Could you, please, file a bug about it?
We will fix this. In the meanwhile, you might be interested in a workaround.
You may try to define your arguments without spaces or double quotes.
-e io.stdout:setvbuf('no')

Cheers
Re: Interpreter arguments [message #922723 is a reply to message #922044] Tue, 25 September 2012 09:10 Go to previous message
Kevin KIN-FOO is currently offline Kevin KIN-FOOFriend
Messages: 58
Registered: January 2010
Member
Hi,

The bug is open: 390302, feel free to comment it if needed.

Cheers
Previous Topic:Can't update Nightly build 0.9.0.201209141432
Next Topic:how debug with my own Interpreter in local
Goto Forum:
  


Current Time: Thu Apr 25 17:18:28 GMT 2024

Powered by FUDForum. Page generated in 0.03196 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top