본문 바로가기

개발/VS Visual Studio Code

stm32cubeIDE 에서 build 하던거 vs code 에서 build/debug 하기 2 stm32 를 vs code에서 build/debug 하기    2가지를 해 보았읍니다.  필요 한거 쓰셔요. 1.  stm32cubeIDE 에서 build 하던거 vs code 에서 build/debug 하기                https://bahk33.tistory.com/191    ( stm32cubeCLT , make.exe 를 설치 )2.  stm32cubeIDE 에서 build 하던거 vs code 에서 build/debug 하기 2 - 본글  https://bahk33.tistory.com/192    ( stm32cubeCLT , make.exe 를 설치 안하고 하기 ) ==========================본글 순서 0. 개념1. 사전 작업 2. Compiler 경로 .. 더보기
stm32cubeIDE 에서 build 하던거 vs code 에서 build/debug 하기-1 stm32 를 vs code에서 build/debug 하기    2가지를 해 보았읍니다.  필요 한거 쓰셔요. 1.  stm32cubeIDE 에서 build 하던거 vs code 에서 build/debug 하기-1 - 본글   https://bahk33.tistory.com/191    ( stm32cubeCLT , make.exe 를 설치 )2.  stm32cubeIDE 에서 build 하던거 vs code 에서 build/debug 하기 2              https://bahk33.tistory.com/192    ( stm32cubeCLT , make.exe 를 설치 안하고 하기 ) ==========================본글 순서 0. 개념1. 사전 작업 2. stm32cubeCL.. 더보기
VS Code 로 nuvoton 디버그 하기 본글은 Visual Source Code ( VsCode ) 로 Nuvoton 소스를 build ( compile ), debug 하는 글의 한 부분 입니다. 1.  Nuvoton 제공 Sample Code를 Keil 에서 Compile 하기   ( https://bahk33.tistory.com/181  )2.  gcc 로 nuvoton source 직접 build(compile) 하기             ( https://bahk33.tistory.com/183 ) 3. Visual Source VS Code 로 nuvoton Build(Compile) 하기   ( https://bahk33.tistory.com/185  ) 4. VS Code 로 nuvoton 디버그 하기              .. 더보기
Visual Source VS Code 로 nuvoton Build(Compile) 하기 본글은 Visual Source Code ( VsCode ) 로 Nuvoton 소스를 build ( compile ), debug 하는 글의 한 부분 입니다. 1.  Nuvoton 제공 Sample Code를 Keil 에서 Compile 하기   ( https://bahk33.tistory.com/181  )2.  gcc 로 nuvoton source 직접 build(compile) 하기             ( https://bahk33.tistory.com/183 ) 3. Visual Source VS Code 로 nuvoton Build(Compile) 하기   ( https://bahk33.tistory.com/185  )  :   본글4. VS Code 로 nuvoton 디버그 하기       .. 더보기
(portable) Visual Studio (VS) Code 설치 , Extension 설치, 삭제 1. 설치2. VS Code Upgrade 때 기존 깔린 Extension 가져 가기,3. Vs Code Extensions (추가 기능 ) 설치4. Extension file ( ~.vsix ) 설치5. Extension 지우기      1. 설치 ( 포터블 ) >   https://code.visualstudio.com/Download  에서 windows .zip 파일을 다운 받는다.>  푼다>  포터블로 하기 위해서는 푼 디렉토리 실행 파일 ( Code.exe ) 가 있는 곳에 'data'  라는 디렉토리를 만든다. 그럼 일단 끝 ! |- VSCode-win32-x64-1.96.3| |- Code.exe (or code executable) // 실행 파일| |- data| | |-.. 더보기