프로그램 개발(분석, 설계, 코딩, 배포)/100. 기타81 Visual Studio 2019 로 rust 디버깅하기(msvc Debug 로 디버깅) 출처: https://yiunsr.tistory.com/860 Visual Studio 2019 로 rust 디버깅하기(msvc Debug 로 디버깅) 2021. 3. 27. 11:25 며칠전 vscode 로 rust 를 디버깅하는데 안되는 case 가 있어서 stackoverflow 에 질문을 올렸다. ( yiunsr.tistory.com/859 ). 그런데, 내 설명이 부족한 것인지, 내 영어 실력이 문제인 것인지 딱히 답변이 없었다. 계속 알아보니 VSCode 의 CodeLLDM 설명에 (github.com/vadimcn/vscode-lldb/wiki/Notes-on-Windows-support) *-pc-windows-gnu 를 추천한다는 말이 있었다. MSVC 로 컴파일 할 때 뭔가 잘 안되는 .. 2024. 3. 9. [해결방법] 이클립스 incompatible JVM, jvm is not suitable for this product. 1. 이클립스 실행 문제 자바 JDK를 설치하고 이클립스를 설치한 후 실행하니 다음과 같은 오류가 발생했습니다. 뭐여 이거? Version 1.8.0_281 of the JVM is not suitable for this product. version: 11 or greater is required. 해석하자면 (feat. 구글 번역기) : JVM 버전 1.8.0_281은이 제품에 적합하지 않습니다. 버전 : 11 이상이 필요합니다. 라고 합니다. 728x90 2. 해결방법 이럴때 이클립스가 설치된 폴더 안에 eclipse.ini을 열어서 수정하면 됩니다. eclipse.ini을 열어봅니다. eclipse.ini의 원본 위의 Dosgi.requiredJavaVersion에 버전 숫자가 11로 되어 있음을.. 2024. 3. 3. iPad 앱스토어 등록 전 작업 앱스토어 등록 전 임시 테스트할 수 있도록 TestFlight 에 올림 TestFlight에서 앱 다운로드 가능하게끔 계정등록함 2024. 2. 21. Emacs 사용 출처: https://tjemacs.blogspot.com/ Emacs 사용 Emacs 사용법 및 팁 공유 2023년 10월 29일 일요일 Emacs + slime + SBCL + Windows SBCL https://www.sbcl.org/ Download · https://www.sbcl.org/platform-table.html · 설치 위치 예시 Slime https://github.com/slime/slime MELPA https://melpa.org/#/getting-started .emacs 추가 (require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) ;; Comment/unc.. 2023. 12. 6. How do I use Tramp to work in Emacs via SSH? 출처: https://www.gnu.org/software/emacs/manual/html_node/efaq-w32/Tramp-ssh.html How do I use Tramp to work in Emacs via SSH? Tramp can use a number of protocols to connect to remote machines to read files and even run commands on those files remotely. A popular one is ssh. As well as Cygwin versions of openssh, you can use PuTTY’s command line plink program as the ssh client. The relevant method.. 2023. 12. 6. 이전 1 ··· 10 11 12 13 14 15 16 17 다음