Made (partial) Windows support official
This commit is contained in:
parent
ea92572fa1
commit
d90537d2fb
12
README.md
12
README.md
@ -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
|
||||
============
|
||||
|
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user