Sponsored Content
Top Forums Programming C++ Execution Inspection - Ideas Wanted Post 302771893 by expl on Friday 22nd of February 2013 04:05:29 AM
Old 02-22-2013
Quote:
Originally Posted by ejr2122
"C++ Execution Inspection" is the best term I could coin for what it is I'd like to do.
It is just called 'debugging'.

Quote:
Originally Posted by ejr2122
Now I'm looking for advice on how to achieve the same thing on Linux.
gdb Tutorial

Quote:
Originally Posted by ejr2122
Has anyone been able to achieve the kind of debugging I'm describing from within vim?
Do not compare a text editing engine with a comercial IDE. Since its just a text editor it only offers text editing features (makes sense?). To add some IDE behavior is possible with extra applications, but most of them are sluggish at best and nowhere as good as what you would find in popular IDE(s). Also gdb native terminal interface is simple enough as it is.

If you really want to go with a terminal based development (personally I think using an open source IDE is much more productive) you should try emacs as it has a 'better' additions of 3rd party tools to create an IDEish environment.

Quote:
Originally Posted by ejr2122
I'm looking for solutions that don't involve clunky IDEs, non-FOSS, MS Windows etc...
Just run gdb parallelly.
 

4 More Discussions You Might Find Interesting

1. Programming

Help wanted

Hi, I know very little about C and Unix. I have written a program to use threads. The program needs to get some values from a very large database. I wrote a simple program and compiled but got the following errors..... cc mythread.c -lthread "/usr/include/pthread.h", line 120:... (3 Replies)
Discussion started by: reddyb
3 Replies

2. Shell Programming and Scripting

Expect Issue Serial Forground Execution vs Concurrent Background Execution

I have an expect script that interrogates several hundred unix servers for both access and directories therein using "ssh user@host ls -l /path". The combination of host/path are unique but the host may be interrogated multiple times if there are multiple paths to test. The expect script is run... (2 Replies)
Discussion started by: twk
2 Replies

3. What is on Your Mind?

Just wanted to say thanks!!!

Greetings all!! Have only recently signed up to this forum and I must say I am thoroughly impressed! :D Everyone has been nothing but amazingly helpful and I haven't been made to feel like the newbie that I am. I will definately be becoming a daily user of this site not only for help... (1 Reply)
Discussion started by: U_C_Dispatj
1 Replies

4. UNIX and Linux Applications

Need ideas for graduation project based on unix or linux Need ideas for graduation project based on

Dear all, i am in last year of electronics department in engineering faculty i need suggestions for a graduation project based on unix or free bsd or linux and electronics "embedded linux " i think about embedded unix for example or device drivers please i need helps (1 Reply)
Discussion started by: MOHA-1
1 Replies
ppmtopgm(1)						      General Commands Manual						       ppmtopgm(1)

NAME
ppmtopgm - convert a portable pixmap into a portable graymap SYNOPSIS
ppmtopgm [ppmfile] DESCRIPTION
Reads a portable pixmap as input. Produces a portable graymap as output. The output is a "black and white" rendering of the original image, as in a black and white photograph. The quantization formula used is .299 r + .587 g + .114 b. Note that although there is a pgmtoppm program, it is not necessary for simple conversions from pgm to ppm , because any ppm program can read pgm (and pbm ) files automatically. pgmtoppm is for colorizing a pgm file. Also, see ppmtorgb3 for a different way of converting color to gray. And ppmdist generates a grayscale image from a color image, but in a way that makes it easy to differentiate the original colors, not necessarily a way that looks like a black and white photograph. QUOTE
Cold-hearted orb that rules the night Removes the colors from our sight Red is gray, and yellow white But we decide which is right And which is a quantization error. SEE ALSO
pgmtoppm(1),ppmtorgb3(1),rgb3toppm(1),ppmdist(1),ppm(5),pgm(5) AUTHOR
Copyright (C) 1989 by Jef Poskanzer. 10 April 2000 ppmtopgm(1)
All times are GMT -4. The time now is 06:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy