skyline131313

Results 4 comments of skyline131313

The issue is scripts and other tools use this process, so even just using an environment variable in that way will be troublesome. Running multiple instances of Tracy causes the...

To add onto this, the *.pdb is missing for the debug build. When using the debug *.dll file, some debug information is going to be missing.

Looks like the problem is that it can't open the shared library file cause it is located in the apk: https://github.com/ldc-developers/druntime/blob/ldc/src/rt/sections_android.d#L239

I was modifying the shared library with a separate program to force the two sections beside each other. The linker script causes it to fail to even load the shared...