Knowledgebase: General
7.x: IDE breaks into EurekaLog's unit with "// You do not have source code" lines all over
Posted by Aleksandr Alekseev on 09 August 2020 21:13
|
|
Problem: IDE may stop executing my application when I run it under debugger. IDE opens a new tab in code editor with EurekaLog's unit. However, there is nothing useful inside, just a lot of repeating "// You do not have source code" lines.
Reason:
Solution: Check call stack of your application (View / Debug Windows / Call Stack):
If you are still uncertain about this case - you can always create a run-time log. This log will show everything that is happening in your app. You can send us the resulting .csl file (packed in any type of archive), so we can investigate it and provide an explanation.
See also: "Use safe mode to handle special exceptions" option | |
|
Comments (0)