Can i see the console.log output in DW?

hey all!
this seems like such a simple question, yet i can't find an answer anywhere.  everyone assumes it will be viewed in Firebug or what have you.
i'd like to be able to see the output of console.log in DW, but don't know if that's even possible, let alone which window to open to see it.  i've tried them all and no such luck.
i'm running DW cs5.5, btw.  and TIA.
WR!

AFAIK, there's no equivalent feature in Dreamweaver. For example, you wouldn't be able to monitor AJAX requests; you'd only be able to see the effects of them.
There might be an extension out there that does this, but I haven't seen one.
You could use Firebug Lite in the Dreamweaver Live View, though: http://getfirebug.com/firebuglite
Probably the best way to do so would be to add the JavaScript into your page (look for "Stable local link" or "Stable live link" on the above page), and then set the debug="true" attribute in your <html> tag (this part is explained on the above page). When you switch to Live View in Dreamweaver after doing so, you should see the familiar Firebug UI appear, including its console.
Since it sounds like you'd like this to be natively supported by Dreamweaver, be sure to ask our development team to add it: http://adobe.ly/DWwish

Similar Messages

  • Spool file problem,Can't see the query in output file.

    Hello ,
    I am facing a very old school kind of problem .....about spool file ....
    The scenario -
    I have made a script by name DB_Status_checkup.sql which i want to fire on the database to check the database status. In this script their are many queries regarding the data dictionary views to know about the database. It consist of nearly 25-30 different select queries..
    The problem is i want to make a spool file of the output of that query....i want to see the SQL query & the output below in the spool file, so it will be easy for me to judge the result. But i can't see the SQL query , i can only see the output , & in so many queries it all gets jumbled up....even i can't understand where the next output starts ...
    Sample of my SQL Script ....
    clear buffer
    spool D:\DB_status.txt
    /*To check the database startup time*/
    Select to_char(startup_time, 'HH24:MI DD-MON-YY') "Startup time"
    from v$instance
    .........next query n so on....
    spool off;
    In the output pf the spool file at D:\db_status.txt..
    Startup time
    08:25 16-JUL-10It shows only the output of the query in the spool file not the query,
    What should i do to get the SQL query as well as the output of that query just below it in the spool file ???
    Please suggest if you have anymore ideas , regarding this .....
    ORACLE 10g R2
    Windows Server 2008
    Thanks in advance ...

    Why don't you just use database control, instead of re-inventing the wheel?
    Apart from that, SQL*Plus has it's own reference manual, which you apparently refuse to read.
    The answer to your quiz/doc question is
    set echo on
    Sybrand Bakker
    Senior Oracle DBA

  • ExchangeService.TraceEnabled = true , but can't see the traces in output window

    Hello,
    I am building an Visual Studio 2013 asp.net application that uses EWS. I have enabled tracing:
                service.TraceEnabled = true;
                service.TraceFlags = TraceFlags.All;
    I expect so see the EWS trace output in the Output window; however, nothing related to EWS shows in Output window.
    I wonder what am I missing?
    Thank you,

    Hi,
    you need to implement the interface Microsoft.Exchange.WebServices.Data.ITraceListener.
    And then set :
    service.TraceListener = new MyTraceListenerImplementation();
    Regards,
    Désiré GOVIN Refresh IT Solutions

  • How  can i see the Archive log backup contens from th tapes

    hello
    I am taking Archive log Backup regularly
    i want ot chk my backup contents from tape through the db2 command
    From DB13 it  is showing successfully  Completed
    but for the comfirmation where and how i can see the contents of tape
    Point in advance from me
    Jayesh

    Hello Jayesh ,
    using db2tapemgr you can display the tape header DB2TAPEMGR.HEADER using
    db2tapemgr SHOW TAPE HEADER  <tape device>
    in "contents:" field you can see , which logfiles are on tape at which position .
    see
    [db2tapemgr - Manage log files on tape  command|http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp?topic=/com.ibm.db2.luw.admin.cmd.doc/doc/r0011704.html]
    [IBM DB2 Universal Database for UNIX and Windows:New Log File Management|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/50c7d3ef-5a59-2a10-a3ab-fb3b0887f479]
    Best regards
    dirk

  • [Solved] [Xorg+KMS+Intel] Can't see login console / boot messages!

    Hi,
    My problem is that using an Intel video card (with KMS) after latest Xorg 1.8 update, I can't see boot messagges and the login console anymore.
    I've just noticed that after last Xorg update I can't access anymore to runlevel 3 on boot.
    I've got an Intel video card so KMS is enabled by default (and mandatory).
    I always used SLiM as a display manager, configured through /etc/inittab to go to runlevel 5 on boot:
    # /etc/inittab
    # Runlevels:
    # 0 Halt
    # 1(S) Single-user
    # 2 Not used
    # 3 Multi-user
    # 4 Not used
    # 5 X11
    # 6 Reboot
    ## Only one of the following two lines can be uncommented!
    # Boot to console
    #id:3:initdefault:
    # Boot to X11
    id:5:initdefault:
    rc::sysinit:/etc/rc.sysinit
    rs:S1:wait:/etc/rc.single
    rm:2345:wait:/etc/rc.multi
    rh:06:wait:/etc/rc.shutdown
    su:S:wait:/sbin/sulogin -p
    # -8 options fixes umlauts problem on login
    c1:2345:respawn:/sbin/agetty -8 38400 tty1 linux
    c2:2345:respawn:/sbin/agetty -8 38400 tty2 linux
    c3:2345:respawn:/sbin/agetty -8 38400 tty3 linux
    c4:2345:respawn:/sbin/agetty -8 38400 tty4 linux
    c5:2345:respawn:/sbin/agetty -8 38400 tty5 linux
    c6:2345:respawn:/sbin/agetty -8 38400 tty6 linux
    # Hypervisor Virtual Console for Xen and KVM
    #h0:2345:respawn:/sbin/agetty -8 38400 hvc0 linux
    ca::ctrlaltdel:/sbin/shutdown -t3 -r now
    # Example lines for starting a login manager
    #x:5:respawn:/usr/bin/xdm -nodaemon
    #x:5:respawn:/usr/sbin/gdm -nodaemon
    #x:5:respawn:/usr/bin/kdm -nodaemon
    x:5:respawn:/usr/bin/slim >& /dev/null
    To enable runlevel 3 at boot,  I commented the id:5:initdefault: and the x:5:respawn:/usr/bin/slim >& /dev/null lines and uncommented id:3:initdefault:.
    Now, during boot, the last thing I see is Loading UDev modules..., then the screen becomes dark gray and I can't see any other boot messages (actually this appened also before, after xorg update).
    The problem is that before slim started but now I can't see any login console.
    I also figured out that typing my username, password and then startx, starts X normally, so the problem is just that I can't see the tty console anymore.
    Once I am in X I can switch to ttys normally.
    What can I do?
    I just wanted to get rid of slim and start X automatically after console login but I can't see the console login!
    I hope to have been clear enough, thanks for your help!
    Last edited by rent0n (2010-07-04 11:36:38)

    rent0n wrote:
    Well, it seems I spoke too early. It doesn't work as expected at every startup, sometimes I still have the black screen.
    Now I'm trying with:
    video=SVIDEO-1:d
    that seems to work, but I just tested it one time and I'm starting to think that screen blanking happens randomly...
    Any hint is more than welcomed.
    After a few reboots, I can confirm this workaround seems to work.
    This is weird indeed as I don't have any SVIDEO-1 interface listed by xrandr -q, but still.
    Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192
    VGA1 disconnected (normal left inverted right x axis y axis)
    LVDS1 connected 1280x800+0+0 (normal left inverted right x axis y axis) 331mm x 207mm
    1280x800 60.0*+
    1024x768 60.0
    800x600 60.3 56.2
    640x480 59.9
    TV1 disconnected (normal left inverted right x axis y axis)
    The only problem is that now boot lasts a lot of time  and, between UDev modules loading and disks checking, I have to wait for at least 30 seconds with a black screen and a central white dash flashing.
    Anyone experiencing the same thing?

  • Where i see the detailed log of cache referesh error????????

    in sxi_cache when i do full refresh...i get error in cache refresh....
    where can i see the detailed log of that error

    In SXI_Cache you mainly check the status of the Integration proceess.0 means the IP is fine and 99 means there is a cache issue.
    Also check this
    https://websmp202.sap-ag.de/~sapdownload/011000358700003163902004E/HowTo_handle_XI_30_Caches.pdf
    Regards,
    Prateek

  • I can't see the Reporting Workspace in Service Manager Console PLEASE HELP

    I can't see the Reporting Workspace in Service Manager Console PLEASE HELP

    Hello,
    If you don't have an entry like "SQL Server Reporting Services (InstanceName)" in Windows Service Manager (Services.msc) then because SSRS service not installed on that machine. Install it, then you will see such an entry.
    Olaf Helper
    This is not an SQL issue it's a SC Service Manager issue. Reporting Services is installed and running on the SQL side. The problem is that as I am now aware I cannot get the Data Warehouse Server to register in the Service Manager consoles to connect that
    with the canned reports and turn on Reporting Workspace. Any thoughts?
    [ Blog] [ Xing] [ MVP]

  • How can i see the output of a form

    I am having one driver program and form.From these two how can i see the output.

    Hi Sunny
    You might already know; but for the driver program; a smartform is just a function module.
    (In the smartform; this function module name can be found in the menu tab Environment -> Function Module Name.)
    Note: The FM 'SSF_FUNCTION_MODULE_NAME' is obviously the correct way of getting the FM name from the smartform name !!
    So all you need to do is call this function module passing any variable / tables you need to pass to the smartform from your driver program.
    Hope it helps
    Neer

  • Whenever I log into Facebook and someone has sent me a video I get a green screen and I can't see the video.  Please help.

    Whenever I log into Facebook and someone has sent me a video I get a green screen and I can't see the video.  Please help.

    You're welcome. And thank you for marking question as answered. To prevent it from happening again, go to Settings > General > Accessibility, turn off Zoom.
    Stedman

  • Can't see the output of cast/multicast

    Hi, I can't see the output of cast/multicast.. but in sql*plus, i can..
    regards

    Hello, here's a sample...
    ops$rringor@RLR9204> create or replace type
    2 myarraytype as table of varchar2(2000)
    3 /
    Type created.
    ops$rringor@RLR9204> drop table t;
    Table dropped.
    ops$rringor@RLR9204> create table t
    2 ( id number not null ,
    3 name varchar2(10) ) ;
    Table created.
    ops$rringor@RLR9204> begin
    2 for i in 1..10
    3 loop
    4 insert into t values ( i, i||'abc');
    5 end loop;
    6 end;
    7 /
    PL/SQL procedure successfully completed.
    ops$rringor@RLR9204>
    ops$rringor@RLR9204> select a.id,
    2 CAST( MULTISET( select b.name
    3 from t b
    4 where b.id = a.id ) as myArrayType ) as names
    5 from t a ;
    ID NAMES
    1 MYARRAYTYPE('1abc')
    2 MYARRAYTYPE('2abc')
    3 MYARRAYTYPE('3abc')
    4 MYARRAYTYPE('4abc')
    5 MYARRAYTYPE('5abc')
    6 MYARRAYTYPE('6abc')
    7 MYARRAYTYPE('7abc')
    8 MYARRAYTYPE('8abc')
    9 MYARRAYTYPE('9abc')
    10 MYARRAYTYPE('10abc')
    10 rows selected.
    I can see the records under NAMES but I can't view it using SQLDeveloper.

  • I can't see the animations on the website or access most of the options when I log in.Works perfect with Internet explorer though! Please help

    I can't see the animations on this page (looks like a very small image) and when I log in can't access/see some of the options in the website . The page however works perfect with Internet explorer though! Please help identify the kind of plugin/add-on needed to make it work.

    If you're using it in bright light, you may be getting sunlight through the back of the machine which can wash out the display.  The Apple logo on the back of the lid is actually a cut-out that uses the systems back light to make it glow.  Bright light (especially sunlight) can actually shine through the back.  As the users in the login are typically in the middle of the display, this is the area most likely to be washed out as that is where the Apple logo is.  You can try just putting your hand over the Apple logo on the back to block the sunlight when trying to log in.

  • Question: 10gR2 database can not see the 11gR2 ASM diskgroup?

    Hi there,
    env:
    uname -rm
    2.6.18-92.1.22.el5xen x86_64
    Single server(non-RAC)
    note: we don't want to upgrade 10gr2 database into 11gR2 yet. But we created the 11gR2 ASM, then a 11gr2 database on ASM, and plan to migrate datafile in 10gR2 database to 11gR2 ASM
    1. oracle 10gR2 installed first version: 10.2.0.3.0
    2. then install 11gR2 Grid Infrastructure, and created ASM (version 11gr2)
    $ sqlplus / as sysasm
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Oct 19 10:30:56 2010
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Automatic Storage Management option
    SQL> col name form a15
    SQL> col COMPATIBILITY form a15
    SQL> col DATABASE_COMPATIBILITY form a15
    SQL> l
    1* select name , STATE, COMPATIBILITY, DATABASE_COMPATIBILITY from v$asm_diskgroup
    SQL> /
    NAME STATE COMPATIBILITY DATABASE_COMPAT
    ORCL_DATA1 MOUNTED 11.2.0.0.0 10.1.0.0.0
    ORA_DATA MOUNTED 10.1.0.0.0 10.1.0.0.0
    3. in 10gR2 database
    sqlplus /
    SQL*Plus: Release 10.2.0.3.0 - Production on Tue Oct 19 12:12:31 2010
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning and Data Mining options
    SQL> select * from v$asm_diskgroup;
    no rows selected
    4. pin the node into css
    # /u01/app/product/11.2.0/grid/bin/crsctl pin css -n mynodename
    CRS-4000: Command Pin failed, or completed with errors.
    Question: 10gR2 database can not see the 11gR2 ASM diskgroup?
    please help
    Thanks
    Scott

    What is the output of
    olsnodes -t -n
    Also, see unix error log and ohasd error log if you find anything in that

  • SUDO is causing entries in the console log. A Virus?

    Hello,
    I was looking through my OSX installation and I found this mysterious file placed in my Application Support Folder in my library:
    username/library/application support/7103555
    It is named "7103555" and it is a Unix Executable File (according to "Get Info")
    I am worried it might be a virus. I don't recall putting it there. The only time I used terminal so far was to open a Profile Manager for Mozilla Thunderbird. I see that it mentions PrinterNotification and I do recall installing an HP printer driver. Is that where it might have come from. Is this normal? May I delete it? Should I reset something back in console? I am not sure what to do here.
    Should I be concerned?
    Thank you for any advice.
    This is what it looks like when I open it:
    cd /System/Library/SystemConfiguration/PrinterNotifications.bundle/Contents/MacOS
    # SUDO is causing entries in the console log making me believe
    # that it's not getting run correctly. I am removing SUDO from the
    # command lines.
    #sudo ./makequeues -u
    #sudo ./makequeues -r
    ./makequeues -u;./makequeues -r&
    exit 0

    Mulder,
    <<sarcasm mode on>>
    You got me there: I can't even spot a simple shell script and figure out what it does and why. Nor could I explain it in plain 'Merican English to poor ol' rainforest. Nope, I must have absolutely no idea what I'm talking about.
    <<sarcasm mode off>>
    HINT: This is well within my area of expertise.
    To quote one of your compadres, who "borrowed" it from answers.com:
    "computer virus n. A computer program that is designed to replicate itself by copying itself into the other programs stored in a computer. It may be benign or have a negative effect, such as causing a program to operate incorrectly or corrupting a computer's memory."
    A little further on in the same page:
    "Virus
    Software used to infect a computer. After the virus code is written, it is buried within an existing program. Once that program is executed, the virus code is activated and attaches copies of itself to other programs in the system. Infected programs copy the virus to other programs."
    and
    "Viruses Must Be Run to Do Damage
    A virus is not inserted into data. It is a self-contained program or code that attaches itself to an existing application in a manner that causes it to be executed when the application is run."
    On to Leap-A, from the description in Macworld (edited for brevity and clarity):
    "...[W]hen you try to launch the newly-infected application, an apparent bug ... in the code prevents it [the application] from launching. But, ... a lot just happened:
    A Spotlight search for the most-recently-used user-owned applications is run, and ... up to four of those programs at a time are infected...
    The above process will repeat each time you try to launch an infected application."
    The process described above fully conforms to the definition. Therefore, your, uh, "1337" assertion is wrong: Leap-A IS a virus.
    -Wayne
    PS I'll even make a more radical assertion: The first OS X viruses were written in 1983 by Fred Cohen. My source? Professor Cohen (after all, he invented the computer virus), who told me, "the first viruses written for the original experiments run on current Mac OSX systems without even a recompilation."

  • Can anyone read this Console log and tell me what is "librariand" ?

    I've been having "librariand" showing up every 2-3 minutes in my log. can anyone read this Console log and tell me what is "librariand" and what's the problem behind this ?
    11-08-14 9:53:37.009 AM librariand: new client - cancelling idle timeout
    11-08-14 9:53:37.010 AM librariand: no ubiquity account configured, not creating collection
    11-08-14 9:53:37.010 AM librariand: error in handle_client_request: LibrarianErrorDomain/10/Unable to configure the collection.
    11-08-14 9:53:37.010 AM librariand: client connection is invalid: Connection invalid
    11-08-14 9:53:37.010 AM librariand: no clients - starting idle timer
    11-08-14 9:53:37.011 AM librariand: new client - cancelling idle timeout
    11-08-14 9:53:37.011 AM librariand: no ubiquity account configured, not creating collection
    11-08-14 9:53:37.012 AM librariand: error in handle_client_request: LibrarianErrorDomain/10/Unable to configure the collection.
    11-08-14 9:53:37.012 AM librariand: client connection is invalid: Connection invalid
    11-08-14 9:53:37.012 AM librariand: no clients - starting idle timer
    11-08-14 9:53:37.013 AM librariand: new client - cancelling idle timeout
    11-08-14 9:53:37.014 AM librariand: no ubiquity account configured, not creating collection
    11-08-14 9:53:37.014 AM librariand: error in handle_client_request: LibrarianErrorDomain/10/Unable to configure the collection.
    11-08-14 9:53:37.015 AM librariand: client connection is invalid: Connection invalid
    11-08-14 9:53:37.015 AM librariand: no clients - starting idle timer
    11-08-14 9:53:37.015 AM librariand: new client - cancelling idle timeout
    11-08-14 9:53:37.015 AM librariand: no ubiquity account configured, not creating collection
    11-08-14 9:53:37.016 AM librariand: error in handle_client_request: LibrarianErrorDomain/10/Unable to configure the collection.
    11-08-14 9:53:37.016 AM librariand: client connection is invalid: Connection invalid
    11-08-14 9:53:37.016 AM librariand: no clients - starting idle timer
    11-08-14 9:53:37.017 AM librariand: new client - cancelling idle timeout
    11-08-14 9:53:37.017 AM librariand: no ubiquity account configured, not creating collection
    11-08-14 9:53:37.017 AM librariand: error in handle_client_request: LibrarianErrorDomain/10/Unable to configure the collection.
    11-08-14 9:53:37.018 AM librariand: client connection is invalid: Connection invalid
    11-08-14 9:53:37.019 AM librariand: no clients - starting idle timer
    11-08-14 9:56:39.802 AM librariand: new client - cancelling idle timeout
    11-08-14 9:56:39.803 AM librariand: no ubiquity account configured, not creating collection
    11-08-14 9:56:39.803 AM librariand: error in handle_client_request: LibrarianErrorDomain/10/Unable to configure the collection.
    11-08-14 9:56:39.804 AM librariand: client connection is invalid: Connection invalid
    11-08-14 9:56:39.804 AM librariand: no clients - starting idle timer
    11-08-14 9:57:11.575 AM librariand: new client - cancelling idle timeout
    11-08-14 9:57:11.576 AM librariand: no ubiquity account configured, not creating collection
    11-08-14 9:57:11.576 AM librariand: error in handle_client_request: LibrarianErrorDomain/10/Unable to configure the collection.
    11-08-14 9:57:11.577 AM librariand: no ubiquity account configured, not creating collection
    11-08-14 9:57:11.577 AM librariand: error in handle_client_request: LibrarianErrorDomain/10/Unable to configure the collection.
    11-08-14 9:57:11.577 AM librariand: client connection is invalid: Connection invalid
    11-08-14 9:57:11.577 AM librariand: no clients - starting idle timer

    I completely uninstalled the following:
    Removed Evernote.app
    Removed User/Library/Preferences/com.evernote.Evernote.plis
    Removed User/Library/Applications Support/Evernote
    and still get to see these logs when restart:
    11-08-14 7:57:03.263 PM librariand: new client - cancelling idle timeout
    11-08-14 7:57:03.263 PM librariand: no ubiquity account configured, not creating collection
    11-08-14 7:57:03.263 PM librariand: error in handle_client_request: LibrarianErrorDomain/10/Unable to configure the collection.
    11-08-14 7:57:03.264 PM helpd: unable to get sandbox extensions: The operation couldn’t be completed. (LibrarianErrorDomain error 10 - Unable to configure the collection.)
    11-08-14 7:57:03.265 PM librariand: no ubiquity account configured, not creating collection
    11-08-14 7:57:03.265 PM librariand: error in handle_client_request: LibrarianErrorDomain/10/Unable to configure the collection.
    11-08-14 7:57:03.265 PM librariand: client connection is invalid: Connection invalid
    11-08-14 7:57:03.265 PM librariand: no clients - starting idle timer
    11-08-14 7:57:13.753 PM librariand: new client - cancelling idle timeout
    11-08-14 7:57:13.767 PM librariand: no ubiquity account configured, not creating collection
    11-08-14 7:57:13.767 PM librariand: error in handle_client_request: LibrarianErrorDomain/10/Unable to configure the collection.
    any other solution ?

  • Can I see the User form trace

    hi,
    Can I see the intermediate values for the fields in the User forms.
    Thanks

    Enable trace in the System Configuration object.
    From Debug page > List Objects> Configuration> System Configuration. Click Edit.
    Look for Workflow Trace and enable it. Write it to a file if it is your local server. If it is a remote server then set the value of console trace to true.
    This will genetrate the output onto the browser.
    Regards
    Vinod

