diff --git a/bin/debugger.cpp b/bin/debugger.cpp index 35b1f4b..3fd50fc 100644 --- a/bin/debugger.cpp +++ b/bin/debugger.cpp @@ -55,6 +55,8 @@ #include + #include + namespace { const uint32_t kGlobalSize = 0x10000; @@ -842,6 +844,14 @@ void Shell() add_history("!Andy, it still has history!"); + + Loader::Native::LoadDebugNames(envMap); + + //for (const auto &kv : envMap) + //{ + // printf("%06x: %s\n", kv.second, kv.first.c_str()); + //} + envMap = LoadTrapFile(MPW::RootDirPathForFile("Traps.text")); // start it up