Put the debug point in coldfusion file for line by line debugging

I need to debug the existing coldfusion project line by line. so i configured coldfusion9 and coldfusionbuilder2. I installed coldfusion9 in inbuilt server mode.
I have window7 as os. I set the line debugging property via launch Adminstrator.
Now i am able to see the debug output on browser but not able to put the debug break point in coldfusion file.
Please provide the necessary steps to put the debug break point in coldfusion file so that i am able to debug line by line.

You just need to double click in the left hand gutter (on the line number if you are displaying line #'s) at the line for which you want to set a breakpoint.  The breakpoint will appear as a blue dot in the gutter and will appeaer in the "breakpoints" view in the ColdFusion Debug perspective.
You will also need to set up the server information within CFB2, and point your project to the server for debugging to function.

Similar Messages

  • I loaded my ipad photos from camera and all the pictures sorted by date.  Next, I did a sync with my computer and the photos were all reorganized into IMPRT folders an out of date sequence.  Any idea how to put the photos back into date files?

    I loaded my ipad photos from camera and all the pictures sorted by date.  I later sync my ipad with my computer and the photos were all reorganized into IMPRT folders an out of date sequence.  Any idea how to put the photos back into date files other than reloading all of them from camera?

    What version of iPhoto?
    Select one and rotate it. Then rotate it back. Does that make it appear? 
    A much better work flow is the keep the photos after importing.  Check the success the import, wait for at least one successful backup cycle then use you camera's format command to reformat the card
    LN

  • HT1349 I need to restore back to 1.0 on my Nano as iTunes upgraded automatically to 1.2 and it's not compatible with my car device. Where can i download the ispw and ispw.signature files for 1.0 ?

    I need to restore back to 1.0 on my Nano as iTunes upgraded automatically to 1.2 and it's not compatible with my car device. Where can i download the ispw and ispw.signature files for 1.0 ?

    I don't think it's possible if you are stuck in recovery mode but I may be wrong...
    Since your device qualifies for iOS 8(.1), that is the version that will be downloaded/restored to the iPad.
    I do know that you can restore your iPad (from backup & as new) and keep the same iOS version if you restore using the iPad itself under Settings/Reset/Erase All Content and Settings but since you can't access this because your stuck in recovery mode, the point is moot.
    Have you tried downloading the update in the middle of the night (2 am or so) where dropouts are much less likely to occur?
    It's always possible to take your device in to an Apple Store (make a Genius Bar reservation first) and do the iOS update there in the Apple Store.. I'm sure they will gladly help you out with it and not charge you a thing. The trouble with that would be if you don't have an Apple Store nearby.
    Sorry I couldn't be of any more help.

  • Steps to load the data by using flat file for hierarchies in BI 7.0

    Hi Gurus,
    steps to load the data by using flat file for hierarchies in BI 7.0

    hi ,
    u will get the steps int he following blog by Prakash Bagali
    Hierarchy Upload from Flat files
    regards,
    Rathy

  • HT1541 Can you please put the 40,000 chips i bought for $4.99 on my account for the game called BIG FISH CASINO. I was charged but did not received the chips that i purchased :-(

    Can you please put the 40,000 chips i bought for $4.99 on my account for the game called BIG FISH CASINO. I was charged but did not received the chips that i purchased :-(

    You need to contact iTuens store support of teh game developers:
    http://www.apple.com/support/itunes/contact/

  • I'm missing the contact sheet option under file for elements 12.  Why???

    I'm missing the contact sheet option under file for elements 12.  Why???

    That's only in the mac version of photoshop elements.
    For windows, one can use the Organizer to print contact sheets
    http://www.dummies.com/how-to/content/how-to-print-contact-sheets-in-photoshop-elements-.h tml

  • How do I perform a trigger that collect the data for every rising edge continuously and then automatically put the data in a .xls file??

    I need to collect the data for every rising edge a trigger perfoms. So far I could collect the data but it seems that it only collect the data in the start of triggering, but not continuously. I also want to put the data in an excel spreadsheet and automatically add new set of data when the next rising edge occur. Please help.
    thanks a lot.

    LabWindows/CVI actually ships with a comprehensive set of examples for just about every area of programming you can use it in, including triggered analog data acquisition and ActiveX control of Microsoft Excel for data logging. Go to the following two directories on your computer to find respective examples for the two areas you are inquiring about:
    1) C:\MeasurementStudio\CVI\samples\DAQ\Ai\DAQsingleBufExtTrig.PRJ
    2) C:\MeasurementStudio\CVI\samples\activex\excel\excel2000dem.prj
    Just make sure to study the examples carefully so that you fully understand the processes followed for triggered analog acquisition and the process of launching an ActiveX automation server for control, and then you should be able to merge the concepts shown in both of the example
    s to make the application you desire.
    Jason F.
    Applications Engineer
    National Instruments
    www.ni.com/ask

  • Change the end point URL in WSDL for web-service

    Hi All,
    Morning , could someone please help us with this question, we are stuck with this currently.
    In SOA Suite 10g as well 11g we have a jsimple Java class whose one of the methods is exposed as a web service.
    In the project it has created the WSDL as well and have deployed the .ear file to the servers from EM console successfully.
    Now we need to migrate this web service to testing & production environments.
    1. Could someone please let us know the steps as to how do we change the end point url in the WSDL for this web service (present in web content --> WEB-INF/wsdl path in the j-developer project) for migration in case of both 10g (OC4J) as well 11g (WLS) servers.
    2. Also could this change/update be done prior to deployment as well as post deployment as well.
    Looking forward to inputs regards this...as we are stuck with this ..would be very helpful
    Thanks as always for help & guidance..

    Hi
    As Vijay mentioned, you develop a WebService in JDeveloper and test in JDeveloper integrated Weblogic Server say at http://localhost:7101/MyWebService/MyPort?wsdl. Thats it. Once it is working. Export it into a .WAR file. If you have any other supporting EJB JARs etc, put all these into a full blown .EAR at application level. NOW deploy this .EAR or .WAR into any Domain on any host and any port. DOES not matter. That server's host and port will be taken. Infact even if this other domain is Clustered domain, still it will work by giving webserver host and webserver port that sits in front of the cluster.
    I develop my webservices in JDeveloper and test at 7101 port. This .WAR gets deployed in QC Env at qchost:qcport. Same .WAR deployed to UAT at uathost:uatport and finally to prod also at prodhost:prodport.
    Its just the Client (WebService Proxy) that is calling this WebService need to use appropriate host and port based on which Env it is connecting to. For this, simply do not hard code WSDL URL in the java code or anywhere. Simply get it from a .properties file using a key value pair like this.
    WSDL_URL=http://host:port/MyWebService/MyPort?WSDL.
    Now have Environment specific values for above key and put that properties file in that domain root folder. And in your code always refer this key.
    You can use many approaches along the above lines.
    If your WebServies proxy is a webservice adapter say within bpel, still you can modify the value using deployment plan .xml file file while deploying.
    I would not absolutely prefer opening war file from ear and modifying war and updating ear file etc etc. Also do not have multiple EARs for Environment specific. Just have only one single EAR or WAR file that can be deployed to any environment.
    Thanks
    Ravi Jegga

  • How to merge text files and put the result in a text file.

    Hi,
    I am trying to merge the files(text) using OWB and I would like to put the result in a file. Could any one please explain how to do this.
    Thanks and regards
    Gowtham Sen.

    using the unix commnad 'cat' along with the redirect '>>' will concat the files into one target
    #this will create the target file and over-write it if it existed already
    cat file1 > target
    ##Now add the rest of the files to the target, without over-writing
    cat file2 >>target
    cat file3 >>target
    cat file16 >> target
    You can then use an external table on the target file.
    A nicer way would be to user a 'for loop', but this will work fine.

  • Sqlloder - increase the commit point in control file

    How can I increase the commit point in sqlloader control file?
    The default is I think 64 and I want it to commit afer every 1000 records inserted.
    Thanks for the help
    ds

    user10 wrote:
    How can I increase the commit point in sqlloader control file?
    The default is I think 64 and I want it to commit afer every 1000 records inserted.
    Thanks for the help
    dsno such parameter
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/ldr_params.htm#g1014550

  • How Do I put Album Art into my music files for Zen V Pl

    I have a Zen V Plus and don't know how to put album art on songs that are already on the player...
    Please Help MeMessage Edited by kmn755 on 2-03-200706:47 PM

    You have to append the artwork to the actual music files themselves. What I do is search Amazon.com for the album that the songs are off of, click the artwork so it expands and then right click the larger artwork and COPY.
    Then in iTunes go into "get info" on the song, and paste the artwork in the artwork tab. This will append it to the file. Yeah yeah i know it isn't technically legal to "copy" the artwork but I honestly don't give a rat's a$$ about doing it and neither should you.
    (...cue finger-waving "shame on you, you're breaking the law" post...)
    Then once you transfer this song you put the artwork on to your nano, it should show up there when you play the song. At least this works for me on my 30GB iPod video.

  • How do i make a still image (photo) fit the length of the music? I record music and want to put the tracks to a video file with a still image of my business logo in the background. Any help?

    How do I make a still image (photo) fit the length of the music? I record music and want to convert the tracks to a video file with a still image of my business logo in the background. On windows movie maker you could just select "fit to music" but this program isnt as easy to figure out! Any help?

    Double-click on the still image in the project timeline to open the Inspector. In the Inspector, adjust the duration by typing in a new duration to match the length of your music. I think the limit for a still image is 10 minutes. If you need more than this, simply drag the image into the timeline again then adjust its duration. The two images will play seamlessly (no gap will be visible).
    See this iMovie Help topic:
    http://help.apple.com/imovie/#mov3a883915
    You can achieve more precision when entering durations by changing a preference in the menu item iMovie Preferences. Check (tick) the preference for Show Time As HH:MM:SS:frames. This will enable you to enter the duration of stills down to the frame level, rather than full seconds (NTSC is 30 frames per second; PAL is 25 fps). When entering times, type a colon between each time segment, such as 2:50:15, which represents 2 minutes 50 seconds and 15 frames. For 5 seconds 20 frames you would enter 5:20 and so forth.
    Note that the music will only run to the length of the video in the timeline (in your case, the still images). So, after increasing the stills duration you will need to drag the end of the music track as far as required. The stills can be dragged inwards to reduce the duration if necessary.
    John
    Message was edited by: John Cogdell - added Note

  • How can I reduce the size of a pdf file for emailing?

    I want to send a pdf file which is 8 mb, it has bounced in an email because it is too big, how can I reduce the size of the pdf file for emailing?

    Sometimes a simple "Save As" will reduce the file size slightly, but probably not enough to pass the <8 mb threshold of your recipient, as you need.
    You've probably seen it, try the next option in the Save As menu, "Reduced Size PDF," and make it compatible with the latest version possible, again considering the recipient. This suggestion assumes Acrobat X. You don't say which version you're using, but this tool was available at least going back to Version 8, but in a different place, you'll have to hunt.
    If all that doesn't work, you could remove some images from the source document, which also will reduce the overall size.
    Best luck.

  • Load the External text and css file for more frames

    hello..
           I created one Movie file. In that I load the External text and css file in first frame and display the first variable value in one text box.
    And then in 2nd frame I use another one text field and display the 2nd variable value like that I want to load the more variable in more textboxes with different frames.
         I loaded  for first variable value in first frame. But I don't know how to do next frames like that..
         Help me...

    You need to load them in the frames they are in.  You can store the loaded data in variables in frame 1, but you will need to extend that layer so that whatever is stored is avaliable in other frames.  The code to load the data into the other textfields can then be done in the frames where it is needed.
    There are other options, such as not using other frames for content or having all of them in frame 1 and making them invisible until you get to the other frames where they get turned visible.

  • An app which plays music from the resume point just like videos for iphone 4

    Hi,
               I am using iPhone 4. I would like to get an app which plays music from the resume point just like what we are having for videos.
    Thank you very much in advance!!!

    Thanks for all of your responses
    I've been researching and trying different things and have yet to come up with a viable solution. I prefer to go the free route when I purchase my media streaming software, however, I don't mind paying to have something once I feel it works. I would also like to mention, I want a media server which streams media(music/video) to all of my devices(xbox360, Wii, PS3, Iphone).
    Here is my current configuration:
    Imac 20"( 2 GH intel core 2 duo, 4 gb memory, running ps3 Media Server)
    Apple Extreme Router
    Sony Vaio Laptop(winamp remote)
    My media has been produced by using my Imac with handbrake software(video) and Itunes for music.
    I have tried PS3 media server and it seems to work wirelessly with my xbox360 just fine, however, the PS3, Wii and Iphone are a different matter. I get errors on ps3("this video content cannot be played "(8002288d8). The Wii and iphone wont recognize PS3 Media Server.
    My windows PC(Sony Vaio-Windows 7) has software I've downloaded called WINAMP Remote which seems to do all I want except, my xbox, Wii, PS3 all work but the video quality stinks(digitized flickering, poor quality overall). The iphone app(Orb-Free) video has a great picture but stutters frequently and stops. Audio over 3g stutters(meaning I have to hit play very frequently cause it stops) also.
    All this being said, I still am searching for a media server which can stream seemlessly to any of my devices. Any input would be greatly appreciated.

Maybe you are looking for

  • Problem in processed XML  in SXMB_MONI?

    Hi, SOAP -> XI -> File is my scenario Processed XML is not getting displayed in SXMB_MONI. In case if there is any error i get an error message in Monitor. What is the procedure to capture the Successful message.. Thanks, RPN Edited by: RPN on Aug 30

  • How to get the actual font name from a font file?

    Hi I have only the font Path I have to get the font name from that path. Any idea how to get the actual font name? Thanks,

  • How to use BAPI_INB_DELIVERY_CHANGE to update vbpa  fields ptnr no and fun

    data : HEADER_DATA like         BAPIIBDLVHDRCHG,       HEADER_CONTROL like         BAPIIBDLVHDRCTRLCHG,       DELIVERY like         BAPIIBDLVHDRCHG-DELIV_NUMB,       TECHN_CONTROL like         BAPIDLVCONTROL,       HEADER_PARTNER like BAPIDLVPARTNERC

  • Button Linking Help....

    Hey guys! I am doing some work for a friend at the moment, they have a FLASH header they have brought from a template site... it can be found here: http://iforest.co.uk/flash/ (with a link to the source code....) What I am struggling with (I have cha

  • Printing multiple screen objects (ALV+GFW) with only 1 print dialog pop-up?

    All, This is related to my previous post at: Re: How to print multiple ALV Grids with only one print dialog? but there is still one open question... My requirement is to create reports that will be called through portals; those reports are a combinat