Hello everybody
I'm working in file-system mode in a 7.18.5 development environment.
I need to override the OnSaving method of the Account entity then I created a custom EntityEventListener (following Creatio documentation).
I followed all the instructions of Creatio documentation to setup my Visual Studio 2019 Enterprise and my local Creatio web application (see https://academy.creatio.com/docs/sites/en/files/pdf/guide/191/Debugging_7.18.pdf).
I worked both on "Compile into a separate assembly" package (in this case opening the package project file) and "traditional" package (in this case using the autogenerated Terrasoft.Configuration.sln solution).
When I attach to w3svc process my VS2019 (run as administrator) the breakpoints are not recognized because the symbols are not loaded. Then I force to load symbols so the breakpoints are recognized (see image below):
If I add a new break point during debug there's an error:
Anyway.. the debugging doesn't work: if I press F10 or F5 the breakpoints after the first are not manged and the execution ends.
So we have two main problems:
1) The symbols are not automatically loaded (but I can do it manually..)
2) The debugging tools dont work
I'm I doing something wrong?
I can I really debug server-side code?
Thanks