2 Questions:
1) Is it possible to debug C# code from Dexterity Testmode?
2) Do I need to do anything with the dll that is created for this to work?
At this point when I try to attach Dex.exe to my Visual Studio project and create a debug point I get the message: "The breakpoint will not currently be hit. No symbols have been loaded for this document." I put a debug stop point on a Change event for a field on my form.
What I'm trying to get around is to not have to create a chunk every time I make a change in my dexterity form.
1) Is it possible to debug C# code from Dexterity Testmode?
2) Do I need to do anything with the dll that is created for this to work?
At this point when I try to attach Dex.exe to my Visual Studio project and create a debug point I get the message: "The breakpoint will not currently be hit. No symbols have been loaded for this document." I put a debug stop point on a Change event for a field on my form.
What I'm trying to get around is to not have to create a chunk every time I make a change in my dexterity form.