#sentry-cli debug-files does not find interesting debug info from my exe

6 messages · Page 1 of 1 (latest)

vestal cradle
#

I'm writing an application in XSharp (.net)
When trying to upload debug symbols for the app, debug-files does not pickup the .exe nor the associated .pdb
.exe debug-files check :
Debug Info File Check
Type: pe executable
Contained debug identifiers:

Debug ID: b2198c36-f44e-4241-a58d-169f519d066b-1
Code ID: 686e85c547a000
Arch: x86
Contained debug information:
none
Usable: no (missing debug or unwind information)

.pdb debug-files check :
Debug Info File Check
Type: pdb debug companion
Contained debug identifiers:

Debug ID: b2198c36-f44e-4241-a58d-169f519d066b-1
Arch: unknown
Contained debug information:
symtab, debug
Usable: yes

I know Xsharp is not widly used but it is a regular .net application, everything else works well in sentry, from crashreports to metrics...

Any ideas ?

Regards

hidden abyss
#

@cedar kelp do you have experience with xsharp?

cedar kelp
#

tbqh it’s first time I hear about it

#

XSharp is a an open source version of an old development language (xBase) reinvented for the .Net platform

#

are you creating portable pdb?

#

sentry doesn’t support the old pdb format