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