Turbo C++ Explorer까지 오게된 역사를 적어보려고 볼랜드에서 만들었던 문서를 번역하고 있습니다.
"cbuilderx taking cpp into the future"
물론 cbuilderx가 나왔을때 만들어진 문서이니 Turbo C++ Explorer는 없습니다.
아무튼 번역중에 Turbo Debugger의 자랑?을 주욱~ 늘어놓는데... 그냥 직역하기는 찝찝해서 글을 올려봅니다.
In its day, the Turbo Debugger was very powerful.
It could be run in extended memory, which left the lower 640k of memory available for the application being developed.
It could browse through structures with data debugging, set conditional breakpoints, and break on memory access.
It could log expressions and included 386 ICE capabilities. <--- this!!
These advanced debugging abilities allowed the developer to quickly and concisely find defects in the software in an intuitive, visual manner.
this라고 표시한 부분입니다.
ICE(In-Circuit Emulator) 386에 대해서 아시는분 계신가요??
( http://www2.lauterbach.com/doc/ice386.pdf)
아무튼 터보 디버거가 그걸 지원했다는 건데... 흠흠...
|