Python Forum

Full Version: Debugging in VS code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi all,

When i tried to debug in VS code for a py file which involves reading csv with pandas, VS code said cwd needs to be set in launch.json. However, after I set, another issue happen. I wonder if kind of port or something I need to set before successfully debug? Thanks!

My py file
[Image: CZjEQgX.jpg]
launch.json and debug message
[Image: m7N8f6x.jpg]
location for placing csv file
[Image: wAZXIps.jpg]