Versions Compared

Key

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

...

Refresh the browser, the breakpoints should be reached

Using SSH from VSC

  1. Install SSH - Remote tools
  2. Image Added
  3. Create a config file that contains the connection details, the file is called config with no file extension and should be placed in the /Users/<username>/.ssh folder

  4. Code Block
    Host sels-mc
    	HostName 130.211.75.156
    	IdentityFile ~/.ssh/gcp-key
    	User selvy

    The indentation is important

  5. Open the Remote connection
  6. Image Added
  7. Image Added
  8. Image Added