Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Hello World 응용 예제 실행하기


1. Start debug server by selecting the following menu (If you run an application using the virtual machine provided by QEMU, skip this step.)
    다음  다음 메뉴를 선택해 디버그 서버를 시작한다. (큐이엠유가 제공하는 가상머신을 사용해 응용을 실행시킬  경우 이 과정은 생략한다.)

  • VSCode → Terminal → Run Build Task...
    • make xdserver


2. Open VSCode Run view by selecting the following menu
    다음 메뉴를 선택해 브이에스코드의 실행 뷰를 연다.

  • VSCode → View → Run


3. Select the following run configuration at the VSCode Run view
    브이에스코드 실행 뷰에서 다음 실행 구성을 선택한다.

  • ARM Target (build load)


4. Start build, load, debugging by selecting the following menu
    다음 메뉴를 선택해 빌드, 로딩, 및 디버깅을 시작한다.

...