NetConnection Debugger

Does anyone know if it is possible to post the messages that
you get in the netconnection debugger to a flash movie that you can
publish to a webpage? I tried importing the netconnection debugger
itself to an fla, but it is protected. I have a user that is having
issues with my Flash application using remoting. I wanted to see if
I could generate a service capture movie that could post the
messages I get in the netconnection debugger into a text box on the
users browser so he could copy and paste it into an email and send
it back to me. Is there anyway to do this in Flash 8 with the AS2.0
remoting classes?

/Bump

Similar Messages

  • NetConnection Debugger and FMS2

    Hello everybody,
    maybe I am to stupid or totally blocked to see what I do
    wrong.....
    I'd like to use the NetConnection Debugger with FMS2 in
    Flash8.
    From several Forum posts I lgot out to place the Remoting
    Classes and the RemotingDebug
    Classes from the library on the stage.
    Then I do the following in AS 2:
    import mx.remoting.debug.NetDebug;
    import mx.remoting.NetServices;
    import mx.remoting.*;
    import mx.rpc.*;
    import mx.remoting.debug.*;
    import mx.services.Log;
    NetDebug.initialize();
    So far, so good... To test it out I placed a
    NetDebug.trace("Starting up"); Statement (Just to see if NCD
    is responding).
    "NetDebug.trace();" prints the "Starting up" - Message into
    the (running) NetConnection debugger.
    But, when I go further in my code, doing a NetConnect() or
    anything else, there is only silence at NCD.
    It is silent as a fish regarding to log FMS-Messages, but on
    the other Hand it reports AMF ( against ColdFusion) very well.
    So I rather think I am not importing the necessary classes,.
    But wich are they ???
    What is missing in my above code to make NCD log against FMS
    in Flash8 ?
    I checked the Manuals and Livedocs, but found fitting no
    answer, yet.
    Wich classes do I have to import to make NCD log FMS-Messages
    and errors ?
    Thanks in advantage for any enlighting answer
    Greets MIBtwo

    Hi,
    Can you please post a little more detail on how are you using the NetConnection Debugger so that we can look into this issue better?
    Thanks,
    Abhishek

  • Netconnection Debugger not tracing when exporting from Flash 8 with Actionscript 2.0

    Ok, Sorry for the long post, but given my research , I wanted
    to be clear on the problem and what I have done to address it.---
    anyone who has gotten the NetConnection Debugger to work with Flash
    8 and actionscript 2.0 on a PC, your help will be greatly
    appreciated
    When I compile a Flash 8 swf with AS 2.0 the it does not seem
    to import the class properly to utilize the net connection
    debugger.
    I spent a considerable amount of time getting it to work on
    My Mac, but on the PC , none of my calls to the debugger are
    working.
    I have a very simple file that has the following code:
    import mx.remoting.NetServices;
    import mx.remoting.debug.NetDebug;
    NetDebug.initialize();
    NetDebug.trace("I am here")
    I do not get any errors for the imports, and the files are
    where they need to be. ( see the end of the message to see the
    directory structure for both the mac and the pc versions of this)
    When I first installed the remoting components on my
    macintosh, the Net Connection Debugger would not work. I eventually
    took my 2004 Classes and overwrote the mx.remoting.debug folder in
    the
    usr/Library/Application Support/Macromedia/Flash
    8/en/Configuration/Classes/mx/
    then after restarting flash and the debugger.swf.. it worked
    on the mac.
    I have tried the same thing on the PC on three separate
    machines.
    The latest PC is a brand new clean machine.
    These are the steps I have followed:
    I installed Flash 8 professional
    I installed the remoting components
    I created a test file with the code from above
    I opened the debugger
    I exported the file, ............... nothing traced
    I then copied the as Class files from my mac and overwrote
    the files in the classes directory for mx.remoting.debug
    in both these directories.
    c:\Documents and Settings\user\Local Settings\Application
    Data\Macromedia\Flash 8\en\Configuration\Classes\mx\
    and in c:\Program Files\Macromedia\Flash 8\en\First
    Run\Classes\mx\remoting.
    After a restart of flash and the debugger I am still not
    getting a trace out... I am at a loss. I need this to work, and
    someone has to have run into this before.
    Here is a list of the files in mx\remoting directories on the
    Mac and the PC.
    Mac
    Connection.as
    DataGlue.as
    debug //this is the folder
    ----- commands//this is a folder
    ----- events //this is a folder
    ----- connectionMixin.as
    -----GlobalLocalConnection.as
    ----- NetDebug.as
    ----- NetDebugConfig.as
    ----- NetDebugResponseProxy.as
    NetServiceProxy.as
    NetServiceProxyResponder.as
    NetService.as
    Operation.as
    PendingCall.as
    RecordSet.as
    RecordSetIterator.as
    RemotingComponentVersion.as
    RsDataFetcher.as
    RsDataRange.as
    RTMPClientResponse.as
    Service.as
    PC in the Documents and
    Settings...............\classes\mx\remoting
    Connection.as
    DataGlue.as
    debug //this is the folder
    ----- commands//this is a folder
    ----- events //this is a folder
    ----- connectionMixin.as
    -----GlobalLocalConnection.as
    ----- NetDebug.as
    ----- NetDebugConfig.as
    ----- NetDebugResponseProxy.as
    NetServiceProxy.as
    NetServiceProxyResponder.as
    NetService.as
    Operation.as
    PendingCall.as
    RecordSet.as
    RecordSetIterator.as
    RemotingComponentVersion.as
    RsDataFetcher.as
    RsDataRange.as
    RTMPClientResponse.as
    Service.as
    thanks for the help
    allen hujsak

    Thank you for the advice. This is still the error I get even
    with those two components on stage. Do I have to connect them to
    something? I am still trying the same tutorial from
    adobe...www.adobe.com/devnet/flash/articles/delta_packet.html
    Here's the error...
    **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Error
    opening include file NetServices.as: File not found.
    #include "NetServices.as"
    **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 2: Error
    opening include file NetDebug.as: File not found.
    #include "NetDebug.as"
    Total ActionScript Errors: 2 Reported Errors: 2
    Please help!!!!!!

  • NetConnection Debugger in Eclipse?

    Hey everyone,
    I use the Flex Eclipse Plug-in to develop our applications
    and am wondering how to get the NetConnection Debugger working.
    I've read this article:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19355
    but it doesn't seem to pertain to the Eclipse plugin. I don't
    have a WEB-INF directory or a flex-config.xml. I don't have an
    extras directory in my Flex directory either.
    Can anyone shed some light on this? FYI--I've never used the
    NetConnection debugger before.
    Thanks!
    Aaron

    Answering the question myself.. Had to externally open the url from IE..

  • The future of Flash Remoting?

    We are about to embark on a major, long term project which
    requires Flash/Database connectivity and Flash Remoting seemed the
    perfect way to go. Having just acquired Flash CS3, I encountered
    some difficulty since there is no Remoting Components package
    available for CS3. I did however find this link and manage to get
    my AS2.0 code to run:
    http://blog.vixiom.com/2007/04/17/actionscript-20-flash-remoting-with-flash-cs3
    This makes me worried about the future of Flash Remoting - I
    don't want to purchase and then be locked into a technology that
    gets shelved or overlooked by Adobe. I am aware of the AMFPHP
    toolkit but this since we are going with .NET this is not
    appropriate. Does anyone else have the same fears or does anyone at
    Adobe have any information on what the future of Flash Remoting
    will be?
    Thanks guys

    Sorry it took me a few days to get this up but here you go.
    ActionScript 2.0 Remoting Coponents and Debugger in Flash
    CS3.
    1. Copy Remoting and RPC Folders from your Documents and
    settings location TO FLASH CS3 LOCATION.
    C:\Documents and Settings\YOURUSERNAME\Local
    Settings\Application Data\Macromedia\Flash
    8\en\Configuration\Classes\mx
    to
    C:\Documents and Settings\YOURUSERNAME\Local
    Settings\Application Data\Adobe\Flash
    CS3\en\Configuration\Classes\mx
    2.Copy Remoting.Fla From.
    C:\Documents and Settings\YOURUSERNAME\Local
    Settings\Application Data\Macromedia\Flash
    8\en\Configuration\Libraries
    To
    C:\Documents and Settings\YOURUSERNAME\Local
    Settings\Application Data\Adobe\Flash
    CS3\en\Configuration\Libraries
    3. Copy NetConnection Debugger.swf and Service Browser.swf
    from.
    C:\Documents and Settings\YOURUSERNAME\Local
    Settings\Application Data\Macromedia\Flash
    8\en\Configuration\WindowSWF
    To
    C:\Documents and Settings\YOURUSERNAME\Local
    Settings\Application Data\Adobe\Flash
    CS3\en\Configuration\WindowSWF
    4. Copy NetConnection Debugger.swf and Service Browser.swf
    from or WindowSWF folder.
    C:\Program Files\Macromedia\Flash 8\en\First Run\WindowSWF
    To
    C:\Program Files\Adobe\Adobe Flash CS3\en\First Run\WindowSWF
    5. Copy the Libraries Folder.
    C:\Program Files\Macromedia\Flash 8\en\First Run
    to
    C:\Program Files\Adobe\Adobe Flash CS3\en\First Run
    6. Copy Remoting and RPC Folders from your Program Files
    location TO FLASH CS3 LOCATION.
    C:\Program Files\Macromedia\Flash 8\en\First Run\Classes\mx
    To
    C:\Program Files\Adobe\Adobe Flash CS3\en\First
    Run\Classes\mx
    7. Copy the RemotingConnector.swc from.
    C:\Program Files\Macromedia\Flash 8\en\First
    Run\Components\Data Components
    to
    C:\Program Files\Adobe\Adobe Flash
    CS3\en\Configuration\Components\Data
    This will allow you to use the Remoting component in Flash
    cs3 just as you did in Flash 8. You will still need to use them in
    Action Script 2.0 Files.

  • Flash Remoting Works Locally But Not On The Server

    Hello,
    I have a flash file that connects to an asp.net page. The
    aspx page queries a databse and returns a set of records to flash.
    Flash reads in those records and processes those records. Locally,
    this works fine. However, on the server, nothing happends. I spoke
    with tech support at hosting company and they tell me everything is
    installed for Flash Remoting.
    Here is the code thats on the server:
    import mx.remoting.NetServices;
    import mx.remoting.NetDebug;
    mx.remoting.debug.NetDebug.initialize();
    //CONSTRUCTOR
    var inited:Boolean = false;
    if(!inited){
    inited = true;
    NetServices.setDefaultGatewayUrl("
    http://63.134.251.243/gateway.aspx");
    var gatewayConn
    bject = NetServices.createGatewayConnection();
    gatewayConn.setDebugID( "Gateway Connection" );
    var SQLQueryToolService
    bject = gatewayConn.getService("matthewlemke", this
    function SQLQueryToolAction(){
    SQLQueryToolService.test("SELECT * FROM flashImages");
    function test_Result(result){
    trace(result);
    _root.abc.text = result.toString();
    SQLQueryToolAction();
    Here is the code locally:
    import mx.remoting.NetServices;
    import mx.remoting.NetDebug;
    mx.remoting.debug.NetDebug.initialize();
    //CONSTRUCTOR
    var inited:Boolean = false;
    if(!inited){
    inited = true;
    NetServices.setDefaultGatewayUrl("
    http://localhost/matt/gateway.aspx");
    var gatewayConn
    bject = NetServices.createGatewayConnection();
    gatewayConn.setDebugID( "Gateway Connection" );
    var SQLQueryToolService
    bject = gatewayConn.getService("matt", this );
    function SQLQueryToolAction(){
    SQLQueryToolService.test("SELECT * FROM flashImages");
    function test_Result(result){
    trace(result);
    _root.abc.text = result.toString();
    SQLQueryToolAction();
    Any help is greatly appreciated.
    Thanks,
    Vic

    I am having the exact same problem. My remoting application
    works fine on my laptop as long
    as the url for the gateway reads
    http://localhost/remotingData/gateway.aspx,
    but if I change
    it to the name of my machine and attempt to run the swf I
    keep getting a NetConnection.call.badversion error in the
    netconnection debugger. If I attempt to connect through IE it just
    sits with no reply.
    Is there some kind of permission thing going on here?
    Flash MX2004 Professional
    Flash Remoting Components MX2004 (unlicensed)
    IIS 6.0
    IE 6.0

  • Remoting in Actionscript Class

    I am working on a large project with .NET remoting and I am
    having a problem with the Netconnection debugger. I have moved all
    my remoting calls into an Actionscript class file so that I can
    keep my timeline simple and clean. Everything is working fine. My
    only issue is that I am getting no messages in the NetConnection
    Debugger anymore. I have the Netdebug.initialize statement in my
    class constructor.
    Is there something else I need to do to get messages to
    bubble out of my class to the Netconnection Debugger?

    Ok, I solved the problem. Apparently you have to have the
    NetDebug Remoting Classes Object on the main timeline or your
    remoting calls won't post messages to the Netconnection debugger.
    So even though I am importing the libraries in my class and initing
    the NetDebug object, without the actual compiled clip on the stage
    somewhere I can't get messages.

  • Need help getting remoting going

    As the topic title says, I'm seeking help getting Flash 8 to
    communicate with CFMX7. I'm in Mac OS X and so far I've gotten
    everything working perfectly except remoting. I installed the Flash
    8 Remoting components and verified that the remoting classes are
    there and that NetConnect Debugger is in the Window menu within
    Flash 8. Here is the actionscript I'm using right now:
    // Import remoting class
    import mx.remoting.*;
    import mx.remoting.debug.NetDebug;
    NetDebug.initialize();
    // Specify the location of the remoting gateway
    var remoteGateway = "
    http://localhost:8100/flashservices/gateway?";
    // Application intialization
    if (appInit == null) { // do the following code only once
    appInit = true;
    // Set the default gateway URL (this is used only in
    authoring)
    NetServices.setDefaultGatewayUrl(remoteGateway);
    // Connect to the gateway
    gateway_conn = NetServices.createGatewayConnection();
    // Get the applications modules and store them to variables
    testModule =
    gateway_conn.getService("extranetApp.modules.testCFC", this);
    // Remoting test - Call function in test module, which
    returns list of user names
    function getUsers() {
    testText.text = "retrieving users...";
    testModule.getAllUsers();
    function getAllUsers_Result(result) {
    trace("loading data...");
    testText.text = "" + result.getItemAt(0).FirstName;
    testText.text = "please wait..."
    getUsers();
    // End Remoting test
    And here is the code in the "testCFC.cfc" file that Flash is
    supposed to communicate with:
    <cfcomponent output="false" hint="Returns user
    records">
    <cffunction name="getAllUsers" returnType="query"
    access="remote"
    hint="Returns a recordset of all first and last names in the
    Users table."
    output="false">
    <!--- Query the database for the records --->
    <cfquery name="qUserNames"
    datasource="#APPLICATION.dsn#">
    SELECT FirstName, LastName
    FROM Users
    ORDER BY LastName
    </cfquery>
    <!--- Return the query --->
    <cfreturn qUserNames>
    </cffunction>
    </cfcomponent>
    I've successfully tested that CFMX7 is retrieving data from
    the database, so I know the CFC query code is correct. And I've got
    CFMX7 running on localhost:8100, so I'm pretty sure the remoting
    gateway path is correct too. But the life of me, I can't get the
    data to come through in Flash. And of course the NetConnection
    Debugger isn't working at all either so I can't see what's going
    on.
    Can anyone offer me some help, please?

    I tested your code using the cfartgallery sample datasource
    and was able to get it working. The only thing I noticed is I got
    data as undefined if the case for FirstName was different than the
    cfc with the line
    testText.text = "" + result.getItemAt(0).FirstName;
    Did you check the {cfmx-root}/logs/flash.log for errors?
    Here's the code I used which was based on where I had the
    flash file and the cfc:
    // Import remoting class
    import mx.remoting.*;
    import mx.remoting.debug.NetDebug;
    NetDebug.initialize();
    // Specify the location of the remoting gateway
    var remoteGateway = "
    http://localhost:8500/flashservices/gateway";
    // Application intialization
    if (appInit == null) { // do the following code only once
    appInit = true;
    // Set the default gateway URL (this is used only in
    authoring)
    NetServices.setDefaultGatewayUrl(remoteGateway);
    // Connect to the gateway
    gateway_conn = NetServices.createGatewayConnection();
    // Get the applications modules and store them to variables
    testModule =
    gateway_conn.getService("tests.webservices.testCFC", this);
    // Remoting test - Call function in test module, which
    returns list of user names
    function getUsers() {
    testText.text = "retrieving users...";
    testModule.getAllUsers();
    function getAllUsers_Result(result) {
    trace("loading data...");
    testText.text = "" + result.getItemAt(0).FirstName;
    testText.text = "please wait..."
    getUsers();
    // End Remoting test

  • Problem About using AMFPHP 1.2.1 Version

    Hi Everybody,
    First of all I would like to thanks to all of the developers
    who open the Flash Remoting for open source source world.
    So I download the AMFPHP 1.2.1 version. So I install the
    AMFPHP to my local environment and test the gateway by accessing
    the gateway.php. Everything is work fine. Then I move to the hello
    world tutorial and test is ok in my local environment(
    http://localhost).
    Then I upload all the files to the live server and test the
    gateway.php. it work fine.
    Then I change my gateway url to
    http://eallth.com/flashservices/gateway.php
    in flash movie and test the same flash file but unfortunately it
    didn't work. In flash output panel it gives me an error "Error
    opening URL "
    http://eallth.com/flashservices/gateway.php"".
    I am using Macromedia Flash Professional 8. But I coudn't
    solve the problem. There is no error in the NetConnection Debugger
    panel.
    For your reference and test purpose I list the urls to Flash
    remoting gateway and url to download ZIP file which include the php
    class file and amfphp_prod_test.fla file. Please check these URLS.
    URL to Flsh Remoting gateway:-
    http://eallth.com/flashservices/gateway.php
    URL to Service Browser:-
    http://eallth.com/flashservices/browser/
    URL to Services directory:-
    http://eallth.com/flashservices/services/TestService.php
    URL to Download ZIP file (contains
    amfphp_prod_test.fla,TestService.php in services folder):-
    http://eallth.com/amfphp_test.zip
    Please help me to solve this problem. thanks.
    Anuruddha

    hi,
    i have an idea where the problem could come from.
    I'm working on a project with flash 8/amfphp/mysql.
    In apache : "Listen 192.3.3.30:80"
    "Listen 127.0.0.1:80"
    in fla : gateway :
    http://192.3.3.30:80 (localhost
    works fine too)
    I took a look at your files. indeed, there's a problem with
    the gateway, even it's functioning.
    You've tried the IP address instead of eallth.com ?
    What happens if you try to put "localhost" back again as
    gateway?
    I tried such things in the past but don't remember how flash
    reacted.
    What's your apache config? ( I had troubles with that
    before)?
    Do you do the test online? Or locally with online gateway?
    Oh, I forgot another thing... Replace all " " with ' ' (
    double to simple). That can help too.
    tell me

  • IE embedded debugger error

    I'm gettting the following error in my IE embedded debugger during runtime and I'm just wondering if anybody knows how to set up a try catch or finally block or event listener to catch it so i can make actions to compensate for it.....if i press continue on the debugger my script continues without a problem also this happens after a button press. Here is the error.
    The NetStream Object is invalid.  This may be due to a failed NetConnection.

    Hi,
    File>Properties to discover which IE Security zone the sites/domains map to...
    to allow an intranet site to access a public internet site you may have to add it manually to the intranet sites list.
    eg. say I want to use the w3c validation services from a domain in the intranet or localhost(maps to the internet), then to allow this I have to manually add validator.w3.org to the IE intranet sites list.... this mean that the default intranet zone
    setting for xss filtering (is disabled) for both my intranet sites and validator.w3.org . From my intranet zone site I am then allowed to use xss to return the validation reports back from w3c. I would add that I am using the POST method and not the GET
    method...
    If possible, in your application use the POST instead of GET.
    If you are developing this and have not yet published/deployed it to a production web server, you may not be able to properly test it until you have done so and both domains map to the same security zone in IE.
    If you are writing a public access website, and you are the developer of both sites, then you can adjust the response headers to allow the domains to allow xss.
    If you are trying to use Facebook connect or the equivalent Twitter connect, then you have chosen the wrong technology. Refer to the respective developer api documentation.
    What examples and sample code you have supplied us so far leaves some guessing room as to what you actually want to achieve.
    Rob^_^

  • Unable to see function return values in Visual Studio 2013 debugger

    Hi!
    I can't see function return values in
    Microsoft Visual Studio Ultimate 2013
    Version 12.0.31101.00 Update 4
    Microsoft .NET Framework
    Version 4.5.51650
    Installed Version: Ultimate<o:p></o:p>
    as described in  http://blogs.msdn.com/b/visualstudioalm/archive/2013/06/27/seeing-function-return-values-in-the-debugger-in-visual-studio-2013.aspx
    So what can I do to get this functionality back?
    MsdnMezzo

    Hi MsdnMezzo,
    Reference:
    http://blogs.msdn.com/b/visualstudioalm/archive/2013/06/27/seeing-function-return-values-in-the-debugger-in-visual-studio-2013.aspx
    If use the same sample in the above blog provided by you, how about the result? Could you debug it with the same steps? I could debug it in my side using the VS2013.
    So to make sure that whether it is your VS IDE issue, please debug it with this sample, if it works well, I doubt that we would think about your specific project and the debugging steps.
    If so, to really repro this issue, could you share us a sample with one drive? You could upload your project to one drive and share us the downloaded link in your new reply, I will download and repro this issue in my side.
    Best Regards,
    Jack
    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.

  • Flex 3 Beta 2 Debugger Crash

    Hello,
    I'm seeing a possible memory leak within
    ImageSnapshot.captureImage() and also a debugger crash depending on
    the dpi that I pass to that function.
    This occurs while iterating over the children of a canvas,
    creating an ImageSnapshot, and writing that snapshot to a file
    while running / debugging an AIR application within Flex builder 3
    beta 2. I've attached a sample application that demonstrates 1. an
    out-of-memory error and 2. a debugger crash depending on the dpi
    that's passed to captureImage().
    1. I get an out-of-memory error #1000 when calling
    ImageSnapshot.captureImage() with a dpi that results in an image
    size of approx 5800x4400. This error occurs at random locations
    within captureImage() depending on the dpi that's passed in.
    Sometimes I can call captureImage() four times before getting out
    of memory; sometimes more, sometimes less. Is it possible to adjust
    the heap-size for an AIR application to avoid this. Could this be a
    result of a memory leak? The documents indicate that captureImage()
    should be able to produce 8kX8k images as long as they stay within
    the (256MB) size limit of ByteArray. Shouldn't I be able to write
    endless amounts of 5800x4400 images?
    2. In the sample application included here. If the dpi is set
    to 300, the app will loop four or five times and the debugger will
    then crash.
    Any help on either of the two topics above is appreciate.
    Thanks,
    Pete

    Can you please file a bug?
    http://bugs.adobe.com/flex
    Thanks!
    - Peter

  • Old style editor in new debugger?

    I recently started working with an older system (older than I'm used to anyway) and I noticed that in the debugger the first two desktop tabs show the code in the old style (grey background and all black text) yet desktop 3 is in full color, as it should be.  This system is ECC 6.0 7.01 level 6.  Is there a setting I'm missing or does this release just not show the first two desktop tabs in color?  I found a similar thread but I couldn't figure out the conclusion or if it truly matched my issue.  I am using the latest version of the GUI front end.
    New Debugger not running New abap editor

    Thank you for all your answers.  Apparently there is no way to look at Display List in the New Debugger.  I find really annoying to have to switch back to the old debugger just to look at the Display List, specially if you have been tracking different fields.  When you go back to the new debugger, you have to enter them all over again.  I wonder what is reason why SAP did not include this help tool in the new debugger. 
    Thanks again

  • Increasing timeout session of Debugger...

    Where can you increase the time for the debugger, right now it's set to 60s and it doesn't give me enought time to debug the ABAP code for the screens before it timesouts.

    500 Connection timed out
    Error: -5
    Version: 7000
    Component: ICM
    Date/Time: Tue Dec 02 14:30:37 2008 
    Module: icxxthr.c
    Line: 2698
    Server: sapdispatcher__50
    Error Tag: {-}
    Detail: Connection to partner timed out after 60s
    © 2001-2005, SAP AG 
    This is what's on the browser's screen, not sure about the other trace.

  • Problem with watchpoints in new abap debugger

    Hello,
    when using the new debugger to watch a value-parameter in a form, the debugger stops every time the value of the variable in the watchpoint is changed.
    Even when there is an extra condition entered.
    Is this a bug, or is it supposed to happen that way because the parameter is passed as a value rather than a reference?
    This is a bit hard to explain, so here is a simple code sample demonstrating the behaviour :
    REPORT ztestndeb.
    data : test type string.
    do 5 times.
      concatenate test 'A' into test.
      write : / test.
      perform valueparamform using test.
    enddo.
    *&      Form  valueparamform
    *       text
    *      -->P_TEST  text
    form valueparamform  using    value(p_test).
    * watchpoint for field p_TEST with condition p_TEST eq 'AAA' stops every time value of p_test changes                   
      write : 'Valueparameter : ', p_test.
    endform.                    " valueparamform
    Our sap version is :
    sap version : SAP ECC 6.0
    SAP_ABA        700       0011 SAPKA70011    
    SAP_BASIS      700       0011 SAPKB70011

    I am having the same problems with the additional conditions - does anyone know how to get this to work?

Maybe you are looking for

  • After Installing iTunes 7.0.2 iPod Updater No Longer Works

    So I installed iTunes 7.0.2 which seems to be running fine (although my Shuffle playlist seems to have disappeared!), but if I try launching the iPod Updater 2006-01-10 I get a message saying "iPod Universal Updater has encountered a problem and need

  • Working with CMS frameworks | Learn Dreamweaver CS5 & CS5.5 | Adobe TV

    Explore Dreamweaver CS5's enhanced integration tools for Content Management Systems, such as Wordpress, Drupal, and Joomla. Quickly access, edit and filter dynamically-related files by using the Live View feature and site-specific code hinting. http:

  • Embedded PDF files do not show in Internet Explorer 11

    Hi, We have several machines that cannot show embedded pdf files in Internet Explorer 11 with Adobe Reader as default pdf reader. Example from one pc: OS: Windows 7 Enterprise SP1 x64 – all updates applied. IE 11 version: 11.0.9600.17239. Update Vers

  • JNDI lookup -  to Bakrudeen

    Hi, Im seprated the web component and application component in to two different server. All the web component(JSP, Servlet, Custom Tags) moved in to Iplanet web server 6 SP2 and the Application (EJB) moved in to Iplanet Application server 6 SP5. Now

  • I am getting duplicate emails with roadrunner.

    I am getting duplicate emails from roadrunner.  we've checked preferences and not having any success.