Add debugger to env PATH

This commit is contained in:
Ivan Kravets
2018-05-11 03:06:18 +03:00
parent b310c57136
commit 9d566d8905

View File

@ -69,7 +69,7 @@ def LoadPioPlatform(env, variables):
# Add toolchains and uploaders to $PATH
for name in installed_packages:
type_ = p.get_package_type(name)
if type_ not in ("toolchain", "uploader"):
if type_ not in ("toolchain", "uploader", "debugger"):
continue
path = p.get_package_dir(name)
if isdir(join(path, "bin")):