You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.
While trying to debug a coreneuron (debug) build on macos I noticed that for symbols inside libcorenrnmech.dylib I could not see associated source code, neither could I set breakpoints to source lines. It seems that ld producing the dylib file partially strips the object files and relies on them still being available for the debugger to find source code information.
To Reproduce
Build NEURON and CoreNEURON:
Run the debugger and try to set a breakpoint on a source line.
Expected behavior
The source annotation for the symbols should be at least in the debug build available
System (please complete the following information)
Describe the issue
While trying to debug a coreneuron (debug) build on macos I noticed that for symbols inside
libcorenrnmech.dylib
I could not see associated source code, neither could I set breakpoints to source lines. It seems thatld
producing thedylib
file partially strips the object files and relies on them still being available for the debugger to find source code information.To Reproduce
Expected behavior
The source annotation for the symbols should be at least in the debug build available
System (please complete the following information)
A possible workaround
The text was updated successfully, but these errors were encountered: