pangao1990 / PPX

基于Python和JavaScript,一键生成macOS、Windows和Linux平台客户端应用程序
https://blog.pangao.vip/docs-ppx/
GNU Affero General Public License v3.0
232 stars 39 forks source link

![image](https://github.com/pangao1990/PPX/assets/10046182/3520a4c0-b9b9-4ff8-9e61-f790fd5b9a31) #21

Closed cddldg closed 1 year ago

cddldg commented 1 year ago
          ![image](https://github.com/pangao1990/PPX/assets/10046182/3520a4c0-b9b9-4ff8-9e61-f790fd5b9a31)

我这里ctrl+c都没用,程序感觉卡死了,怎么办最好呢

Originally posted by @cddldg in https://github.com/pangao1990/PPX/issues/20#issuecomment-1644177235

pangao1990 commented 1 year ago

@cddldg 你好,你可以尝试将前端的vite和客户端的pywebview分开启动。

即开两个cmd终端。一个cmd终端运行 pnpm run dev ,启动前端的vite;另一个cmd终端运行pnpm run startos,启动客户端的pywebview。

这样可以分别使用ctrl+c终止两个cmd终端窗口了。

iShot_2023-07-21_09 08 43

cddldg commented 1 year ago

@pangao1990 好的,感谢,感觉这样不是很优雅!还想请问下,我是用的vscode,要怎么调试呢,打断点都进不了 image

cddldg commented 1 year ago

@pangao1990 在Windows 上找到个方法就是用debug 运行脚本start,关闭窗口以后,可以直接点停止就可了 image