SketchUp / sketchup-ruby-api-tutorials

SketchUp Ruby API Tutorials and Examples
MIT License
214 stars 145 forks source link

Debugging in VSC doesn't start #11

Closed GlebBazhanov closed 6 years ago

GlebBazhanov commented 6 years ago

Debug Configuration

There is not an error but debugging does not started, because folder "/src" does not exist by default. "cwd": "${workspaceRoot}/src" "remoteWorkspaceRoot": "${workspaceRoot}/src"

thomthom commented 6 years ago

You would have to adjust that to fit your own project's filestructure.

thomthom commented 6 years ago

I removed the /src part from the guide - it wasn't needed.