Renamed CLion process check function
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Bloom::DebugServer::Gdb::CommandPackets
|
||||
Logger::debug("Handling Detach packet");
|
||||
|
||||
try {
|
||||
if (Process::isProcessManagedByClion(Process::getParentProcessId())) {
|
||||
if (Process::isManagedByClion(Process::getParentProcessId())) {
|
||||
targetControllerConsole.suspendTargetController();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user