newLISP Fan Club

Forum => newLISP Graphics & Sound => Topic started by: hartrock on February 11, 2016, 01:21:03 PM

Title: Inspector v.0.4: Remote Inspector
Post by: hartrock on February 11, 2016, 01:21:03 PM

    • Inspector's webserver for serving RI's GUI runs as a newLISP process, to be started by the user (it's a standalone webserver not needing more software);
    • RI's GUI is running inside a browser window with Javascript;
    • RI's remote is a newLISP process to be visualized and controlled by RI's GUI.

    A screenshot says more than many words: Remote Inspector: debugging session (//https).




    • interaction with,
    • introspection of, and
    • control of this remote.


    • Interaction: remote console mimicking a newLISP interpreter shell inside a terminal;
    • introspection: remote's symbols will be shown in symbols view and updated after each evaluation;
    • control:

       
    • start: with startup CLI arguments,
     
    • termination: SIGTERM, SIGKILL, and
     
    • interruption: SIGINT.
  • [/list]

    [size=150]More[/size]

    For more details see:

    https://github.com/hartrock/Inspector#remote-inspector



    Project page:

    https://github.com/hartrock/Inspector



    Feedback is appreciated.
    Title: Re: Inspector v.0.4: Remote Inspector
    Post by: oofoe on February 17, 2016, 12:15:12 PM
    This looks quite interesting! I'll give it a try when I update to the new release.



    Thanks for releasing it!