# How to change the PATH variable on VSCode Debugger

**URL:** https://discourse.julialang.org/t/how-to-change-the-path-variable-on-vscode-debugger/80959
**Category:** VS Code
**Tags:** debugger
**Created:** [May 12, 2022, 2:23pm UTC](https://discourse.julialang.org/t/how-to-change-the-path-variable-on-vscode-debugger/80959 "2022-05-12T14:23:01Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![guilhermebodin](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/guilhermebodin/32/6982_2.png) [@guilhermebodin](https://discourse.julialang.org/u/guilhermebodin)
#### Post date: [May 12, 2022, 2:23pm UTC](https://discourse.julialang.org/t/how-to-change-the-path-variable-on-vscode-debugger/80959/1 "2022-05-12T14:23:01Z")

</div>

Hi, I have a kind of complicated bat script that runs a julia executable inside, in order to use the debugger I would have to make an edition in the `PATH` environment variable, is this currently possible in the Debugger of VSCode?
