This commit is contained in:
aozhiwei 2024-11-27 14:17:51 +08:00
parent e75a46d646
commit d21db58753

View File

@ -166,3 +166,9 @@ svn co http://192.168.100.11/svn/kingsome/project/sourcecode/tg_point
cd config
测试服-上传配置表.bat
pm2 restart wheelserver_n1_i1(在测试服上运行)
# 调试(dlv测试服上已经安装好)
dlv exec ./wheelserver
b xxx.go:lineno
r -z1 -n1 -i1
c