enlight / dbgmits

NodeJS module that provides the ability to control GDB and LLDB debuggers via GDB/MI.
MIT License
6 stars 3 forks source link

Build and run tests on Windows #4

Open enlight opened 9 years ago

enlight commented 9 years ago

Probably need to take care of issue #2 first, then the default build process can be changed on Windows to use Clang instead of MSVC.

enlight commented 9 years ago

Of course after issue #2 is resolved there's still the fact that support for local debugging with LLDB on Windows is still very much a work in progress, and most tests use local debugging so many will probably fail.