User forums > Help
Can't remove the bookmark symbol
Jenna:
You can try to disable BrowseMarks plugin and see if it is gone then.
Or try what happens, if you delete the appropriate "*.bmarks"-file (you might want to have alook inside it before, to see if it can be related to your issue).
ollydbg:
Thanks.
After disabling the "BrowseTracker plugin" and a reopen my project, all symbols were gone.
Here is the my **.bmarks
--- Quote ---<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<BrowseTracker_layout_file>
<ActiveTarget name="Debug" />
<File name="main.cpp" open="1" top="1" tabpos="1">
<Cursor position="704" topLine="2" />
<BrowseMarks positions="698,660" />
<Book_Marks positions="5798,698,698" />
</File>
</BrowseTracker_layout_file>
--- End quote ---
So, both BrowseMarks and Book_Marks were recorded in this file.
If I remove the *.bmarks, and enabled the BrowseTrack plugin, I randomly add some bookmarks and browsemarks,
after testing...
I found that only "BrowseMarks" can be recorded in this *.bmarks file. So, that may be the cause of my problem.
Thanks.
Pecan:
--- Quote from: ollydbg on May 31, 2009, 02:19:09 pm ---Thanks.
After disabling the "BrowseTracker plugin" and a reopen my project, all symbols were gone.
...
So, both BrowseMarks and Book_Marks were recorded in this file.
If I remove the *.bmarks, and enabled the BrowseTrack plugin, I randomly add some bookmarks and browsemarks,
after testing...
I found that only "BrowseMarks" can be recorded in this *.bmarks file. So, that may be the cause of my problem.
Thanks.
--- End quote ---
I've seen this happen when the options for BrowseMarks only and BrowseMarks==BookMarks were switch back and forth. But was never able to reproduce the problem. It has something to do with a combination of switching and opening/closing the file.
However, a sort, a clearAll, then a project close while the file is still open should have cleared the problem.
ollydbg:
Thanks, my original problem disappeared.
The new problem is like I said before, it seems "bookmarks" weren't be recorded. If I set several bookmarks, then close the project, I will give the *.bmarks file like below:
--- Quote ---<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<BrowseTracker_layout_file>
<ActiveTarget name="Debug" />
<File name="main.cpp" open="1" top="1" tabpos="1">
<Cursor position="572" topLine="0" />
<BrowseMarks positions="465,657" />
<Book_Marks positions="" />
</File>
</BrowseTracker_layout_file>
--- End quote ---
Note: Book_Marks positions=""
Thanks.
Pecan:
--- Quote from: ollydbg on May 31, 2009, 03:06:13 pm ---Thanks, my original problem disappeared.
The new problem is like I said before, it seems "bookmarks" weren't be recorded. If I set several bookmarks, then close the project, I will give the *.bmarks file like below:
--- Quote ---<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<BrowseTracker_layout_file>
<ActiveTarget name="Debug" />
<File name="main.cpp" open="1" top="1" tabpos="1">
<Cursor position="572" topLine="0" />
<BrowseMarks positions="465,657" />
<Book_Marks positions="" />
</File>
</BrowseTracker_layout_file>
--- End quote ---
Note: Book_Marks positions=""
Thanks.
--- End quote ---
BookMarks are never saved unless the Mark_Style options is set.
Navigation
[0] Message Index
[*] Previous page
Go to full version