Hello.ex F1 and F2 behavior
- Posted by Anthill Nov 02, 2010
- 1805 views
I am going through the tutorial applications and the first one I try does not quite work as expected. When running eui hello.ex the tutorial clearly says that I can:
7: -- To run this tutorial, 8: -- Press Enter to execute the highlighted Euphoria statement. 9: -- Press F1 to flip to the main output screen. 10: -- Press F2 to flip back to this trace screen. 11: -- Read the comments as you go.
When pressing F1 nothing appears to happen. When pressing F2 the terminal exits. That means I cannot flip back and forth. This might be a problem when debugging. So maybe this is my terminal application (TERM=ansi) is the real problem.
I am also curious if it is possible to set break points while running trace and issues related to includes. Well perhaps that is a topic for another time.
Thanks for any advice.