Sublime Forum

Running a [web] server in a window with traceback highlight

#1

Aptana Studio / Eclipse has this handy capability that you can create Run configurations which then run applications inside a Console window in Eclipse. They don’t need to be batch runs (like Build Sublime), but can run continuosly. The most well known example for Python developers is Django dev server. And if there are any exceptions during development, they are printed in this console window and you can double click yourself to go to lines in the exception traceback.

What is the closest thing of “Running web server in a Sublime window with output analysis”? If you can run applications in a window continuously and highlight the output I can easily do the traceback syntax highlighting and double click regions. But I guess this would need some kind of special window with a fixed length buffer.

Any packages which could help to achieve this task?

0 Likes