- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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?
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
This mode also shows you characters. I don't know of a way to get other formats.
