I
I
Ivan Melnikov2019-04-01 14:08:30
1C-Enterprise
Ivan Melnikov, 2019-04-01 14:08:30

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.
5ca1f0c518328912264961.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Kinash, 2019-04-01
@immelnikoff

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 question

Ask a Question

731 491 924 answers to any question