I am currently trying t debug a schedule task using dot peek symbolserver and visual studio.
Problem is that the process which runs the task, is not available until I start the task, which timingwise causes someproblems with breakpoints having to catch the function being executed.
Any suggestions to how one could debug a schedule task.
More specific to the case:
I don't have access to the code, which is why i use dotpeek to see where it goes wrong. The code should work as it is. I am looking for what enviromental changes may have caused this to not function, or where exaclty in the code is it faulting and why