Improve Windows crash log (#2736)

* Show RVA of each call stack so we can locate the symbol with pdb file

* CI upload pdb file
This commit is contained in:
Noisyfox 2023-11-15 19:00:55 +08:00 committed by GitHub
parent 3f3bd08a70
commit 016d3a74eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 30 additions and 5 deletions

View file

@ -224,6 +224,13 @@ jobs:
with:
name: OrcaSlicer_Windows_V${{ env.ver }}
path: ${{ github.workspace }}/build/OrcaSlicer*.exe
- name: Upload artifacts Win PDB
if: matrix.os == 'windows-latest'
uses: actions/upload-artifact@v3
with:
name: OrcaSlicer_Windows_V${{ env.ver }}_pdb
path: ${{ github.workspace }}/build/src/Release/*.pdb
# Ubuntu
- name: Install dependencies