잡담

Thread progarmming debugging 도중

tomato13 2008. 10. 28. 12:17
profiler test util에 대한 debug작업을 하면서 thread programming에 대한 debugging이 쉽지 않다는 생각을 하게 되었다. 내역을 얘기해보면 아래와 같다.

- 우선 non-deterministic하게 동작을 하기 때문에 동작에 대한 재현이 어려운 듯 하다.
- debug도중 각 thread에 대한 profiling이 쉽지 않은 듯 하다. break point를 찍고 단계를 진행시킬 경우 주변 다른 thread들에 대한 제어가 가능하지 않을 경우 어려움이 있다.

'잡담' 카테고리의 다른 글

Context-Driven Test Automation  (0) 2008.11.02
Virtualization  (0) 2008.10.29
Test Code Generator  (0) 2008.07.27
Hyper-Threading Technology  (0) 2008.07.19
Instrumenting Java bytecode  (0) 2008.06.17