Page 1 of 1
Incorrect setups
Posted: Sun Nov 27, 2011 7:10 pm
by gary.richardson
Hello,
I get the following two errors when I pause during debugging. Clearly the first is a setup issue on my part. My installation is at f:\nburn\system. I just can't seem to find what to change to point to the right disk. The second probably relates to the first. Any help would be appreciated. Thank you.
Warning: c:\nburn\system: No such file or directory.
mi_cmd_disassemble: Invalid filename.
Re: Incorrect setups
Posted: Mon Nov 28, 2011 10:46 am
by Forrest
gary.richardson wrote:Hello,
I get the following two errors when I pause during debugging. Clearly the first is a setup issue on my part. My installation is at f:\nburn\system. I just can't seem to find what to change to point to the right disk. The second probably relates to the first. Any help would be appreciated. Thank you.
Warning: c:\nburn\system: No such file or directory.
mi_cmd_disassemble: Invalid filename.
These are just warnings, correct? Does the debug session continue properly? Try adding f:\nburn\system to Windows->Preferences->C/C++->Debug->Common Source Lookup Path
This will allow the debugger to search your system directory for source files it needs when you pause. You should add any other directories where source might be contained here as well. (not including the source in your project directory)
Re: Incorrect setups
Posted: Tue Nov 29, 2011 12:08 am
by gary.richardson
Yes they are warnings. It works for the most part, the disassembly window seems not right, I can't step in the disassembly window.
I added f:\nburn\system under "File System Directory" and "Path Mapping", neither worked. The other three choices didn't make sense. The frustrating part is that it did not use to do that. Some way I broke it.
When I am doing the path mappings there is a note that says "The local file systems path must not be empty", is it trying to tell me that it is?
Also the automatic builds have stopped. I do have the Build Automatically checked under Project. I checked under the managed build area and there is an entry for "NBROOTMINGW F:\Nburn". I checked my path in a command window, all the references are to the f: drive.
I imported one of the small example projects and I get the same errors. ????