The 1C:Enterprise developers forum

#1
People who like this: 0 Yes / 0 No
Active user
Rating: 2
Joined: Sep 16, 2013
Company:

Hello,

I am new at 1C development and I have problem with starting the debugger.
Here are the steps I have done:

1. Start debugger in Designer (F5).
2. Next splash screen with company logo appears and nothing more - the process stop here and it hangs to the infinity...
3. No error, no warrning, no message - only splash screen.
4. How can I check why the debugger does not proceed further, any log exist?
5. 1C Enterprise starts without any problems, my changes in database configuration have properly used after start application.

My configuration:
- 1C: 8.2.14
- service start command line (Is port range properly defined?):
"C:\Program Files (x86)\1cv82\8.2.14.528\bin\ragent.exe" -srvc -agent -regport 1541 -port 1540 -range 1592:1599 -d "C:\Program Files (x86)\1cv82\srvinfo"

Does anyone know how to solve it?

 
#2
People who like this: 1 Yes / 0 No
Active user
Rating: 7
Joined: Sep 26, 2012
Company: individual

You need set key "-debug" at service command line.
You can do it by regedit
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\1C:Enterprise 8.2 Server Agent
Parameter: ImagePath

"C:\Program Files (x86)\1cv82\8.2.14.528\bin\ragent.exe" -srvc -agent -debug -regport 1541 -port 1540 -range 1592:1599 -d "C:\Program Files (x86)\1cv82\srvinfo"

also i look at command line of my system. I have range "-range 1560:1591"

Edited: ivan avdonin - Sep 17, 2013 01:51 PM
 
#3
People who like this: 0 Yes / 0 No
Active user
Rating: 2
Joined: Sep 16, 2013
Company:

Ivan, thank's for the suggestion. It works for me :)

I changed range on "-range 1560:1591" and set "-debug" key in command line parameters.

 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)