- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a program that writes MIDI files,
that I am trying to debug. It would normally be played with the Miscrosoft Media Player, or something else like I-tunes.
Sometimes I just want to look at a HEX DUMP of the file to see if there's a problem, and other times I want to
look at a program that's supposed to PLAY it.
The problem is when I am in VS, it always wants to associate the file with the app that plays it, and I can't get
it to just look at the HEX DUMP. Opening the file with
"MICROSOFT VISUAL STUDIO SELECT" does NOT
give me the hex dump. I don't know how to turn off the association between the file and the app.
So, is there any way to FORCE VS to just open it as a file to be dumped?
Or do I have to write a HEX DUMP app and NOT use Visual Studio for that?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In VS2010/2012, select FIle > Open > File. In the dialog that comes up, once you select the file, click on the triangle next to Open and select Open With. Then select Binary Editor.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Steve -
Is a hex dump the only thing I can get that way?
sometime I want to view the contents as integers or ASCII characters.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This mode also shows you characters. I don't know of a way to get other formats.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page