My Application displays processing results on my main form (charts/visual reports).
I am in the debugging phase, so I need to interpret the outputs of the App, and make changes to the code based on these outputs.
The behavior I would like is to basically stop debugging (detach the debugger from the running thread I’ve launched), so i can change/edit the code, but keep the output forms open, As I need them to analyze reports and make the needed code changes.
PS : I have x64 outputs so there is no hot-code-edit-and-continue option (besides, this is not what I am looking for.)
Thanks in advance
menu
Debug -> Detach allTaken from here