damonkohler / sl4a

SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
Apache License 2.0
2.43k stars 800 forks source link

Compile/run errors are hidden #85

Open damonkohler opened 9 years ago

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:31

What device(s) are you experiencing the problem on?
Iconia Tab A200

What firmware version are you running on the device?
Cyanogenmod 9 (Android 4.0)

What steps will reproduce the problem?
1. Write a Lua script containing any syntax error or throwing an error at 
runtime (e.g. with error()).
2. Attempt to run it.
3. Stare blankly.

What is the expected output? What do you see instead?
Expect to see some explanation of the error, instead see nothing.

What version of the product are you using? On what operating system?
SL4A r5, Lua interpreter r1 on Android.

Please provide any additional information below.

Original issue reported on code.google.com by hyperhac...@gmail.com on 6 Jul 2012 at 2:40

Copied from original issue: damonkohler/android-scripting#639