Theoyeah / Theoyeah-Engine

A modified Version of Psych Engine by Theoyeah
Apache License 2.0
37 stars 19 forks source link

quick thing for source coders that can help A LOT #219

Closed RealDealJinx closed 2 years ago

RealDealJinx commented 2 years ago

What feature do you want to get added on the base engine?

replace

trace('oh no its returning null NOOOO');

with

trace('oh no ' + key + ' is returning null NOOOOO');

basiclly in Paths.hx, it will tell you the exact source where it is returning null,

example oh no pixelUI/notes/circle is returning null NOOOOOOO will prompt in the command bar and not oh no its returning null NOOOO

Wither362 commented 2 years ago

Didnt i did this before?

RealDealJinx commented 2 years ago

Didnt i did this before?

Think so

Wither362 commented 2 years ago

What i did is:


trace('oh no ' + key + ' in ' + - where + ' is returning null NOOOOO');