ФорумПрограммированиеPython → Jarvis: Помощник при отладке кода

Jarvis: Помощник при отладке кода

  • adw0rd

    Сообщения: 22959 Репутация: N Группа: в ухо

    Spritz 21 июля 2012 г. 13:24

    Jarvis is a Python coding companion. Point it to a python function, and it will execute it. As soon as you change and save your code, Jarvis will detect it, and will rerun the function.

    If an exception is raised, it will be displayed in the error panel.

    If you insert some debugging statements in your code, they will be displayed in the debug panel.

    Last, but not least, if you are using OpenSceneGraph Python bindings, you will be able to output an OSG tree to the Jarvis interface. This way, you can instantly see the new 3D scene your code is generating.


    http://jarvis.readthedocs.org/en/latest/index.html
    http://madlag.github.com/jarvis/

    http://www.youtube.com/watch?feature=player_embedded&v=fbpx7UL7VdE


    Лично мне сейчас он не пригодится, но кому-то может быть
    https://smappi.org/ - платформа по созданию API на все случаи жизни

Пожалуйста, авторизуйтесь, чтобы написать комментарий!