Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Unable to Automatically switch to disassembly mode
Unable to Automatically switch to disassembly mode [message #144838] Sun, 08 May 2005 00:56
Eclipse UserFriend
Originally posted by: fernando.barsoba.verizon.net

Hi,

I'm trying to debug using the dissasembly mode set to disabled. This way
it's supposed to step over the functions for which sources are not
available. But I'm unable to locate the option. I'm trying to debug the
following code, with the F5 option:

(...)
outputFileName = argv[2];
inputFile.open(inputFileName.c_str());
outputFile.open(outputFileName.c_str());
(...)

and it's crashing when going over 'outputFile.open(...)'. The message is...



Thanks,

Fernando


Previous Topic:Trouble with "launch failed no binaries"
Next Topic:Newbie ? on Make Src Directory
Goto Forum:
  


Current Time: Thu May 08 10:13:13 EDT 2025

Powered by FUDForum. Page generated in 0.04904 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top