Answer the question
In order to leave comments, you need to log in
Why doesn't code from a managed app module run?
Platform: 8.3.7.
Primary launch mode: Managed application.
Tried to start debugging both in thick mode and in thin mode - the result is the same.
Answer the question
In order to leave comments, you need to log in
1) Error on the screen - the managed application module is running on the client. If you need a server call, then move your procedure to a server module. The OnServerWithoutContext directive only makes sense for form modules.
2) Debugging of server procedures will not start if the 1C server is not switched to debug mode. the default is to debug client code only.
3) Debugging of background processes, web service calls, external connections, and so on is enabled in the automatic connection setting of the debug search window.
4) If you need to debug exactly web or http services, then you need to add the debug element to the default.vrd file.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question