Hey, I have noticed that when you're throwing an exception in the initialization area ( shared static this or when initializing variables ), no stacktrace is shown.
Example code (tested on my computer and dpaste):
shared static this() {
throw new Exception( "test" );
}
void main() {
}
Comment #1 by robert.schadek — 2024-12-13T18:23:48Z