Fix a broken support for custom configuration file for pio debug command // Resolve #3922
This commit is contained in:
@@ -105,6 +105,7 @@ def predebug_project(
|
||||
ctx.invoke(
|
||||
cmd_run,
|
||||
project_dir=project_dir,
|
||||
project_conf=project_config.path,
|
||||
environment=[env_name],
|
||||
target=["__debug"] + (["upload"] if preload else []),
|
||||
verbose=verbose,
|
||||
|
||||
Reference in New Issue
Block a user