mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Breaking into the debugger from the menu. This may be useful in Windows.
This commit is contained in:
parent
d6b53d18b8
commit
23a5edbd11
1 changed files with 4 additions and 0 deletions
|
@ -39,7 +39,11 @@ enable_screensaver()
|
||||||
bool
|
bool
|
||||||
debugged()
|
debugged()
|
||||||
{
|
{
|
||||||
|
#ifdef _WIN32
|
||||||
return IsDebuggerPresent();
|
return IsDebuggerPresent();
|
||||||
|
#else
|
||||||
|
return false;
|
||||||
|
#endif /* _WIN32 */
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue