일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- GitHub
- mariadb
- dataframe
- Button
- RNN
- mean
- Lotto
- javascript
- ipad
- Numpy
- SciPy
- imread
- install
- Series
- 삼성소프트웨어멤버십
- GT-S80
- index
- DFS
- pycharm
- pandas
- 알고리즘
- LSTM
- E-P1
- Python
- synology
- Splunk
- CNN
- keras
- SPL
- pip
Archives
- Today
- Total
목록TRACE (1)
잠토의 잠망경
[CSharp] Debug & Trace
Debug window 사용하기 output Windows에 Debugging용 Text를 남길수 있다. public void ShowDebug() { Debug.WriteLine(".....debug...start...."); Debug.Indet(); // 들여쓰기 시작 Debug.WriteLine(".....debug......."); Debug.WriteLine(".....debug......."); Debug.Unindet(); // 들여쓰기 종료 Debug.WriteLine(".....debug...end...."); } Debug Window + File output Debug를 사용하면 기본 output에 나오기때문에 system.console.out을 추가로 할 필요는 없다. public..
공부/C sharp
2018. 12. 26. 21:11