Sponsored Content
Full Discussion: debug with eclipse
Top Forums Programming debug with eclipse Post 302295737 by Corona688 on Monday 9th of March 2009 11:27:56 AM
Old 03-09-2009
I don't know what Eclipse is doing here, sorry. Eclipse is just a UI built on top of lots and lots of other things, not sure C Programming is the right forum for a UI problem. For some reason it seems to be trying to look in the wrong place to find your source code... We do seem to be getting lots of people having problems with Eclipse lately...
 

10 More Discussions You Might Find Interesting

1. Solaris

Eclipse launch question

I just bought my first Ultra 20 (Solaris 10) and I would like to know the step by step directions to launch eclipse please. I have unzipped the eclipse folder in my temp directory I am having really hard time launching eclipse from my desktop. (7 Replies)
Discussion started by: saif
7 Replies

2. Programming

related to Eclipse

I wanted to install similar automake & friends that exist in kdevelop in Eclipse also. There is a project related to this here and the plugins are at Download section. If everyone did it or might do it in the future, I am interested to know how ! If there is somebody else that has another option... (0 Replies)
Discussion started by: mihk
0 Replies

3. UNIX for Advanced & Expert Users

How to link CVS to eclipse...?

Hi All, can any body help me out on conecting CVS to eclipse. Thanks in advance KUSHAGRA (2 Replies)
Discussion started by: kushagrak
2 Replies

4. UNIX for Dummies Questions & Answers

How to launch Eclipse in Solaris 10

Hi people, i just installed Eclipse on my Solaris terminal and i can't seem to run it. Currently i am using the SSH Client software to go to my Unix console.I tried to run the command "eclipse -vm <path of java hre>" as directed however i still can't run the application. My Command prompt is... (5 Replies)
Discussion started by: wilsontan
5 Replies

5. Programming

eclipse console

I have a C program which ends when user types ctrl-c. this program works fine from terminal but when i launch it from eclipse i can't terminate it correctly with ctrl-c because the console does not read the ctrl-c input command. Can anyone help me?? Thanks (3 Replies)
Discussion started by: littleboyblu
3 Replies

6. Programming

problem with eclipse in ubuntu

hello I did install eclipse in ubuntu when I run it its gives me the following message The custom VM you have chosen is not a valid executable. I don't now how to fix it could you please help me with that Problem Solved Thanks All (0 Replies)
Discussion started by: vip_a1
0 Replies

7. HP-UX

Eclipse 3.1 on HP-UX 11i

Hey guys how do you run eclipse on HP-UX 11i? there's a startup.jar and an eclipse file ( which is not an executable ) I get different errors try to run the jar file with different java versions. I have all the possible java vm's installed. (0 Replies)
Discussion started by: binary0x01
0 Replies

8. Solaris

Eclipse for Solaris

i am trying to install weblogic 10.3 but for some component need eclipse from where i can download eclipse and how to install it (2 Replies)
Discussion started by: xxmasrawy
2 Replies

9. Programming

Eclipse RCP Book

Hi guys I want to start studding Eclipse RCP with this book Eclipse Rich Client Platform (2nd Edition) from Addison-Wesley Professional the second edition released in May 2010. Some guys in amazon commented that the book is deprecated because eclipse 3.7 is out and the book is talking about... (0 Replies)
Discussion started by: majid.merkava
0 Replies

10. Solaris

Eclipse for Solaris 11

I downloaded eclipse for x86. However when I try to start it I get the following:- ld.so.1: eclipse: fatal: relocation error: file /usr/lib/firefox//libxul.so: symbol __1cHmozillaJHashBytes6FpkvI_I_: referenced symbol not found Killed This file libxul.so is in /usr/lib/firefox. How do I get my... (6 Replies)
Discussion started by: Tenyhwa
6 Replies
GLGETDEBUGMESSAGELOG(3G)					   OpenGL Manual					  GLGETDEBUGMESSAGELOG(3G)

NAME
glGetDebugMessageLog - retrieve messages from the debug message log C SPECIFICATION
GLuint glGetDebugMessageLog(GLuint count, GLsizei bufSize, GLenum *sources, Glenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog); PARAMETERS
count The number of debug messages to retrieve from the log. bufSize The size of the buffer whose address is given by messageLog. sources The address of an array of variables to receive the sources of the retrieved messages. types The address of an array of variables to receive the types of the retrieved messages. ids The address of an array of unsigned integers to receive the ids of the retrieved messages. severities The address of an array of variables to receive the severites of the retrieved messages. lengths The address of an array of variables to receive the lengths of the received messages. messageLog The address of an array of characters that will receive the messages. DESCRIPTION
glGetDebugMessageLog retrieves messages from the debug message log. A maximum of count messages are retrieved from the log. If sources is not NULL then the source of each message is written into up to count elements of the array. If types is not NULL then the type of each message is written into up to count elements of the array. If id is not NULL then the identifier of each message is written into up to count elements of the array. If severities is not NULL then the severity of each message is written into up to count elements of the array. If lengths is not NULL then the length of each message is written into up to count elements of the array. messageLog specifies the address of a character array into which the debug messages will be written. Each message will be concatenated onto the array starting at the first element of messageLog. bufSize specifies the size of the array messageLog. If a message will not fit into the remaining space in messageLog then the function terminates and returns the number of messages written so far, which may be zero. If glGetDebugMessageLog returns zero then no messages are present in the debug log, or there was not enough space in messageLog to retrieve the first message in the queue. If messageLog is NULL then no messages are written and the value of bufSize is ignored. NOTES
Although debug messages may be enabled in a non-debug context, the quantity and detail of such messages may be substantially inferior to those in a debug context. In particular, a valid implementation of the debug message queue in a non-debug context may produce no messages at all. ERRORS
GL_INVALID_VALUE is generated if count or bufSize is negative. ASSOCIATED GETS
glGet() with argument GL_DEBUG_LOGGED_MESSAGES glGet() with argument GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH glGet() with argument GL_MAX_DEBUG_MESSAGE_LENGTH glGet() with argument GL_MAX_DEBUG_LOGGED_MESSAGES SEE ALSO
glDebugMessageInsert(), glDebugMessageCallback(), glDebugMessageControl(). COPYRIGHT
Copyright (C) 2012 Khronos Group. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. http://opencontent.org/openpub/. AUTHORS
opengl.org opengl.org 06/10/2014 GLGETDEBUGMESSAGELOG(3G)
All times are GMT -4. The time now is 04:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy