Debugger

Hi,
1.while debugging a program is there any way to check(See) all the internal tables at a time.
2.in debugger (settings->display and change all) under settings , there are several options for eg. sytem debugging, update debugging , memory monitory etc. where exactly are they used.
Your help will be appreciated.
Thanks,
ravi.

Hi Ravi,
some more pointers:
1). I dont think there is a way to see all the internal tables at a time. With the new SAP versions the debugging tools have been enhanced and it has more functionality. For example in 4.7 versions the system keeps a history of internal tables viewed in the debugging and you can easily call up the internal table with a click of a button.
2). In SAP when you run a business transaction the system uses different work processess like update work process, dialog work process, spool work process etc.
So when you are wish to debugg the logic in the update work process then you have to enable update debugging under the settings tab. Similarly if you wish to do system level debugging then you have to enable this option.
3) Memory monitor option is very useful to view the memory usage of various entitites while debugging. This helps especially in memory critical applications.
Do a search for debugging in OSS and there are lots of good documents which gives more details on how to do a debugging in depth.
Cheers
VJ

Similar Messages

  • 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?

  • Is it possible to display the content of complex mutlidimensional datastructures (e.g. std::vectors (dim = 2) of (non-primitive) types) in Xcode debugger?

    Hi,
    First, let me say that I like Xcode and coding in OS X. However, there is something I miss:
    Let me demonstrate what i mean:
    This is the representation of a 2D-Vector in Xcode Debugging environment:
    v          'std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > >'          [{...}]
    0          'std::vector<int, std::allocator<int> >'          [{...}]
    1          'std::vector<int, std::allocator<int> >'          [{...}]
    2          'std::vector<int, std::allocator<int> >'          [{...}]
    3          'std::vector<int, std::allocator<int> >'          [{...}]
    4          'std::vector<int, std::allocator<int> >'          [{...}]
    5          'std::vector<int, std::allocator<int> >'          [{...}]
    6          'std::vector<int, std::allocator<int> >'          [{...}]
    7          'std::vector<int, std::allocator<int> >'          [{...}]
    8          'std::vector<int, std::allocator<int> >'          [{...}]
    So, the above representation is what I would call bad (even useless).
    The problem is that the current Linux Kernel (3.1.1) has some problems with the new MBA 2011 (which is really sad) so I can not show you the representation of a 2D-Vector in Qt-Creator for Linux right now (I'm not sure if the Qt-Creator for OS X could display the content properly, since I've never tried it). But you can believe me, that the represantation would look something like the one in Eclipse (which would be a good representation).
    So my question: is there a "fix" for this?

    What you want is a custom data formatter. I would give you some links, but my iPad wants to convert them into the documentation viewer.
    You aren't going to find much help with C++ debugging. While Apple's Clang has made great improvements in C++ support compared to GCC, C++ is really not something that Mac or iOS programmers typically use. The Cocoa containers and objects are so much more versatile. You kind of have to have a masochist streak and a 7 year development schedule to use C++. C++ is experiencing a bit of a resurgence, especially in defense markets. For a long time, compilers had such poor support for C++ that it just wasn't possible. After simplifying the language a little, compilers can now compile and link C++. Consultants have realized they can provide C++ services and burn though billable hours better than any other language on the market. Independent developer, however, don't have those schedules and budgets so they tend to use NSArray. Xcode supports it better in the debugg and, chances are, you don't need to debug it anyway. There are a number of matrix classes built on Cocoa.

  • Firefox 3.6.6 is not working in Facebook games links. I've checked adobe version and updates, and disabled hang protection, also installed windows flashplayer 10 plugin content debugger.

    I am having trouble with firefox in facebook games links. Games do not load. Adobe flashplayer is the right version and is the latest for firefox. I have firefox 3.6.6. I have also installed windows flashplayer 10 plugin content debugger. I also changed the hangtime changing the sec to -1 from 45, previously. I have windows xp service pack 3 home edition. 2100 Mhz AMD processor, 512 MB memory, 2 GB virtual memory. adobe version is 10,0,42,34 I have adobe flashplayer 10 active x, adobe flashplayer 10 plugin, adobe reader 9.3, shockwave flash 10.1.53.64 with shockwave director 6.0.0.55 macromedia shockwave for director netscape plugin version 6.0, and shockwave director 11.0.3.470 adobe shockwave for director netscape plug-in, version 11.0. I have had problems with Adobe DLM version 1.6.2.63 as it is not compatable with firefox 3.6.6.
    == URL of affected sites ==
    http://

    Replying to my own question...
    Turns out that although libjavaplugin_oji.so is still shipped with Java, it's only there to support older browsers.
    With Firefox 3.6 and later, the link in plugins should instead point to jre/lib/i386/libnpjp2.so
    See:
    https://bugzilla.mozilla.org/show_bug.cgi?id=542235

  • Getting different result while executing the report by debugger

    Hi All,
                I am facing a peculiar issue. When i execute the report from SE38 i am getting a particular set of values in a alv report.
    But if i start debugging the report by using /h and execute . i am getting another set of result. How does it happen any idea.
    Without debugger result is
    a
    b
    c
    With debugger i am getting result as
    a
    d
    e
    f
    What may be the reason . Kindly help.
    Thanks in advance.
    S.Velsankar

    Hi,
    you mean you have'nt change anything while debugging and results are different when ALV is displayed?
    I don't really understand your issue... Could you give more details?
    Kr,
    m.

  • Error While trying to run Project : Unable to start debuggeing on the web server . The project is...

    Hello There 
    i have created Project with Visual Studio 2003 and when i try to run my project i faced this problem .
    i was search about it and read all solution that related to this problem but no luck 
    so please any help will be appreciated
    Mohammad Khader IT-Technical Support

    Well, you would have to go to the Web.config and enable debugging.
    http://ppe.blogs.msdn.com/b/zainnab/archive/2010/12/14/enable-debugging-in-web-config-vstipproj0026.aspx
    Then you have to know how to Attach to the ASP.NET Worker Process w3wp.exe. All ASP.NET solutions run on the ASP.NET Worker Process thread on IIS, which means that the ASP.NET program must be already running before you can Attach the Debugger to ASP.NET
    Worker Process. You set a breakpoint I the codebehind file, you attach the debugger to w3wp.exe and you hit the Run with Debugger button. 
    http://www.codeproject.com/Articles/37182/Debug-your-ASP-NET-Application-while-Hosted-on-IIS

  • Can I use the debugger to identify items on stage?

    Hi all,
    I have an app that uses several Loader objects to load extenral swf files.  Things go well except for one point.  I have a quiz element that's loaded through a loader named 'quiz'.  When the quiz is done, I remove the quiz element with removeChild(quiz).  The quiz disappears from the screen every time except for one question.  I can't identify what's going on differently for that question.  I've debugged this and can see that my quiz object is set to null, but I can plainly see the quiz still onscreen.
    To further confuse me, I use the same loader object multiple times through the app, and just add it and remove it from the display list with addChild and removeChild.  When my one problem question comes up and fails to go away, the app continues to the next question, and I can see that there are now 2 quiz objects stacked on top of each other.  I have no idea how this can happen when I'm using the same loader object for all the questions.
    Anyway, I'm hoping I can use the variables in the debugger to identify what I'm seeing onstage, but am not sure where to start looking.  Are all dispaly objects that are children of the app within the stage in the debugger variables?  The root?  I'm just not sure where to look.  If someone can tell me where to find the display objects on the stage or whatever in the debugger variables, that would be great and I can hopefully troubleshoot it from there.

    here's some code that might help . . . they're really pretty simple.
    Here are the 2 main methods that handles loading and unloading the quiz.
            public function put_question():void{ // BUILD LOADER TO LOAD QUIZ SWF
                quiz = new Loader(); // QUIZ IS A CLASS VARIABLE
                addChild(quiz);
                quiz.load(new URLRequest("quiz.swf"));
            public function quiz_done():void{
                removeChild(quiz);
                ethics_content.nextScene(); // ETHICS_CONTENT IS A CLASS VAR LOADER THAT WAS ADDED TO THE STAGE
    put_question is called from the timeline at the end of an animation.  The method executes and puts the quiz.  The quiz_done method is run when the user selects the right anwser, reads some feedback, then clicks to continue.
    I have 5 scenes before the problem point that use these methods and the work great.  The quiz appears, works fine, then disappears when the quiz_done function is called.  In the last scene, though, the quiz just doesn't disappear when the quiz_done function runs!
    I'm hoping I can find a way to use the debugger to set a break point at the end of the quiz_done method and then go through the display list and see what it is I'm still seeing, as the quiz should be removed from the display list at that point.

  • Flash Builder 4.7 + SDK 3.6 + iOS 6.1.2 app hangs, no debugger

    Today i got a rejection letter from Apple on an app i had submitted weeks ago.
    It says that my app doesn't run on an iPad3 or iPhone5 running iOS 6.1.2
    This seemed weird because i did test it on my iPad3 and it ran, but then i realized i hadn't updated to 6.1.2
    So i try to debug my app from FB and indeed, the app just hangs at the Default.png launch image display... the debugger doesn't connect. The app does not crash, there is no crash report. It just hangs.
    I tried running the app by itself, usually, when i do this i will get the dialog saying that the app is waiting for the debugger, but this does not appear either. It looks like the app just hangs before it gets to that.
    I thought it would be an issue with the app, so i created a new one, no code, just a clean app, and try to run it and get the same problem. No debugger, and the app just hangs before it launches.
    I recently updated the SDK to 3.6, and that was the dirtiest install instructions i have seen. It's my only clue, but i heard of a friend having the same issue and his SDK came already with FB.
    Anyone else having the same issue? where should i start looking for the problem? i am totally lost.

    I have resintalled FB. With the original SDK 3.4 it works fine. With the update to 3.6 i get the same problem again.
    I have to assume then the new SDK has an issue with iOS 6.1.2 OR that i somehow screwed up the manual upgrade instructions. Im pretty sure i followed the instructions to the T this time, so if i did screw them up, then they are very error prone.
    Can someone confirm or deny having a similar issue?
    I guess them tmp solution is to compile with the old SDK and have my app run in letterbox mode on the iPhone5... not ideal.

  • How to debugg particular statement in sap script

    hi friends,
    i want to know How to debugg particular statement in sap script.
    plz reply.
    thanks in advance,
    regards
    bhaskar

    hi
      execute rstxdbug to activate script debugger...once the driver program reaches open_form, a popup box will come where u can mention the name of a command, call functinon, text element, etc to place a break point...once it gets into the debugging mode, double click on any line to set a break point, after that pressing f8 will get you to that line
    if helpful, reward
    Sathish. R

  • Where can I get a good debugger for Java Studio 8

    Okay So I've built a GUI application using Swing and I'm haveing a difficult time debugging this application.
    I'm use to the debugger in MS Visual Studio.net and i can't see to get Java Studio 8 to stop at my break points nor can i get it to step through my code.
    What do I need to do in order to debug with this IDE?
    Some helpful links to tutorials would be nice.
    Thanks in advance

    Okay this is an awsome link I'll look it over and see if that answers my questions.
    My teacher for this class hasn't been very helpful in point out resources to go to and I haven't found much direction on the Sun site.
    Thanks for the quick repsonse.

  • Debugger not working in the web browser.

    Hi everyone,
    I am not able to open the debugger in the web browser. Its like earlier when I use to put a break point in my codes and run the browser the break point use to trigger but looks like due to some setting changes it has stopped working.
    Can anyone suggest what settings have gone wrong .
    Rgds,
    Anu.

    Yes its working now, but if I open it in internet explorer the mouse pointer and the sand closck on it keeps flickering and no codes can be seen in the debugger and the debugger doesnt open at all in mozilla firefox. It use to work fine before. Please suggest.
    Rgds,
    Anu.

  • Finding row attribute data in the debugger

    Open a Row object in the debugger and you get an incredible tangle of data with non-explanatory names.
    What I can't find is that actual attribute data that the Row holds. Is there any kind of general rule for finding it?

    Hi,
    I am not sure are you using spring framework or what. if yes you can populate data in command object in referenceData method of simpleformcontroller and that data will be available to the UI.

Maybe you are looking for

  • Lightbox in Interactive PDF.

    I have just recently learned about interactive PDFs and their features. I am working on creating one and have a question. What about lightboxes ? How can I create one in an interactive PDF ? My goal: Create an interactive PDF with images or text as b

  • Iphone camera has disappeared. replaced with smugmug

    I know many believe that viruses do not exist on apple. Perhaps you are right. However, my Iphone camera is gone. There is an outline of a camera, named "smugmug" in a different area on the screen. Any help would be most appreciated. thank you.

  • Saw expression filter not working

    I construct the SAW Expression as below: strBuf.append("<sawx:expr xsi:type=\"sawx:comparison\" op=\"equal\" "); strBuf.append( " xmlns:saw=\"com.siebel.analytics.web/report/v1\" "); strBuf.append( " xmlns:sawx=\"com.siebel.analytics.web/expression/v

  • Bridge won't place files in Indesign

    Why will Bridge CC (Most Current) not place a file in Indesign CS2014. It will place in photoshop and illustrator

  • OVI Games all need internet to work?

    Im sorry, Im having a feeling there is a catch somewhere and this should be obvious, but I couldn't find the solution for this one; Im downloading games to my E61i smartphone... but all these games need to load adds and therefor it needs internet eve