[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::c_plus_plus

Title:C++
Notice:Read 1.* and use keywords (e.g. SHOW KEY/FULL KIT_CXX_VAX_VMS)
Moderator:DECCXX::AMARTIN
Created:Fri Nov 06 1987
Last Modified:Thu Jun 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:3604
Total number of notes:18242

3591.0. "debugger/linking problem..." by ADCA01::KRISH () Thu May 29 1997 09:27

Hi,
We are running Open VMS 7.1 on alpha and we are using DEC C++ 5.0.
When we are trying to run the exeutable under the debugger mode we are running
into the problem of not able to see the code. i,e, After setting 
Set Source *.cxx , we are not able to view the *.cxx file .The upper pane
showing nothing.
We are using the following commands to compile and link and run.

$cxx/debug test.cxx
$cxxlink/debug test.obj
$run/debug test

Debug > set source test.cxx

Are we missing something?
T.RTitleUserPersonal
Name
DateLines
3591.1@DECCXX::AMARTINAlan H. MartinThu May 29 1997 12:485
>When we are trying to run the exeutable under the debugger mode we are running
>into the problem of not able to see the code.  ...

Report the problem in TURRIS::DEBUG (q.v.).
				/AHM