defold / editor2-issues

DEPRECATED
44 stars 4 forks source link

Broken logs in debug mode #2671

Open dvemnt opened 5 years ago

dvemnt commented 5 years ago

Expected behaviour

Exceptions in logs.

Actual behaviour

ERROR:SCRIPT: (null)(null)

Steps to reproduce

F5

In build mode I see correct exceptions.


Build time2019-06-25T16:22:36.249758
Defold channeleditor-alpha
Defold editor sha39e92de4e2d97ab951ae10cfba7302bbaeec0d2f
Defold engine shad7042d5368c338ed5d66b6dff9c60a20924385ac
Defold version1.2.157
GPUGeForce GTX 1070/PCIe/SSE2
GPU Driver4.6.0 NVIDIA 415.27
Java version11.0.1+13
OS archamd64
OS nameLinux
OS version4.15.0-52-generic
AGulev commented 5 years ago

Pls check this theme https://forum.defold.com/t/all-error-messages-returning-error-script-null-null-solved/24949/2?u=agulev I think you override global debug variable with your own

dvemnt commented 5 years ago

@AGulev thanks for answer. I checked all files and not found any debug variable in my code.