mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
Update README
This commit is contained in:
parent
cb391f08b9
commit
031c3ed055
1 changed files with 2 additions and 2 deletions
|
@ -169,11 +169,11 @@ On linux:
|
||||||
|
|
||||||
### How to debug
|
### How to debug
|
||||||
|
|
||||||
If you want to debug, use Visual Studio Code or Visual Studio 2019.
|
If you want to debug, use Jetbrain's Rider or Visual Studio 2022.
|
||||||
|
|
||||||
You need to run the development time docker-compose as described [in the test guide](./BTCPayServer.Tests/README.md).
|
You need to run the development time docker-compose as described [in the test guide](./BTCPayServer.Tests/README.md).
|
||||||
|
|
||||||
You can then run the debugger by using the Launch Profile `Docker-Regtest` on either Visual Studio Code or Visual Studio 2017.
|
You can then run the debugger by using the Launch Profile `Docker-Regtest`.
|
||||||
|
|
||||||
If you need to debug ledger wallet interaction, install the development time certificate with:
|
If you need to debug ledger wallet interaction, install the development time certificate with:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue