Re: BREAKing into Euphoria
- Posted by ghaberek (admin) Feb 08, 2022
- 1686 views
Wow. So much going on here. Please don't put huge blocks of code in posts. It's too easy to get lost scrolling up-and-down through code. Use Pastey for one-off code sharing or, better yet, put together a project on GitHub and share it here.
While this is a clever idea, Euphoria 4.1 and later has built-in support for a external debuggers. It's not fully documented yet but it's there and I strongly recommend looking at that instead of injecting assembly code. This is the kind of thing we need to see as a use case for fleshing out the external debugger support and its documentation.
- https://github.com/OpenEuphoria/euphoria/blob/master/demo/simple_debug.e
- https://github.com/OpenEuphoria/euphoria/blob/master/include/euphoria/debug/debug.e
Also I need to work on getting a the new site up and running. Very old posts should be locked automatically. We shouldn't be able to reply to threads imported from the mailing list.
-Greg