Hello, Dinh Hung,
Have you enabled debugging on the server? If you did not, breakpoints will stop execution only for script that is executed on client. To enable debugging, add -debug command line option for 1C:Enterprise server agent service
For example:
| Code |
|---|
"C:\Program Files (x86)\1cv8\8.3.4.482\bin\ragent.exe" -srvc -agent -regport 2041 -range 2060:2091 -port 2040 -debug -d "C:\Program Files (x86)\1cv8\srvinfo\" |