Hi all,
I've read too many threads on the particular subject without being able to resolve my problem: The VS2013 debugger will not break at a toggled breakpoint in the workflow. The breakpoint is set but the workflow continues normally without breaking.
Things that i have tried:
- Set "Enable just my code" in VS Tools->Options-> Debugging -> General options
- Set "Enable .NET Framework source stepping" in VS Tools->Options-> Debugging -> General options
- Cleared Symbol cache and set Automatically to load symbols for all modules in VS Tools->Options-> Debugging -> Symbols
- Attached debugger to process w3wp.exe (in all 4 different instances)
- Set Debug to True in IIS .NET Compilation options like below:
Image may be NSFW.
Clik here to view.
The only thing that i haven't tried is to "Enable Debuggers" as per below screenshot since they are greyed out/disabled (in Project properties)
Image may be NSFW.
Clik here to view.
Anyone came across such issue? Please help as this is extremely frustrating
Thanks for considering my question
Chris