From 037efe8fe6777a1e00c83403ab5c5691f36a4294 Mon Sep 17 00:00:00 2001 From: Maurice Heumann Date: Wed, 22 Mar 2023 19:10:07 +0100 Subject: [PATCH] Allow running the visual studio debugger --- src/client/component/arxan.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/client/component/arxan.cpp b/src/client/component/arxan.cpp index aa70bc40..a5249b0e 100644 --- a/src/client/component/arxan.cpp +++ b/src/client/component/arxan.cpp @@ -207,6 +207,9 @@ namespace arxan L"x32dbg", L"x64dbg", L"Wireshark", + L"Debug", + L"DEBUG", + L"msvsmon", }; if (!string.Buffer || !string.Length)