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