Fixed 'unescaping' text going the the gdb log window.

Went with a hybrid solution suggested by the user in task #238 and
some things I ran across.

Maybe not the best overall solution. But it should work for most
cases.
This commit is contained in:
Ernie Pasveer
2024-09-07 13:02:28 -05:00
parent 3f0ad393d9
commit 82d59e3ae2
4 changed files with 112 additions and 52 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ int main (int argc, char** argv) {
Person me;
Location where;
me.name = "Pasveer, Ernie";
me.name = "Pasveer,\tErnie";
me.age = 60;
me.salary = 0.25;
me.location.city = "Houston";