I am using .pdbrc to store my debugging alias. And I want it to be available globally. Where should this file be on windows?
Asked
Active
Viewed 307 times
2 Answers
1
After several tries, I found it. You can put it in C:\users\your_win_user\.pdbrc

Haoran Yi
- 467
- 2
- 11
1
If putting the file in C:\Users\<your_user>
doesn't work, additionaly try setting your HOME
environment variable to C:\Users\<your_user>
. Worked for me.
Thanks to @WayneWerner for the solution.

Aviv Cohn
- 15,543
- 25
- 68
- 131