mirror of
https://github.com/platformio/platformio-core.git
synced 2026-05-05 12:24:09 +02:00
Add debugger to env PATH
This commit is contained in:
@@ -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")):
|
||||
|
||||
Reference in New Issue
Block a user