unknownworlds / decoda

Decoda Lua IDE and debugger
GNU General Public License v3.0
900 stars 264 forks source link

Process output deadlock fix & External tool improvements #13

Closed SanaaHamel closed 10 years ago

SanaaHamel commented 11 years ago

Rogue/runaway tool processes can no longer cause Decoda to deadlock if their output does not contain an EOL char. Stderr/stdout output no longer interweaves quite as much. (Makes debugging much easier..) External tools now have an Initial Working Directory option.

(Both are rather critical if you have a Run Script external tool...)