where is my debug information?

Hello

I tried several ways to show on console debug information, however, there's nothing there.

How to write with the IDE...

Here is my code:

printf("%i",code);
    qDebug() << "my debug information";
    qWarning()<<"my warning information";

Thanks for the fflush.

I found a way to mislead and find my logs in Momentics.  If you are pouring in Eclipse it is unlikely that your problem, but just in case...

See attached image in case it comes to the question.

Stuart

Tags: BlackBerry Developers

Similar Questions

  • page content blocking debug information

    I have a page where it is not possible to read debug information, because it is hidden by the content without debugging. debugging content is in the source of the page and is even partially visible.

    I use MX7 and IIS. the behavior is the same in mozilla and IE. the only unusual factor (unusual on my system, in any case) is that the page is built mainly using CSS.

    What is a well known phenomenon? If there is a way to avoid it, I would be very happy to hear about it!

    If I can replace the absolute postioning relative positioning, so I don't have this problem. sort of logic, I suppose.

    but the page is revolting!

  • Where can I get information on each new "free app of the week"?

    Where can I get information on each new "free app of the week"?

    On the App Store.

  • where can I find information about the use of the cloud - I'm not a developer or a tainer and the links provided all seem to be heading to the certification and professional training

    where can I get information on how to use the "cloud"?

    Hello

    SkyDrive
    http://Windows.Microsoft.com/en-us/SkyDrive/download

    SkyDrive - help
    http://Windows.Microsoft.com/en-us/SkyDrive/SkyDrive-help#SkyDrive=Windows-8

    Support for Cloud and online services
    http://support.Microsoft.com/GP/cloud-and-online-services

    Cloud
    http://www.Microsoft.com/Enterprise/it-trends/cloud-computing/default.aspx

    Cloud OS
    http://www.Microsoft.com/en-us/server-cloud/cloud-OS/default.aspx

    More available using Bing, Google or your favorite search engine.

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle="" -="" mark="" twain="" said="" it="">

  • How to avoid the "no debug information is found for the module net_rim_cldc/net_rim_os".

    Hello

    Whenever I have debugging on a device of BB, I get the following errors of 2 popup of Eclipse:

    -' no not found for module net_rim_cldc debug information.

    -' no not found for module net_rim_os debug information.

    I know that these messages can be ignored, but I'm tired of these and certainly to lose valuable time with these errors that block the deployment & debug processes.

    How these errors mean, and how to avoid it?

    Thanks in advance

    pre-release notes of the new version of the plugin said that eclipse will automatically download the files of debugging for all devices, so maybe it will solve these problems.

    Currently, it is unclear when the new version will be released.

  • where can I find information on the amount of energy is the use of each component in computing

    Hello

    Where can I find information on how much power for example uses the hard disk, DVD, monitor, CPU etc.  I mean specific information.

    Thank you

    Johan

    Other than individual hardware manufacturers sites, you go only to get generic quotes, from different sites in a Google/Bing search engine

  • where can I find information for beginners to learn windows 7?

    where can I find information for beginners to learn windows 7?

    You can browse different websites and are looking for tips and tricks, or you can buy a book like Windows 7 for Dummies (or any other entry level book).

    But the best option is to do a combination of the use of the PC and reading. You can read all the books and read all sites, but you will learn a lot by using just the PC and windows.
  • Hello where can I request information for purchasing a license of the company/team?

    Hello where can I request information for purchasing a license of the company/team?

    This page should help Creative Cloud for businesses | Adobe Creative Cloud for business

  • I bought a new computer, and I don't know where to find the information I need to download Photoshop I had on my old computer to my new

    I bought a new computer, and I don't know where to find the information I need to download Photoshop I had on my old computer to my new.

    Hi Joseph,.

    You may need to sign in to your adobe account and locate the serial number. Refer to find the serial number of your product Adobe quickly

    Then, you can download your product Download Adobe Creative Suite 5 products

    It could be useful!

    Rayyan

  • Hello, I would like to use JavaScript to update the PDF file.  I saw the 'function' 'SearchAndRedactCmd' where can find no information about it. At that moment, I just find information on what it easy as all THE

    Hello, I would like to use JavaScript to update the PDF file.  I saw the 'function' 'SearchAndRedactCmd' where can find no information about it. At that moment, I just find information on what it easy as all THE

    There is no such command in Acrobat JS. Maybe it's the name of an item in menu or function, that someone wrote.

  • Web page of debugging information

    I create a page using Dreamweaver and ColdFusion. I click the debugging of the server and the page seems fine. When I saw the page through IExplorer I see as a report in the background of the web page. Debugging information is written on the top of the report.

    OK, what I screw up.

    Thank you...

    Thank you

  • Debug information

    I have my pages Web debugging information displayed like that.

    Debug information
    Execution time
    Range variables

    How can I disable this informaion debugging appears on my Web pages...

    To turn it off just for you, log in to the ColdFusion administrator, and then under debugging & logging and debugging IP addresses, select your IP address under view / remove IP addresses for debug output and select Remove selection.

    You would select to remove it for everyone, under debugging & logging and debugging settings, turn off turn on debugging, and then Submit Changes.

    Phil

  • Import database using 11 g is important all the packages with debugging information

    We are modernizing our database from 9i to 11g using imp/exp. The problem we see is that all packages/procedureas/functions are imported with debug information.
    It seems that imp utility changes import session to set PLSQL_DEBUG = TRUE. On the 9i database, objects are not compiled with debugging information, and we do a full import with parameters FULL = O and IGNORE = N.

    We found no information about this behaviour anywhere while we ask this is the default behavior, can it be changed so that the imported objects are not compiled with debug information and if not, what is the better and more effective way to drop all debug information on objects that have? We hoped to use DBMS_UTILITY.COMPILE_SCHEMA, but it recompiles objects preserve debug information on the objects that had them before running the command. We can EDIT the PACKAGE COMPILER on all packaging and it will solve our problem, but it will take a lot of time to recompile all our objects from our database is very large.

    Hello

    I just did a test of my own. Here's what I did:

    Database without active debugging:

    create or replace function scott.foo (in number) return number is
    Start
    return 10;
    end;
    /

    has ran exp then looked the dumpfile. That's what I saw:

    ALTER SESSION SET "_LOAD_WITHOUT_COMPILE" = PLSQL
    FORMAT71 CREATE FUNCTION 'FOO' bunch of non ascii here
    ALTER SESSION SET '_LOAD_WITHOUT_COMPILE' = NONE
    ALTER FUNCTION 'FOO' COMPILATION REUSE SETTINGS TIMESTAMP ' 2010 - 03 - 16:10:31:03'

    This resembles the exp has detected that the debug flag is not set and the function exported and recompiled it reset the compile time for the same time of the compilation of the source database.

    Then I did:

    ALTER session set plsql_debug = true;
    create or replace function scott.foo2 (in number) return number is
    Start
    return 10;
    end;
    /

    At this point, function foo was built without debug and function foo2 was build debug.

    I ran exp again and looked in the dumpfile. That's what I saw:

    ALTER SESSION SET "_LOAD_WITHOUT_COMPILE" = PLSQL
    ALTER SESSION SET NLS_LENGTH_SEMANTICS = 'BYTE' PLSQL_CODE_TYPE = 2 = PLSQL_OPTIMIZE_LEVEL "INTERPRETED" PLSQL_DEBUG = TRUE PLSQL_WARNINGS = "DISABLE: ALL" PLSQL_CCFLAGS = "
    CREATE FORMAT71 FUNCTION 'FOO2' - of the bunch of non ascii here
    CREATE FORMAT71 FUNCTION 'FOO' - lots of non ascii here
    ALTER SESSION SET '_LOAD_WITHOUT_COMPILE' = NONE
    ALTER FUNCTION 'FOO2' COMPILATION REUSE SETTINGS TIMESTAMP ' 2010 - 03 - 16:10:35:46'
    ALTER FUNCTION 'FOO' COMPILATION REUSE SETTINGS TIMESTAMP ' 2010 - 03 - 16:10:31:03'

    In this case, it seems that these two functions will be built with active debugging. I don't know what is happening in your case. You can contact the Oracle Support to see if they know about this problem and if they know of a work-around.

    Good luck

    Dean

  • How/where to store more information page in the ADF?

    Hi all

    What is the best way to fill the managedBean during the loading of the page?

    In my application, I have a page fragment that displays the details of the user of Webservice DataControl. I have and drag the data to the pageFragment webservice control. This fragment has mapped in the taskFlow and the annex taskFlow in to JSPX homepage as a region. I need to store such user information in any place (ManagedBean / or any other better place to store) that I can use at my request along, because I won't run again whenever the webservice to get the same information from the user. Also, I want to collect and store this information while I give back to the homepage, not after any action of the user.

    Please advice how & where to store the information in the ADF? Can I create a managedBean? If so, how to trigger this class method on page load?

    Thank you
    KLN

    Hello

    in this case, you configure the managed bean to be within the scope of the session. Then, on the first page, you set a stage for restoration after phase listener (it is a beacon in the f: view element). This is phaselistener refers to the bean managed using EL (important). She can do by using an expression of the method in JSF. For example, if the managed bean had a populateUserInfo method then yu might reference #{beanname.populateUserInfo} and run the expression of the method using Java. In the managed bean, the method would be to access the link layer using the BindingContext class

    http://download.Oracle.com/docs/CD/E15051_01/apirefs.1111/e10653/Oracle/ADF/Model/BindingContext.html

    Call

    . GetCurrent () .getCurrentBindingsEntry () BindingContext to get a handle of instance active BindingContainer.

    BindingContainer links is BindingContext.getCurrent () .getCurrentBindingsEntry ();.

    Then on the container of the binding, you call the method to query the Web Service for the modules

    before calling a method on the ADF link layer, make sure that the ADF is binding for the method
    OperationBinding opws (OperationBinding) = bindings.get ("name of the method exposed on the other side");
    If you need pass parameters
    opws.getParamsMap () .put ("name of the argument", value);
    OPWS. Execute();

    You can use similar code to access the information of the user of the iterator method in the ADF to complete managed bean fields. You can access user information from the bean managed through getter and setter methods

    Frank

    PS. : I know that the description is a little rough. I'll see if I can find a sample of blog at a later date

    Published by: Frank Nimphius, 26 January 2010 17:43

  • Where the owb user information is stored in the tables

    Hi all

    I use repository OWB 10.2.0.4.0. I need to know where the user OWB information are stored in Physical repository tables.

    Please help me with this?

    You can consult the following queries

    1. Select the owner from dba_objects where object_name = 'ALL_IV_INSTALLATIONS' and owner not in ('PUBLIC');

    2. select separate beneficiary, substr(granted_role,5,25)
    of dba_role_privs
    where substr (granted_role, 1, 4) = "OWB_".
    and substr(granted_role,1,6) not in ('OWB_D_', 'OWB_O_', 'OWB_A_', 'OWBR_')
    and default_role = 'NO '.
    and admin_option = 'NO ';

    Thank you
    Fati

Maybe you are looking for