Code Monkey home page Code Monkey logo

Comments (3)

jingjingxyk avatar jingjingxyk commented on June 28, 2024

@GetLuckyBox
没有符号调试信息的原因: 为了减少打包体积,使用 strip 命令去除了 符号调试信息

解决办法:

构建完毕,不要执行打包即可,也就是 不执行 bash make.sh archive 命令即可

直接使用 构建好的这个文件 bin/swoole-cli (包含符号调试信息)

from swoole-cli.

jingjingxyk avatar jingjingxyk commented on June 28, 2024

PR #540 添加参数,用于打包时 保留调试信息 ,构建时添加 php prepare.php --with-build-type=debug 打包文件就包含调试信息了

或者这里下载包含符号调试信息 https://github.com/jingjingxyk/swoole-cli/actions/runs/7411393231

image

from swoole-cli.

GetLuckyBox avatar GetLuckyBox commented on June 28, 2024

PR #540 添加参数,用于打包时 保留调试信息 ,构建时添加 php prepare.php --with-build-type=debug 打包文件就包含调试信息了

或者这里下载包含符号调试信息 https://github.com/jingjingxyk/swoole-cli/actions/runs/7411393231

image

好的 感谢大佬!

from swoole-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.