Fix issue that gives wrong results for running debugger (#4434)
* Fix issue that gives wrong results for running debugger Signed-off-by: Yaakuro <y1@codeposer.net> * Remove redundant part. Signed-off-by: Yaakuro <y1@codeposer.net>
This commit is contained in:
@@ -38,7 +38,7 @@ namespace AZ
|
|||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
for (size_t i = tracerPidOffset; i < numRead; ++i)
|
for (size_t i = tracerPidOffset + tracerPidString.length(); i < numRead; ++i)
|
||||||
{
|
{
|
||||||
if (!::isspace(processStatusView[i]))
|
if (!::isspace(processStatusView[i]))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user