[3rd-Party Apps] Clion远程调试的问题
Tofloor
poster avatar
Silence-0°C
deepin
2023-10-27 18:25
Author

使用CLion作为Deepin系统的远程开发工具,代码可以调试,但是不能直接执行。如果直接运行,出现以下问题:

image.png

Reply Favorite View the author
All Replies
捕风
deepin
2023-10-31 06:02
#1

远程调试啥代码?

Reply View the author
Silence-0°C
deepin
2023-11-01 02:27
#2
捕风

远程调试啥代码?

任何一段代码都行,但是运行设置,设置为以管理员权限运行

Reply View the author
Silence-0°C
deepin
2023-11-01 02:34
#3

来自/var/log/syslog中的日志:

2023-10-31 18:28:15 licks deepin-authentication[3346]: ukey_tx.go:84: unexpected end of JSON input
2023-10-31 18:28:15 licks deepin-authenticate/session[3346]: ukey_tx.go:84: unexpected end of JSON input
2023-10-31 18:28:15 licks deepin-authentication[3346]: manager.go:516: Custom authentication is not supported.
2023-10-31 18:28:15 licks deepin-authenticate/session[3346]: manager.go:516: Custom authentication is not supported.
2023-10-31 18:28:15 licks deepin-authentication[3346]: ukey_tx.go:140: GetPINLength err: empty default device
2023-10-31 18:28:15 licks deepin-authenticate/session[3346]: ukey_tx.go:140: GetPINLength err: empty default device

上面的日志信息,是什么意思?

Reply View the author