junzinevercry / liteide

Automatically exported from code.google.com/p/liteide
0 stars 0 forks source link

Stop does not stop the process started with go run #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

=== CODE ===
var count int
L1:
count++
println(count)
goto L1

===========
Have a shell open ready!!!
Alt+F6

You can stop it with:
 killall -9 a.out

Original issue reported on code.google.com by grues...@gmail.com on 13 Sep 2012 at 2:03