일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- E-P1
- mariadb
- RNN
- Python
- SPL
- CNN
- install
- Series
- SciPy
- GitHub
- index
- 알고리즘
- GT-S80
- imread
- dataframe
- ipad
- Button
- Splunk
- 삼성소프트웨어멤버십
- pip
- Numpy
- DFS
- pycharm
- synology
- keras
- LSTM
- mean
- pandas
- javascript
- Lotto
Archives
- Today
- Total
목록Debug.WriteLine (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