Loading symbols into VB debugger?

This is for discussing general topics about how to use VirtualBox.
Post Reply
Duhhh
Posts: 28
Joined: 18. Feb 2010, 04:51
Primary OS: Ubuntu other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows 7, Windows Vista

Loading symbols into VB debugger?

Post by Duhhh »

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.
Post Reply