mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 07:32:39 -07:00
Breaking into the debugger from the menu. This may be useful in Windows.
This commit is contained in:
@@ -39,7 +39,11 @@ enable_screensaver()
|
||||
bool
|
||||
debugged()
|
||||
{
|
||||
#ifdef _WIN32
|
||||
return IsDebuggerPresent();
|
||||
#else
|
||||
return false;
|
||||
#endif /* _WIN32 */
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user