Can we debug the code line per line in AS?

Hi
I am wondering if there is a way to debbug the action script code step by step?
So I can understand what it is doing exactly.
Is this possible to do?
Please show me how, if yes?
If not, is there another way that allows me to debbug my code?
Thx in advance
mimi

click debug/debug movie.  you can add stops to your actionscript be clicking to the left of the actionscript line number.

Similar Messages

  • How can I print the "number lines" with the code in Visual Studio?

    How can I print the "number lines" with the code in Visual Studio?

    Hi BillionaireMan,
    What about your issue now?
    If you have resolved it, you can share the solution here, which will be beneficial for other members with the same issue.
    If you did not, please tell us more information,we will try my best to help you.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Cffunction and how to ? can someone explain the code to me line by line

    Hello i went to get this online and i want to test it.
    the udf is supposed to
    * CSVFormat accepts the name of an existing query and
    converts it to csv format.
    * Updated version of UDF orig. written by Simon Horwith
    my question how to break it down.
    can someone explain the code to me line by line
    thanks

    silviasalsa wrote:
    > thanks
    >
    > but line by line
    >
    > what is
    > if(ArrayLen(Arguments) GTE 2) qualifier = Arguments[2];
    > if(ArrayLen(Arguments) GTE 3 AND Len(Arguments[3]))
    columns = Arguments[3];
    > returnValue[1] = ListQualify(columns, qualifier);
    > ArrayResize(returnValue, query.recordcount + 1);
    > columns = ListToArray(columns);
    > for(i = 1; i LTE query.recordcount; i = i + 1)
    > {
    > rowValue = ArrayNew(1);
    > ArrayResize(rowValue, ArrayLen(columns));
    > for(j = 1; j LTE ArrayLen(columns); j = j + 1)
    > rowValue[j] = qualifier & query[columns[j]]
    & qualifier;
    > returnValue[i + 1] = ArrayToList(rowValue);
    > }
    > returnValue = ArrayToList(returnValue, Chr(13));
    > return returnValue;
    > }
    >
    > thanks
    Apparently this UDF takes two optional parameters so that one
    can define
    (A) a text "qualifier" to use in the CSV file, this is
    usually the
    single quote|tick ['] mark - but sometimes one wants this to
    be a
    different character and (B) what columns to use in the
    output in case
    one does not want to use all the columns in the record set
    in the
    outputted CSV file.
    The if statements are checking for these optional parameters
    and if
    found setting the values in them to internal variables.
    These
    variables are then used in the rest of the logic to create
    the CSV output.
    HTH
    Ian

  • How can I search the last line in an internal table?

    How can I search the last line in an internal table?
    With a describe?? If it is , how can I do that?
    Thanks!!

    Hi shilpa,
    it seems to be you are NEW to SDN. welcome. if you want to get solutions to your Questions, you have to post a NEW thread.dont use the existing thread to post your question.
    any way i am giving you the solution for your question
    LOOP AT ITAB WHERE F1 = <SOME VALUE>
                       F2 = <SOME VALUE>.
    ENDLOOP.
    IF SY-SUBRC = 0.
      ITAB WILL HAVE THE LAST RECORD which satisfying the given criteria in WHERE clause of LOOP.
      write itab <--this ITAB will have the last record.
    ENDIF.
    regards,
    Srikanth.
    Message was edited by: Srikanth Kidambi

  • Can I hide the Address line through a URL?

    Can I hide the address line (and button bar, and menu bar) from a URL address? We are generating an Oracle report, and I was hoping to be able to hide the address bar when the report is opened in a new window. Since the report server creates the html to show the report I can't control it there (or can I?).
    Thanks,
    Jim

    Jim,
    the only way of achieving this is to call a Javascript function on teh page that initiates the Reports request. Thsi Javascript function would do a window.open() call where you specify the Reports request URL and all the browser window characteristics, like hiding the menu bar.
    Frank

  • Help!! Can't see the indicating line while playing in Audition 3.0

    Hi all,
    It's my first post here.
    I now got a problem as the same time I re-installed Windows XP and Audition 3.0 some months ago: I can't see the indicating line (I don't know how to describe it, or moving line?) while playing in Edit View. So I wouldn't know where it play to. Anyone can help? Thanks from nusushika~ XD

    Hi mikromidas, thanks for replying~
    Yes, I have and AMD X2 3800+ processor.
    Do you mean the AMD X2 optimizer patch? I followed your instruction and everything seems good at this time. Thank you very much. XD

  • How can we get the selected line number from JTextArea ?

    how can we get the selected line number from JTextArea ? and want to insert line/string given line number into JTextArea??? is it possible ?

    Praitheesh wrote:
    how can we get the selected line number from JTextArea ?
    textArea.getLineOfOffset(textArea.getCaretPosition());
    and want to insert line/string given line number into JTextArea??? is it possible ?
    int lineToInsertAt = 5; // Whatever you want.
    int offs = textArea.getLineStartOffset(lineToInsertAt);
    textArea.insert("Text to insert", offs);

  • Can we debug the Rule durring payroll run ?

    Hi SAP-HR Experts .
    Dear Sir can we debug the Rule durring payroll run ?
    I meant to say that if we put many break points i std program of PE02 .
    and run the payroll of a employee then why system processing do not stops on
    thsoe break points ????
    i want to see how a rule processed durring payroll run .?
    Any help / suggestions urgently required ..........
    Kind regards : rajneesh .

    Hy RM!
    The follow includes are used to control RULES inside report payroll driver (HXXCALC0).
    You can try, using break points inside this:
    include rpcbof00.        " operations
    include pcbofbr0.        " OPERATIONS BEGIN-WHILE for special country
    include rpcbu109.       " OPERATIONS SUB-Routines 1
    include rpcbu209.       " OPERATIONS SUB-Routines 2
    include rpcbu309.       " OPERATIONS SUB-Routines 3
    include rpcbu409.       " OPERATIONS SUB-Routines 4
    include rpcbu500.       " OPERATIONS SUB-Routines 5 travelling expens.
    include rpcbu600.       " OPERATIONS SUB-Routines   incentive wages
    include h99cavera.      "LIN (ADDED) New average functionality
    include h99cavera_old."don't use old average oeration MEANV "XUL
    include rpcbua09.        " Accruals                      "YLHAHRK006605
    Regards!

  • Can we debug the Html template in Internet service

    Hi ,
      I need to change the  name of a filed in srm portal "confirmation of good and service" for that i had a template but i am not able to find the label in that
    How can i find the label  ?
    can i debug the template
    help me
    thanks
    Channappa Sajjanar

    Hi Pradeep,
    Thanks for reply .Actually i found one solution which is as follow just  guide me is it correct or not?
    I gone to the screenpainter (se51) their i given the
    program name =SAPLBBP_PDH_SEARCH.
    screen number = 3001.
    in this screen only the speeling mistakes are found for the variable's
    Confirmatn Value : BBPS_SEARCH_SUBLIST_PO_WEB-VAL_CF and
    Calculatd : BBPS_SEARCH_SUBLIST_PO_WEB-QUAN_IV.
        So i just changed the spelling mistakes there in IDES SRM and they are reflection when i exceute the t-code BBPCF02 in SE80.
    now just tell me is the way i am going is correct or not ?
    what are the side effetcts of this?
    and is any way i can solve the proble  from the template?
    please give  your valuable sugetions i am very new to SRM.
    Regards
    Channappa Sajjanar

  • LSMW VD51 , Validations in Begin of Transaction; how to Debug the code?

    Hi All,
    I have written code for validations i Begin of Transaction in the field mapping 5th step of LSMW for VD51.
    Now this code not getting triggered at the time of Conversion of Data. How to debug the code. I have put a static break point 'BREAK-POINT' still not getting triggered.
    Any suggestion / solution for this issue.
    Thanks and Regards,
    Narsimha Kulkarni

    Hi Narshimha,
    Make any mapping error during mapping and check the syntax of mapping it will drag you to the lsmw report there you can put your break point. You can check the report name from transaction code as well.
    Remember this mapping block will execute when you execute the step Convert Data in LSMW.
    Regards
    Dhirendra

  • Can we debug the USER EXITs

    Hi,
          This is Krishna. Can we Debug the User exits. If possible, how to debug and what r the user exits can we debug.
      If any one knows, pls help me.
      Thanx in advance.
    Regards,
    Krishna.

    Hi,
    Write one of these statements in ur user exit code.
    break-point
    or
    break <URID>
    Thanks
    mahesh

  • Can we debug the package pa_project_pvt.add_class_categories which is called in Pa_project_pub.create_project?

    We are trying to create a project using the api code pa_project_pub.create_project. But we are unable to create due to some unexpected error status flag when pa_project_pvt.add_class_categories is executed. We  tried by going through the code but it was in vain.
    So couple of questions from our side.
    1) Can we debug the package procedure pa_project_pvt.add_class_categories by any chance?
    2) If yes, then what is the debugging process?
    Any help in this regard would be helpful.
    Thanks in advance.

    Hi,
    you may try to enable debugging via Sysadmin responsibility by setting following profile options, either for a certain user (preferred) or a certain responsibility:
    - "FND: Debug Log Enabled" set it to yes
    - "FND: Debug Log Level" set it to 1 (but only temporarily, as it generates lots of loggings)
    - "FND: Debug Log Module" set it to "pa" or "PA"
    You'll have to log off and login to apps again for the profile options to come into effect.
    Before you start your process, have a look at fnd_log_messages table (write down last value LOG_SEQUENCE,
    so you can identify the loggings for your process easier) by filtering column log_sequence, module and user_id
    (which is the user_id coming from fnd_user table).
    Make sure that you set apps context (fnd_global.apps_initialize) correctly before the logic of your api call starts.
    Regards.

  • Debugging the code?

    hai
    i want to know where can we dubug the code? and in howmany ways and tel me transaction codes.
    bye
    with regards
    srinu

    Hi,
    Assuming you want to debug a datasource or extractor, goto tcode RSA3 and put in the datasource/extrator name and run it in debug mode. You can then watch the values.
    Execute the same in RSRT and in the execute and debug options - select "Explain SQL" to see the order in which you are executing the query .. also there is an explain SQL available in RSRT that you can use...
    also available are default breakpoints which you can use..
    hope it helps..
    Regards,
    Amith

  • Can we debug the RFID programs ?

    Hello All,
    This is Rajani.
    I am working on a support project.
    I have a doubt. Can we debug the RFID programs ?

    Hi Rajani. Debug of RFID programs is possible. For your custom written code you can use the following code.
    start of code for debugging ***
       data: wf_break type i.
        while wf_break is initial.
        endwhile.
    end of code for debugging  ***
    You run the AII test tool to send tag information to AII. Then once the process starts to run, you can run the transaction sm50 in AII, to select that process and debug that process. Since the above is a while loop change the wf_break value to anything other than 0, and use the debugging keys to do your work.

  • How can we debug the screen pop up?

    How can we debug the screen pop up?

    Hi,
    if you know where the popup is raised it is easy of course as you just have to uses F6 to keep the debug mode running.
    But there is a way to get the popup into debug mode similar to typing /h into the ok code field of a sandard dynpro. Therefore you have to do the following steps:
    1) click the "Create a Shortcut" button in the gui to get a shortcut on your desktop (the button next to new session)
    2) in the oped screen for shortcut setting choose:
         type -> system command
         command -> /h
         depending on gui release you have to enter a system ID -> use the one of your system and parameters -> just type abc
    3) press finish to create the shortcut
    If you have done this you can drag and drop the shortcut from the desktop to a sap session or popup to switch on the debug mode. One shortcut works for all systems you have, the system id in it does not matter.
    Oh, while I often have the case that I forget to resize the window before the popup appears so i cannot access the shortcut directly on the desktop, just remeber that you can always open a small file explorer window go to the desktop folder and drag it from there ;o)
    Best Regards
    Roman

