Skip to content

Cannot get debugging to work for any language (Python / Javascript) #210

Closed
@rohan-dave

Description

@rohan-dave

I am currently running Coder through a docker container on my local machine and I would like to debug Python in it.

Here are the steps I took:

  1. Installed the ms-python Python extension through the marketplace.
  2. Installed the Python language through the terminal in the IDE via apt-get command.
  3. Click on "Start without Debugging" or "Debugging" for a simple Hello World program.

The IDE throws an errors as below:
"events.js:183
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE 0.0.0.0:8443
at u.setupListenHandle [as _listen2] (net.js:1360:14)
at listenInCluster (net.js:1401:12)
at doListen (net.js:1510:7)
at _combinedTickCallback (internal/process/next_tick.js:142:11)
at process._tickCallback (internal/process/next_tick.js:181:9)events.js:183
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE 0.0.0.0:8443
at u.setupListenHandle [as _listen2] (net.js:1360:14)
at listenInCluster (net.js:1401:12)
at doListen (net.js:1510:7)
at _combinedTickCallback (internal/process/next_tick.js:142:11)
at process._tickCallback (internal/process/next_tick.js:181:9)
"

The same error occurs with Javascript as well.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions