Can we debug the custom assembly code?
- No, we can't
- Yes, we can do this using Application.ShowMessage
- Yes, we can do this using Thisform.Variables
- Yes, we can do using IDORuntime by attaching the process to VS Code
Yes, we can debug the Custom Assembly code using visual studio by attaching the debug process to the IDORunTime Service.
But, this can be achieved only in the On-prem systems, not in the CSI cloud.
Steps to debug the code,
You should be able to debug the code by triggering the method call.
As mentioned above, this is suitable only for the On-Prem systems.
Contact Us