Receiving following error message when debugging an EMML. ( w/ Presto 2.6.1, Studio 2.6.1 - in embedded mode )
"Script location should not contain white-space"
If I use Run mode instead, the EMML runs fine, producing the results I want.
After further investigating, I found my workspace directory location has blank spaces in it - which makes the Debugger cough.
e.g., /Documents/JackBe Is A Fun Place/EMML
So if I take out the blank spaces, it debugs fine.
e.g., /Documents/JackBeIsAFunPlace/EMML
Hi,
Thanks for posting it here. We will look into this issue, hope this is not blocking your development. Ofcourse, the work around would be to create the script in a location not containing space.
Thanks,
Sravan.
Receiving following error message when debugging an EMML. ( w/ Presto 2.6.1, Studio 2.6.1 - in embedded mode )
"Script location should not contain white-space"
If I use Run mode instead, the EMML runs fine, producing the results I want.
After further investigating, I found my workspace directory location has blank spaces in it - which makes the Debugger cough.
e.g., /Documents/JackBe Is A Fun Place/EMML
So if I take out the blank spaces, it debugs fine.
e.g., /Documents/JackBeIsAFunPlace/EMML