jasonfagan / nim-docker-debug

the sample for debugging nim language with docker and vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nim-docker-debug

the sample for debugging nim language with docker and vscode.

note

You need install plugin before debugging Remote Development(ms-vscode-remote.vscode-remote-extensionpack) or like something like this. This settings run and debugg current opening file.

if you want to run and debug specific file, please change files bellow. .devcontainer\devcontainer.json .vscode\tasks.json

how to debugg

  1. reopne folder in remote container.
  2. set break poin.
  3. start debugging!!(F5)

About

the sample for debugging nim language with docker and vscode

License:MIT License


Languages

Language:Dockerfile 63.1%Language:Nim 36.9%