JDev903 debugger doesn't display local variable when debugging into JDK src

Hi,
I found that JDev903 debugger doesn't display local variables in the "smart data" and "data" panels when debugging into the JDK src. For most of the time, it only shows "this" object.
Is this right? How do I setup JDev903 to display local variables in debugger?
thanks,
Richard

Hi Fred,
Did you forget to put resultFormat="e4x"?

Similar Messages

  • RichEditableText doesn't display bindable variable "mavar" where autoComplete

    Hello,
    RichEditableText doesn't display bindable variable "mavar" where autoComplete and textFlow link
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
            xmlns:s="library://ns.adobe.com/flex/spark" 
            xmlns:mx="library://ns.adobe.com/flex/mx" 
            minWidth="955" 
            minHeight="600"
            applicationComplete="comp()">
            <fx:Script>        
                    <![CDATA[
                            [Bindable]
                            public var mavar : String;
                            public function comp():void {
                                    mavar = 'toto';
                    ]]>
            </fx:Script>
            <!-- Launch your application by right clicking within this class and select Debug As > FDT SWF Application -->
            <fx:Declarations>
                    <!-- Place non-visual elements (e.g., services, value objects) here -->
            </fx:Declarations>
            <s:RichEditableText id="richEdTxt" editable="false" selectable="false">
                    <s:textFlow>
                            <s:TextFlow>
                                    <s:p>{mavar}<s:a href="http://www.monsite.com/">www.monsite.com</s:a></s:p>
                            </s:TextFlow>
                    </s:textFlow>
            </s:RichEditableText>
    </s:Application>

    Hi,
          try this
    <s:RichEditableText id="richEdTxt" editable="false" selectable="false">
            <s:textFlow>
                <s:TextFlow id="txtFlow">
                    <s:p><s:span>{mavar}</s:span><s:a href="http://www.monsite.com/">www.monsite.com</s:a></s:p>
                </s:TextFlow>
            </s:textFlow>
        </s:RichEditableText>
    thanks,
    Jayagopal.

  • Two unexpected Locals variables when iterating over array of containers​.

    Hi,
    I iterate over an array of containers. In the ForEach loop step variables format I have defined two variables; one is current offset, second one is current element.
    The loop works fine.
    However, during the debug process, I've spotted two new Locals variables called __ElementSibling0 (type: number) and __ForEachReleaser0 (type: obj. reference) created silently by TS as soon as I start iterating over my array. What are they?
    Do they exist because:
    I'm iterating over an array of containers, or
    I use  the _currentElement_Freq variable, or
    it always like that?
    Solved!
    Go to Solution.

    Those are used by the implementation of the For Each step. You can see them only because you have enabled the Show Hidden Properties setting.
    You can safely ignore their presence.

  • Can't see 'Local Variables' while debugging in Sun Studio 11

    I am debugging a C/C++ application built with Sun Studio 11 running on Solaris 10. I load the application as always, set a breakpoint and run. The debugger stops at the assigned breakpoint as expected.
    The issue is that at this point there are no local variables displayed in the local variables pane.
    I have tried restarting SS11, rebuilding, etc...
    This is the first time I have seen this happen.
    Does anyone else have an idea what is wrong?

    Does adding a particular variable to Watch view help? (it can be done by typing "display <variable>" in dbx command line).
    You can also try erasing (or better moving to a temporary location) all Sun Studio settings like this:
    mv -f ~/.sunstudio /tmpand start debugging session again.

  • Can't see member variables when debugging with jrockit

    Hi all,
    I'm using WLS 8.1.4 with jrockit and trying to do remote debugging while connecting from IntelliJ Idea 4.5.4. Everything works fine except that I can't see a class's member (or instance) variables in the debugger. I can see static and local variables, step through the code, etc. If I switch to Sun's jvm that came with WLS (1.4.2 05) I can see member variables. Is there a setting to change this or is it a known issue? I'm using -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=5005,suspend=n as my startup args.
    thanks

    I just check with IntelliJ support on this issue. They say that its a known issue with IntelliJ 4.5. According the them a fix has been implemented and debugging of member variables is possible in IDEA 5.x versions.

  • Shell script: function doesn't set global variable when piped

    Hey there, just started to play around with some bash scripting and I bumped into this issue today.
    My code:
    #!/bin/sh
    MY_VAR=0
    echo "First: $MY_VAR"
    my_func() {
    MY_VAR=1
    my_func | grep "Fail"
    echo "Pipe: $MY_VAR"
    my_func
    echo "Func: $MY_VAR"
    Result:
    First: 0
    Pipe: 0
    Func: 1
    I assume that bash is starting a subshell to run my function when piping the result to grep. Is there any way to set the variable and pipe the output at the same time?

    Thanks, that does confirm why it doesn't work as expected. At the moment my only solution is something along the lines of:
    #!/bin/sh
    MY_VAR=0
    my_func() {
    MY_VAR=1
    #echo "Some Text"
    MY_OUTPUT="Text that I was going to echo"
    my_func
    echo $MY_OUTPUT | grep "Text"
    This sets MY_VAR to 1 as expected and I can still pipe the output to some other application but it looks awfully hackish, not to mention that it requires me to change every 'echo' to some var...
    If anyone comes up with a better solution I'll be glad to hear it.

  • Dynamic PDF field value doesn't display XFDF value when no keyboard focus

    I created a simple PDF (test.pdf) file (one text field), and saved it as a "static PDF". I created a XFDF file, and when I double-click on the XFDF file, the sample PDF opens and the field is populated.
    Here's the problem: I save test.pdf as a "dynamic pdf" file. I double-click on the xfdf file and the pdf opens up, but the data is not displayed in the field. If you click on the field, the text appears. If you click out of the field, it disappears. If you update the field value, and navigate away, the value stays.
    There is nothing but the field on the page, no scripts, no subforms, nothing.
    Is this a bug in Adobe Reader 7.0? or is there some weird setting in Live Cycle Designer that I'm missing?
    Thanks

    What is your xfdf file look like? Something like:<br /><br /><?xml version="1.0" encoding="UTF-8"?><br />     <xfdf xmlns="http://ns.adobe.com/xfdf/" xml:space="preserve"><br />          <f href="file:///C|/test3.pdf" /><br />     <fields><br />          <field name="firstName"><br />               <value>William</value><br />          </field><br />          <field name="lastName"><br />               <value>White</value><br />          </field><br />     </fields><br /></xfdf>

  • Address bar doesn't display correct link when I open a new tab from a previous page, it displays the linkof the original page

    from a web page, right click on a link+open a new TAB. the link correctly opens in a new tab, but it is not displayed in the address bar.

    Do you have that problem when running in the Firefox SafeMode?<br/> ''A troubleshooting mode.''<br />
    1.You can open the Firefox 4.0 SafeMode by holidng the '''Shft''' key when you use the Firefox desktop or Start menu shortcut. <br />
    2. Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut to open it again.''
    If not, see this: <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • N8 doesn't display message icon when locked

    Hello
    My Nokia N8 stopped displaying the message icon when the phone is locked after the recent Anna update and service pack. The button still flashes, but the icon is gone just like it used to be pre-Anna.

    Open control panel.
    Choose Network and internet
    Select the VIEW NETWORK STATUS TASKS under NETWORK and SHARING CENTER section
    Choose wireless Network Connection or something similiar. If connected with ethernet then select it and press right button.
    Click the properties button
    Find Internet ''PROTOCOL VERSION 6(TCP/IPv6)''  anduncheck it, then click OK.
    Click CLOSE
    Restart your PC and try.
    Reason For Problem
    When u will use ipV6 , you have to setup your router and lan/wifi in ipv6 mode. Then bejour pass sound through ipv6 but when you use 2 mode ( ipv4 and ipv6 ) together benjour gets confuse some time it pass through in ipv6 and sometime ipv4 .if your router setup is ipv4 then, when banjour pass sound through ipv6 you will not see airplay button in itunes.
    Hope it's clear to everyone .
    Itunes

  • Installing Flash Player in Mac 10.8.4 : The installer doesn't display a window when launched

    Hello
    After accidentally uninstalling Flash Player, I tried to reinstall but I can not do it. I looked in the console and I found this:
    25/06/13 00:00:19,292 CoreServicesUIAgent[559]: Error: qtn_file_apply_to_path error: Read-only file system
    25/06/13 00:00:34,318 coreservicesd[61]: Application App:"Install Adobe Flash Player" [ 0x0/0x3b03b]  @ 0x0x7fb9c8e33790 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x3c03c:) ), so denying.
    25/06/13 00:00:34,319 WindowServer[77]: [cps/setfront] Failed setting the front application to Install Adobe Flash Player, psn 0x0-0x3b03b, securitySessionID=0x186a4, err=-13066
    25/06/13 00:00:34,323 authexec[570]: executing /bin/sh
    25/06/13 00:00:34,329 com.apple.launchd.peruser.501[354]: ([0x0-0x3b03b].com.solidstatenetworks.awkhost[562]) Exited: Killed: 9
    Can you help me? I looked for a solution on the Adobe web site and on the internet but I found nothing.
    Thank you in advance

    Solution trouvée =D
    solution found =D
    for people who are in the same situation: use this version available here
    for more questions my Facebook : z.lachgar
    Good luck!

  • Can't see variables when debugging

    I'm just moving up from AS2 to AS3, using CS3. After
    searching through the help, I'm finding out most of the stuff I
    need to debug with, but I can't seem to see the variables in the
    variable window.
    I've looked through the documentation, and tried touching all
    the buttons they say to touch and setting the publish settings to
    allow debugging. Nothing seems to be working.
    And, unlike AS2, the program seems to start all by itself, it
    doesn't wait till I click on the arrow to begin, and I can't get
    the step into and step through buttons to not be greyed out.
    What am I doing wrong?
    Thanks.

    Yes, unfortunately it's not too obvious what you have to do,
    which is, when the movie is testing, and with Flash (not Flash
    Player) in front, go to the Window menu and in the Debug Panels
    check the Debug Console and Variables items. It should remember
    next time, until you get a Flash crash, in which case those
    settings may reset again.
    Once you're used to the AS3 debugging, going back to the AS2
    one is mildly depressing!

  • Volume doesn't come with video when dropped into timeline (CS3)

    when I click the "insert" button in the Source window to drop a defined video segment into the timeline, all of a sudden the audio doesn't come with it.  It was but now it doesn't.  I was messing with the link/unlink for other clips in the timeline but I"m not sure how that relates to dropping segments in the timeline and why the audio doesn't come with it.

    This was driving me nuts.  I started a new sequence and it worked there.  I went back to my original sequence and it still wouldn't drop in the audio yet I could copy and paste the audio AND video from the new sequence into the old.  It turns out that somehow I was able to (not intentionally) make no audio track active in my first sequence and when I used the insert button it didn't bring the audio.  But if I clicked on the source video and dragged it to the timeline both audio and video came to the timeline.  Once I highlited the audio channel the little insert button worked.
    This drove me nuts.

  • How to display error message when writing into Header text of VA02

    Hi All
    I have a requirement. I have a header text 'English' in VA01/VA02 transaction. I need to put a condition that whenever the user log-in is English language, then only he should be able to write text into that HEADER text 'English', else it should not allow the user to write anything.
    Is it possible to be done through any ABAP coding.
    Kindly help
    thanks and regards
    shilpa

    Hi
    Yes u can, but I think it's not easy to understand which language was used to write a text.
    U can use the fm READ_TEXT in order to get the text, but then I don't how u can decide if the text is in English or French or Italian...
    Max

  • Sampling local variable and synchroniz​e with DAQmx

    Hello, 
    I made a small change in the set-up I used with labview and now when I wanted to change the code I'm having a rather complicated problem.
    In my old set-up I was measuring three variables: x and y with a QPD and the power of a laser with a power detector. I was using the DAQmx and I was getting a matrix with three columns with n (sample rate) values. Now, for various reasons I had to take out the second detector. So now I want to build the same matrix as constructed before, but instead of putting the measured values of the laser power I want to put the theoretical values (they are in a local variable) as I cannot measure them. The problem is that this local variable, in general, changes during the DAQmx acquisition time and I would need to sample it at the same rate as I acquire the data from DAQ and then combine all them. How I could sample this variable and attach it to my DAQ results? DAQmx doesn't accept local variables.
    Thanks

    A local variable is not something standalone. It is always associated with a control or indicator. Hows is it updated?
    From your description, it is not clear what you are doing. Can you show us some code instead?
    (Also be more clear when using acronyms. QPD cound mean many things)
    LabVIEW Champion . Do more with less code and in less time .

  • New Cisco 1921 doesn't display running configuration

    Hi All,
    I've recently received this new Cisco 1921 routers with Cisco CP loaded, so it comes up with the annoying change username and password at first access. I've removed all of those files from the flash memory, and rebooted it, and it came up with the proper initial configuration dialog, which is what I wanted.
    But, whenever I configure the router with a set of basic configuration, like interface, routing, and snmp loggings, and hit wr mem, it doesn't display at all when I do "sh run". It's weird cause when I do sh run | sec rip  or any other stuff that I have configured, it shows up , but not in sh run at all.
    What's the deal with the new routers??? Even sh version doesn't show the config-register or memory allocation details. Which is weird!
    xxxxx#sh ver
    Cisco IOS Software, C1900 Software (C1900-UNIVERSALK9-M), Version 15.1(4)M4, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2012 by Cisco Systems, Inc.
    Compiled Tue 20-Mar-12 17:58 by prod_rel_team
    ROM: System Bootstrap, Version 15.0(1r)M16, RELEASE SOFTWARE (fc1)
    xxxxxx uptime is 6 minutes
    System returned to ROM by reload at 06:39:25 UTC Mon Apr 29 2013
    System restarted at 06:40:59 UTC Mon Apr 29 2013
    System image file is "usbflash0:c1900-universalk9-mz.SPA.151-4.M4.bin"
    Last reload type: Normal Reload
    Last reload reason: Reload Command
    This product contains cryptographic features and is subject to United
    States and local country laws governing import, export, transfer and
    use. Delivery of Cisco cryptographic products does not imply
    third-party authority to import, export, distribute or use encryption.
    Importers, exporters, distributors and users are responsible for
    compliance with U.S. and local country laws. By using this product you
    agree to comply with applicable laws and regulations. If you are unable
    ==================================================================
    xxxxx#sh run
    Building configuration...
    Current configuration : 1930 bytes
    ! Last configuration change at 06:42:46 UTC Mon Apr 29 2013
    version 15.1
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    hostname xxxxxx
    boot-start-marker
    boot-end-marker
    logging userinfo
    logging buffered 4096
    no aaa new-model
    no ipv6 cef
    ip source-route
    ip cef
    xxxxxxx #sh run | sec rip
    router rip
    version 2
    network 172.17.0.0
    network 192.168.10.0
    network 192.168.13.0
    no auto-summary
    xxxxxxx#sh license feature
    Feature name             Enforcement  Evaluation  Subscription   Enabled  RightToUse
    ipbasek9                 no           no          no             yes      no
    securityk9               yes          yes         no             no       yes
    datak9                   yes          yes         no             no       yes
    SSL_VPN                  yes          yes         no             no       yes
    ios-ips-update           yes          yes         yes            no       yes
    WAAS_Express             yes          yes         no             no       yes

    Same stuff, but I do have another router that's working fine when I do a sh run.
    Problematic router:
    xxxxxx#sh hardware
    Cisco IOS Software, C1900 Software (C1900-UNIVERSALK9-M), Version 15.1(4)M4, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2012 by Cisco Systems, Inc.
    Compiled Tue 20-Mar-12 17:58 by prod_rel_team
    ROM: System Bootstrap, Version 15.0(1r)M16, RELEASE SOFTWARE (fc1)
    xxxxx uptime is 1 hour, 35 minutes
    System returned to ROM by reload at 06:39:25 UTC Mon Apr 29 2013
    System restarted at 06:40:59 UTC Mon Apr 29 2013
    System image file is "usbflash0:c1900-universalk9-mz.SPA.151-4.M4.bin"
    Last reload type: Normal Reload
    Last reload reason: Reload Command
    This product contains cryptographic features and is subject to United
    States and local country laws governing import, export, transfer and
    use. Delivery of Cisco cryptographic products does not imply
    third-party authority to import, export, distribute or use encryption.
    Importers, exporters, distributors and users are responsible for
    compliance with U.S. and local country laws. By using this product you
    agree to comply with applicable laws and regulations. If you are unable
    Working router:
    yyyyyyy#sh ver
    Cisco IOS Software, C1900 Software (C1900-UNIVERSALK9-M), Version 15.1(4)M4, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2012 by Cisco Systems, Inc.
    Compiled Tue 20-Mar-12 17:58 by prod_rel_team
    ROM: System Bootstrap, Version 15.0(1r)M16, RELEASE SOFTWARE (fc1)
    yyyyyyy uptime is 1 week, 3 days, 10 hours, 19 minutes
    System returned to ROM by power-on
    System restarted at 06:19:19 est Fri Apr 19 2013
    System image file is "usbflash0:c1900-universalk9-mz.SPA.151-4.M4.bin"
    Last reload type: Normal Reload
    This product contains cryptographic features and is subject to United
    States and local country laws governing import, export, transfer and
    use. Delivery of Cisco cryptographic products does not imply
    third-party authority to import, export, distribute or use encryption.
    Importers, exporters, distributors and users are responsible for
    compliance with U.S. and local country laws. By using this product you
    agree to comply with applicable laws and regulations. If you are unable
    to comply with U.S. and local laws, return this product immediately.
    A summary of U.S. laws governing Cisco cryptographic products may be found at:
    http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
    If you require further assistance please contact us by sending email to
    [email protected].
    Cisco CISCO1921/K9 (revision 1.0) with 491520K/32768K bytes of memory.
    Processor board ID FGLxxxxxx
    2 Gigabit Ethernet interfaces
    1 terminal line
    DRAM configuration is 64 bits wide with parity disabled.
    255K bytes of non-volatile configuration memory.
    249840K bytes of USB Flash usbflash0 (Read/Write)
    License Info:
    License UDI:
    Device#   PID                   SN
    *0        CISCO1921/K9          FGLxxxxxx    
    Technology Package License Information for Module:'c1900'
    Technology    Technology-package           Technology-package
                  Current       Type           Next reboot 
    ipbase        ipbasek9      Permanent      ipbasek9
    security      None          None           None
    data          None          None           None
    Configuration register is 0x2102

Maybe you are looking for