Has anyone successfully loaded symbols on the built-in debugger? I've tried without success. When I try loadimage, I get VERR_NOT_IMPLEMENTED. If I create a map file and use loadmap, I get VERR_DBG_NOT_NM_MAP_FILE.
If anyone has succeeded, a bit of help would be appreciated. Also, does the debugger know how to handle fully-qualified paths? It seems not, because when I fully qualify the path I get: An argument or subargument contains nothing useful (argument 0). If I put the map or image file in my $HOME dir, and then just specify the filename with no path, I get the other errors mentioned above.