carla icon indicating copy to clipboard operation
carla copied to clipboard

help: how to debug carla in vscode (ubuntu)

Open gengtsh opened this issue 2 years ago • 2 comments

can someone provide a tutorial to explain how to setup a carla project in vscode (ubuntu OS) and how to debug the code? i did the following step:

  1. change the UE editor preferences to visual studio code,
  2. press play button in the UE4,
  3. open visual studio code in CaralUE4
  4. run and debug in vs,
  5. in the vs terminal, run the python tutorial.py, however, it is said ImportError: no module named carla

what i try to do is to build carla project in vs and try to trace how functions in both server and client side work, thanks a lot.

gengtsh avatar Apr 06 '22 22:04 gengtsh