mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 17:59:01 +08:00
Breaking into the debugger from the menu. This may be useful in Windows.
This commit is contained in:
parent
d6b53d18b8
commit
23a5edbd11
@ -39,7 +39,11 @@ enable_screensaver()
|
||||
bool
|
||||
debugged()
|
||||
{
|
||||
#ifdef _WIN32
|
||||
return IsDebuggerPresent();
|
||||
#else
|
||||
return false;
|
||||
#endif /* _WIN32 */
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user