Maybe you are looking for

  • Could not find any capable video play modules upon startup.

    After installing Premier Pro CC, I received this error message (also pictured below): "ADOBE PREMIER PRO STARTUP ERROR. Adobe Premier Pro could not find any capable video play modules. Please update your video display drivers and start again." And he

  • Finder can not complete the operasjonen because some information in «Firefox.app» could not be read or be written (malfunction code -36)

    Upon downloading firefox 3.6.16 it suddenly stop loading and provides this explanation: Finder can not complete the operasjonen because some information in «Firefox.app» could not be read or be written (malfunction code -36) What do I have to to come

  • Scroll bars in Mac OS X 10.7.3

    I am using Mac OS X 10.7.3 and I don't like current style of scroll bars - I know it can be done to show them always, but the problem is that they're ugly - grey, narrow, just ugly. I love previous version of scroll bars - aqua blue ones. Is there a

  • HCM Processes & Forms PD Backend Service

    HCM Processes & Forms SAP_PD service (OM New Position Object IT1000, New Org. Unit Object(IT1000) and Relations between Position & Org. Unit(IT1001-A003 and/or A012 ) --- OM Data Create Position Object and Create relation with already existing org. u

  • Bpm : correlation

    hi all, I am sending a PO request using the send step and waiting for a PO response using the recieve step. Assume that i have two instances of this BPM running i.e two PO request's going simultaneously. when i get the response back for these two req