fix multiline command problem with sharp comment character

This commit is contained in:
SinaKarvandi 2021-12-04 02:33:37 +03:30
parent 3512b2396e
commit 81a75fdebe
4 changed files with 15 additions and 11 deletions

View file

@ -84,7 +84,6 @@ main(int argc, char * argv[])
HyperdbgShowSignature();
string CurrentCommand = "";
Reset = true;
GetMultiLinecCommand:
@ -130,6 +129,11 @@ main(int argc, char * argv[])
}
else
{
//
// Reset for future commands
//
Reset = true;
//
// Either the multi-line is finished or it's a
// single line command