cefpython icon indicating copy to clipboard operation
cefpython copied to clipboard

no debug symbols available

Open dsvensson opened this issue 3 years ago • 1 comments

Getting a crash when using the module but as there's no debug symbols available, it's not feasible to file an issue for the problem. It would be a nice addition if you, in addition to stripped release binaries, provided binaries with debug symbols available for all platforms when you release a new version.

dsvensson avatar May 04 '21 14:05 dsvensson

Here are two patches that add debug symbols to the cefpython module: https://gist.github.com/cztomczak/8794456000f3321dfad6adeebf086ab5 After patching follow the quick build instructions.

To get symbols for Chromium library download binaries from the v66-upstream release for Linux. For Mac and Windows download Chromium release symbols from here: https://cef-builds.spotifycdn.com/index.html#windows32:3.3359.1774 (specific version 3.3359.1774).

*Edited: for chromium library you need release symbols.

cztomczak avatar May 04 '21 15:05 cztomczak