Maybe you are looking for

  • How to use XDOLoader???

    Dear Members, In order to download Data Definitions and Templates FNDLOAD and XDOLoader are used. If we want to move physical files between instances XDOLoader is used (rtf,pdf,xml etc...). I read the documentation regarding XDOLoader and i could not

  • Creating select one choice

    Hi I am using JDeveloper 11.5.My usecase is 1. I created a view object based on two entity obj also created association and view link. 2. I use LOV for an Application description attribute in view object. 3. In JSF page I drag and drop view object fr

  • I tried to update iTunes to 11.4.1 and received error code R6034 Microsoft Visual C   Runtime Library attempt to access incorrectly.  How do I fix?

    I received a request from iTunes concerning updating my iTunes with 11.4.1.  The update was on my Vista Home Basic Computer.  During the process of updating I received this message which stopped me from completing the update. Micosoft Visual C++ Runt

  • Random menus appear after waking from sleep mode

    Everytime I wake my phone from sleep, slide the slider over, it often randomly chooses not to show the home page with all the icons but instead random chooses some other app menu. For example, it just showed me the photo library page. It often will s

  • What is the proper procedure for shutting down a TCPListener?

    Should the Server (the socket) be shutdown before stopping the TcpListener? sample: if (theTcpListener != null)   if (theTcpListener.Server != null)     if (theTcpListener.Server.Connected)       theTcpListener.Server.Shutdown(System.Net.Sockets.Sock