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?