On 02/07/2013, at 12:43 AM, srean wrote:

> 
> Similarly, I am writing a text editor in SDL (portable graphics).
> This could be morphed into a debugging console, again,
> connecting to the program via TCP/IP. It could actually
> show the Felix text or C++ text or both executing.
> 
> That would be freaking amazing. I have been doing Felix advocacy on the side. 
> One question I face often and the one that I dont have a good response for is 
> how does one debug Felix. I am very debugger averse and use it only when I 
> have a knife at my throat. This feature will be a great response.
>  
> Note these are just ideas! not implemented yet.

You can and sometimes must debug the generated C++. This is hard.
Even for me.

however Felix offers some opportunities in common with a bytecode
interpreter that are hard to get with say C or C++, a rich set of
ways to inject instrumentation. Please note most of these features
are NOT currently implemented, they just could be :)


--
john skaller
skal...@users.sourceforge.net
http://felix-lang.org




------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to