I need to determine if it works in ADL or not, I can’t answer the question that is guaranteed ... I found a couple of messages on the Internet that say, “It might work ...” Is there a reliable way to check?
Thanks.
If I do not understand
if (Capabilities.isDebugger) { Alert.show("Debugger!"); } else { Alert.show("Not the debugger."); }
... should be what you are looking for. (If so, my apologies! Go back and I'll tune accordingly.)
Source: https://habr.com/ru/post/1712709/More articles:MVC architecture. What's in the model? - designASP.NET MVC Futures RequireSSL Attribute and Authorize Attribute Together - asp.net-mvcMany recommendation tables - database-designMVVM with XML model and LinqToXml? - xmlC # call function based on object subtype - c #Read a Bitmap subsection from disk in C # - c #including Qt headers in a DLL - qtWhat is the MS Access SQL syntax for creating a field of type Hyperlink? - typesFree nHibernate and SessionFactory - fluent-nhibernateOne MinGW, many versions of GCC - how to do this? - c ++All Articles