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

Investigate the need for setProcessEnvironment() #23

Open enlight opened 9 years ago

enlight commented 9 years ago

This function sets some environment variables so that the LLDB executable can find the LLDB Python module on Windows. However, there were some changes recently to the way the LLDB build process determines which Python distribution to use for building the LLDB Python module so it would be a good idea to check if this function is still required.