Spotted:
If I enable both, the purifier and thread-safe executable, the program crashes without any information:
Code: Select all
CompilerIf Not #PB_Compiler_Thread
CompilerError "Enable Thread-safe."
CompilerEndIf
CompilerIf Not #PB_Compiler_Debugger
CompilerError "Enable Debugger."
CompilerEndIf
Define String.s
String = "Hello"
Debug String


