VS2022 debugging works in vs Automate 1.0.7 but fails to start in 1.0.8

Created at 14 Sep 2023, 20:10
CT

ctid+customer-358356

Joined 01.04.2020

VS2022 debugging works in vs Automate 1.0.7 but fails to start in 1.0.8
14 Sep 2023, 20:10


VS2022 debugging works in vs Automate 1.0.7 but fails to start in 1.0.8
Reverting back to 1.07 and it works again.
Using fullAccess and system.Diagnostics.Debugger.Launch() in OnStart()
It happens on All Robots & Indicators.

Anyone else same problem?

 


@ctid+customer-358356
Replies

PanagiotisChar
15 Sep 2023, 06:33

Hi Share4us,

It works fine for me. What exactly doesn't work?


@PanagiotisChar

ctid+customer-358356
19 Sep 2023, 22:21

RE: VS2022 debugging works in vs Automate 1.0.7 but fails to start in 1.0.8

PanagiotisChar said: 

Hi Share4us,

It works fine for me. What exactly doesn't work?

Debugger.Launch() does not get triggered in 1.0.8.
Same Code works in 1.07
 


@ctid+customer-358356

PanagiotisChar
20 Sep 2023, 06:13

Maybe record a video demonstrating this, since all looks fine here


@PanagiotisChar

boris_k
01 Nov 2023, 16:59 ( Updated at: 21 Dec 2023, 09:23 )

RE: RE: VS2022 debugging works in vs Automate 1.0.7 but fails to start in 1.0.8

Shares4us said: 

PanagiotisChar said: 

Hi Share4us,

It works fine for me. What exactly doesn't work?

Debugger.Launch() does not get triggered in 1.0.8.
Same Code works in 1.07
 

Hi 
I have the same issue.


@boris_k

RazorTrading
01 Dec 2024, 22:06 ( Updated at: 02 Dec 2024, 06:51 )

Sorry to dig this old post up, but I had the same issue today and I fixed it by following this solution, just in case anyone still gets this issue. It's not a problem with cTrader.

https://stackoverflow.com/questions/12655965/debugger-launch-not-working


@RazorTrading