openrndr icon indicating copy to clipboard operation
openrndr copied to clipboard

Update ApplicationBuilder.kt

Open Stefterv opened this issue 3 years ago • 1 comments

I ran into not being able to use the debugger, I hope this description could be helpful for other people

Stefterv avatar Jun 18 '22 15:06 Stefterv

I totally agree with the intention, it is the reason why that warning is there in the first place. I think we can improve the warning a bit by giving an extended version only when a debugger is attached.

edwinRNDR avatar Jun 20 '22 20:06 edwinRNDR

We will try an approach where XstartOnFirstThread is not required.

hamoid avatar Apr 21 '23 05:04 hamoid

4357c18ef9e2df201313c7861d6f64c09c78b344 removes the warning and throws an error when a profiler or debugger is attached to the process.

edwinRNDR avatar Feb 11 '24 20:02 edwinRNDR