Writers edit, architects redraw, and programmers debug. Development environments are usually nice enough to give programmers a bunch of tools to help determine where their program's going wrong. B… more →
COLD CASEpglmy00 wrote 4 months ago: TraceTarget을 사용하여 로그 기록 설정을 추가해 보자 import mx.logging.ILogger; import mx.logging.LogEventLevel … more →
lum7671 wrote 11 months ago: 형식있는 로그를 만들기 위해서 다음과 같이 해봤다. * common.h ... #define __FILENAME__ (strrchr(__FILE__,'/')+1) #define N … more →
taez wrote 3 years ago: Writers edit, architects redraw, and programmers debug. Development environments are usually nice en … more →
taez wrote 3 years ago: This article details various methods for debugging PHP applications, including turning on error repo … more →