Made (partial) Windows support official

This commit is contained in:
IdanArye 2014-05-22 17:25:26 +03:00
parent ea92572fa1
commit d90537d2fb
2 changed files with 16 additions and 8 deletions

View File

@ -38,10 +38,14 @@ Vebugger is built under the following assumptions:
debugger has a cool feature I want to support, I'll implement it even if the
other debuggers don't have it.
Vebugger is developed under Linux. I'll try it under Windows once I feel like
setting a Windows development environment, and fix what needs to be fixed to
make it work there. I have neither plans nor means to support OSX, but I will
accept pull requests that add OSX support.
Vebugger is developed under Linux. It doesn't work properly under Windows due
to lack of PTY support. I have neither plans nor means to support OSX, but I
will accept pull requests that add OSX support.
The features that don't work under windows are:
* RDebug.
* Displaying output from the debugged program.
REQUIREMENTS
============

View File

@ -39,10 +39,14 @@ Vebugger is built under the following assumptions:
debugger has a cool feature I want to support, I'll implement it even if the
other debuggers don't have it.
Vebugger is developed under Linux. I'll try it under Windows once I feel like
setting a Windows development environment, and fix what needs to be fixed to
make it work there. I have neither plans nor means to support OSX, but I will
accept pull requests that add OSX support.
Vebugger is developed under Linux. It doesn't work properly under Windows due
to lack of PTY support. I have neither plans nor means to support OSX, but I
will accept pull requests that add OSX support.
The features that don't work under windows are:
* RDebug.
* Displaying output from the debugged program.
REQUIREMENTS *vebugger-requirements*