Skip to content

guohaoyu110/bazel_debug_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

bazel_debug_template

  • Run this in the root of your workspace to find the target of bazel-cpp-template symlink that Bazel creates based. These symlinks are documented here:
readlink -n bazel-cpp-template
  • Put the output of that command in launch.json's sourcemap section:
"sourceMap": {
        "[output of readlink -n bazel-cpp-template]": "${workspaceFolder}/"
 }

Example:

"sourceMap": {
        "/private/var/tmp/_bazel_ari/asdfasdfasdfasdfasdfgadfgasdg/execroot/__main__": "${workspaceFolder}/"
 }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published