Managing debug item attachment

To manage debug item attachment, on the Debug menu, click Attach for debugging. This opens the debug item selection dialog box.

The list of available debug items contains items that you can debug. It only includes the items that belong to the infobase being debugged and for which debugging is allowed.

Attaching debug items for debugging over HTTP

If debugging is performed over HTTP, only items that match the specified debug item filter are added to the list. To set a debug item filter, click the selection button in the filter field. This opens a new window for specifying filter settings.

Background jobs are only included in the list of available debug items during the execution period of the appropriate handlers. Since the execution can take a very short time, we recommend that you always have background jobs attached automatically in client/server infobases.

If you start web client debugging from Designer, the debug item of its server component is attached automatically. And if the web client is connected to a server infobase, debugging the server component is only available when the 1C:Enterprise server is running in the debug mode.

To attach a debug item to debugger, select it in the list of available items and click the Attach button. This moves the item from the list of available ones to the list of attached ones.

To detach a debug item, select it in the list of attached items and click the Detach button. This moves the item from the list of attached ones to the list of available ones. You can attach it again if needed. Note that breakpoints in detached debug items are ignored during the debugging.

To close a debug item, click the Break button. To pause at the current execution point, click the Stop button.

To open the settings dialog box, click the Settings button.

For automatic attachment of debug items on a 1C:Enterprise server that is running in the debug mode, click the Autoattach button and select the debug item types that you want attached automatically.

Attaching debug items for debugging over TCP/IP

If the Search remote computer for debug items check box is selected, in the field to the right of the check box, enter the computer name or its network address, or select it from the list history. This adds the debug items found on the remote computer to the list of available items, while the list of attached items only contains the debug items that are already attached to debugger.

To attach a debug item to debugger, select it in the list of available items and click the Attach button. This moves the item from the list of available ones to the list of attached ones.

To detach a debug item, select it in the list of attached items and click the Detach button. This moves the item from the list of attached ones to the list of available ones. You can attach it again if needed. Note that breakpoints in detached debug items are ignored during the debugging.

To close a debug item, click the Break button. To pause at the current execution point, click the Stop button.

To open the port pange settings dialog box, click the Settings button.

For automatic attachment of debug items on a 1C:Enterprise server that is running in the debug mode, click the Autoattach button and select the debug item types that you want attached automatically.

1C:Enterprise Developer's Community