This fork adds a Turbo Debugger style TUI debugger for OS/2 programs running on 2ine.
Prerequisites:
- 32-bit build environment (see BUILD_NOTES.md)
- Capstone disassembly engine (submodule)
- Turbo Vision TUI library (submodule)
- Need to use podman for building if you are on amd64
Initialize submodules:
git submodule update --init./build/td2ine ../tests/hello16.exe| Key | Action |
|---|---|
| F1 | Help |
| F3 | Quit debugger |
| F6 | Next window |
| F7 | Step Into |
| F8 | Step Over |
| F9 | Run/Continue |
| Up/Down | Scroll in active window |
For complete build instructions and debugging information, see BUILD_NOTES.md.
*AI Disclosure, these additions were largely done using qwen 3.5 397b and glm 5.1
All possible thanks to the work of Ryan who created 2ine.