Re: debugging TSVN in Visual Studio 2022

2023-11-16 Thread Stefan via TortoiseSVN-dev
I wouldn't recommend debugging the shell extension part if you're not already familiar with shell extensions in general. While it is possible to do some debugging, getting everything set up for this takes a *lot* of time, and since you're dealing with the shell any mistake can basically break yo

Re: debugging TSVN in Visual Studio 2022

2023-11-16 Thread Daniel Sahlberg via TortoiseSVN-dev
torsdag 16 november 2023 kl. 14:47:03 UTC+1 skrev Stefan Sperling: On Wed, Nov 15, 2023 at 10:45:46AM -0800, Stefan via TortoiseSVN-dev wrote: > [image: Screenshot 2023-11-15 194517.png] Thank you both, Daniel and Stefan. I see how this works now. TortoiseProc takes an argument which specifie

Re: debugging TSVN in Visual Studio 2022

2023-11-16 Thread TortoiseSVN-dev
On Wed, Nov 15, 2023 at 10:45:46AM -0800, Stefan via TortoiseSVN-dev wrote: > [image: Screenshot 2023-11-15 194517.png] Thank you both, Daniel and Stefan. I see how this works now. TortoiseProc takes an argument which specifies a subcommand to run, which spawns a specific TSVN dialog, which can t