2

I am using .pdbrc to store my debugging alias. And I want it to be available globally. Where should this file be on windows?

Haoran Yi
  • 387
  • 1
  • 7

2 Answers2

1

After several tries, I found it. You can put it in C:\users\your_win_user\.pdbrc

Haoran Yi
  • 387
  • 1
  • 7
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
  • 13,385
  • 22
  • 55
  • 111