Show Array in Debug

it is not possible to see which values are in an array.
on normal variables i can follow what happend while debuging the script.
it yould be great to show whats going on with my array.
display like an excel, or in first step like (22.5; 21; 99; ...) when you turn you mouse over the variable

On 21.09.2011 03:34, Rob Griffin wrote:
> When I debug using 4.1 the show null array entries in the variables
> view does nothing. It isn't checked but null array entries do show.
> And I can't check it either.
Please file a bug report against JDT Debug.
Dani
>
> My environment is a 64 bit Eclipse using Java 7 on Windows 7 debugging
> a 32 bit Java 6 application.
>
> Anyone seen this problem?

Similar Messages

  • I have ipad 2. Safari stopped working. Screen appears with light gray cover. Some websites show errors when debug is on. But how actually can I debug or fix it? Thank you.

    I have ipad 2. Safari stopped working. Screen appears with light gray cover and is frozen. Some websites show errors when debug is on.
    But how actually can I debug or fix it? Thank you.

    Here are a couple suggestions:
    1.  Go into Settings > Safari and Clear Cookies Clear Cache
    2.  Fully close Safari:  from your home screen, double tap your home button and the most recently used Apps will show up.  Hold your finger on the Safari App until all Apps start jiggling.  You'll see a minus sign on the upper left side of Safari.  Touch the minus and Safari will fully close.  Touch your home button again to stop apps from jiggline, then touch your home button again to return to your home page.
    3.  Reboot your iPad:  Press and hold BOTH the power and home buttons at the SAME time for at least 10 seconds (ignore the red slider) until the Apple Logo appears, then let go of both buttons and your iPad will restart, but no data or settings will be lost.
    After iPad comes back up, try Safari again, and you should be good to go.

  • Sup101 cannot get data eventhough the connection shows open when debugging.

    Hi,
    I am using SUP 2.0,
    Created project sup101, generated code for windows mobile,
    opened it in visual studio 2008, deployed it,
    I get the screen I created and when I try to get the data zero rows are returned. The connection does show as open.
    I have tried to look up the ub file and yes that gets created as well, but the recordset comes up with zero rows even though there is a record with that ID 2001?
    Can you please help?
    Thanks,
    PArag.

    Check the logs in sybase control center to get an idea about the exact error.

  • Forms in debug mode

    Hi,
    I am able to run my forms in run mode. But, when I try to run my application in debug mode, facing problems. FRM-92101 error is thrown.
    Java console shows,
    Loading http://157.227.14.178:8889/forms90/java/f90all_jinit.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 9.0.4.0
    oracle.forms.net.ConnectionException: Forms session <3> aborted: unable to communicate with runtime process.
         at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
         at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
         at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
         at oracle.forms.net.HTTPNStream.flush(Unknown Source)
         at java.io.DataOutputStream.flush(Unknown Source)
         at oracle.forms.net.StreamMessageWriter.run(Unknown Source)
    Trace level set to 5: basic, net, security, ext, liveconnect ... completed.
    Opening http://157.227.14.178:8889/forms90/java/oracle/ewt/alert/resource/AlertBundle_en_US.class
    Connecting http://157.227.14.178:8889/forms90/java/oracle/ewt/alert/resource/AlertBundle_en_US.class with no proxy
    Opening http://157.227.14.178:8889/forms90/java/oracle/ewt/alert/resource/AlertBundle_en_US.properties
    Connecting http://157.227.14.178:8889/forms90/java/oracle/ewt/alert/resource/AlertBundle_en_US.properties with no proxy
    Any idea?
    Pl help
    Priya

    Nobody has any suggestions or comments???
    Can anyone confirm they have the same issue when running the sample code I provided below?
    Can anyone see the contents of a VARCHAR2 index based array when debugging??
    Thanks

  • Need Help - JVM error in Forms 10g in Debug mode

    Hello,
    This issue has bothered me since I started coding in Forms. If I use an Associative Array with a VARCHAR2 index type, whenever I try to look at the contents of the array, a small JVM aborting messagebox appears with OK as the only option. Once I click OK, I get a Forms error saying it has lost connection with the server. This ONLY happens if I'm trying to look at the contents of the array when it has data. I can see the variable in the debug console just fine when it doesn't have data, but once one value is populated, the JVM aborting message pops up. Another weird caveat is the JVM error will only occur IF you have a debug window open which would display the contents of this array. I can still use arrays of this type IF I don't try and look at the contents in the debugger.
    Here is a quick test case. I just have a simple form with one push button. The following code is in the WHEN-BUTTON-PRESSED trigger:
    DECLARE
         TYPE COLUMN_ARRAY IS TABLE OF VARCHAR2(4000) INDEX BY VARCHAR2(50);
         testArray COLUMN_ARRAY;
    BEGIN
         testArray('col1') := 'value1'; -- break point here
         testArray('col2') := 'value2';
         testArray('col3') := 'value3';
    END;
    Put a breakpoint on the first statement and debug it. If you have the local variables debug window up, the JVM aborting error will appear when you step over the first line. We have submitted a metalink bug report about 3 months ago but never heard anything back. I wanted to post something here incase anyone else has encountered this error and might know how to fix it.
    Here are some details of the environment we are using.
    Forms [32 Bit] Version 10.1.2.3.0 (Production)
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Oracle Toolkit Version 10.1.2.0.2 (Production)
    PL/SQL Version 10.1.0.5.0 (Production)
    Oracle Procedure Builder V10.1.2.3.0 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle Query Builder 10.1.2.3.0 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.2 (Production)
    Oracle Tools GUI Utilities Version 10.1.2.0.2 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE     10.1.0.5.0     Production
    There was also a log file that was created on the error. Here are the contents:
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x603c0f7b, pid=4184, tid=5384
    # Java VM: Java HotSpot(TM) Client VM (11.3-b02 interpreted mode, sharing windows-x86)
    # Problematic frame:
    # C [orageneric10.dll+0xc0f7b]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x010b7400): JavaThread "main" [_thread_in_native, id=5384, stack(0x00030000,0x00130000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0x0000000c
    Registers:
    EAX=0x00000000, EBX=0x00000000, ECX=0x77c421e7, EDX=0x00000001
    ESP=0x0012ba60, EBP=0x0012bb60, ESI=0x00c8a47c, EDI=0x00000000
    EIP=0x603c0f7b, EFLAGS=0x00210212
    Top of Stack: (sp=0x0012ba60)
    0x0012ba60: 00000000 0369d8ac 037f6c00 037f6c00
    0x0012ba70: 037f6c00 003b65a8 6d9335ec 00000000
    0x0012ba80: 00000018 0369d8ac 6d8b83bc 2b193da8
    0x0012ba90: 0369d8ac 00000018 6d96abbe 0369d8ac
    0x0012baa0: 6d91ad4e 6d97c34f 037f6c00 0369d8a8
    0x0012bab0: 0369d8b0 6d97d636 270aba00 00000000
    0x0012bac0: 037f6c00 0369d8a8 6d96e711 0369d8b0
    0x0012bad0: 037f6c00 0000000a 0369d898 00000010
    Instructions: (pc=0x603c0f7b)
    0x603c0f6b: 90 55 8b ec 81 ec fc 00 00 00 ff 75 0c 8b 45 08
    0x603c0f7b: 8b 50 0c 8b 48 10 89 95 04 ff ff ff 8b 50 14 89
    Stack: [0x00030000,0x00130000], sp=0x0012ba60, free space=1006k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [orageneric10.dll+0xc0f7b]
    C [oraclient10.dll+0x45fa9]
    C [orageneric10.dll+0x2b21d]
    C [DEB.dll+0xea2b]
    C [DEB.dll+0xcd54]
    j oracle.opb.debugger.impl.DbgServer.nGetPackageValues(JJ)[B+0
    j oracle.opb.debugger.impl.DbgServer.getPackageValues(IJ)V+5
    j oracle.opb.debugger.impl.DbgPacketProcessor.processCommand(Loracle/opb/net/CommandPacket;)Z+624
    j oracle.opb.debugger.impl.DbgPacketProcessor.processPacket(Z)Z+30
    j oracle.opb.debugger.impl.DbgPacketProcessor.processPacketsUntilRun()V+2
    j oracle.opb.debugger.impl.DbgServer.suspended()V+22
    v ~StubRoutines::call_stub
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j oracle.opb.debugger.impl.DbgServer.nGetPackageValues(JJ)[B+0
    j oracle.opb.debugger.impl.DbgServer.getPackageValues(IJ)V+5
    j oracle.opb.debugger.impl.DbgPacketProcessor.processCommand(Loracle/opb/net/CommandPacket;)Z+624
    j oracle.opb.debugger.impl.DbgPacketProcessor.processPacket(Z)Z+30
    j oracle.opb.debugger.impl.DbgPacketProcessor.processPacketsUntilRun()V+2
    j oracle.opb.debugger.impl.DbgServer.suspended()V+22
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x03c28400 JavaThread "Packet Receiver[oracle.opb.net.PacketTransceiver@61de33]" [_thread_in_native, id=5424, stack(0x03da0000,0x03ea0000)]
    0x03c27000 JavaThread "Packet Sender[oracle.opb.net.PacketTransceiver@61de33]" [_thread_blocked, id=1660, stack(0x03ca0000,0x03da0000)]
    0x0325ec00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3432, stack(0x03880000,0x03980000)]
    0x03258800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=6132, stack(0x03760000,0x03860000)]
    0x03257400 JavaThread "Attach Listener" daemon [_thread_blocked, id=4244, stack(0x03660000,0x03760000)]
    0x03253400 JavaThread "Finalizer" daemon [_thread_blocked, id=4212, stack(0x03550000,0x03650000)]
    0x0324ec00 JavaThread "Reference Handler" daemon [_thread_blocked, id=6056, stack(0x03440000,0x03540000)]
    =>0x010b7400 JavaThread "main" [_thread_in_native, id=5384, stack(0x00030000,0x00130000)]
    Other Threads:
    0x0324d000 VMThread [stack: 0x03330000,0x03430000] [id=3540]
    0x03260400 WatcherThread [stack: 0x03980000,0x03a80000] [id=5840]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 960K, used 538K [0x22990000, 0x22a90000, 0x22e70000)
    eden space 896K, 52% used [0x22990000, 0x22a06b08, 0x22a70000)
    from space 64K, 100% used [0x22a80000, 0x22a90000, 0x22a90000)
    to space 64K, 0% used [0x22a70000, 0x22a70000, 0x22a80000)
    tenured generation total 4096K, used 109K [0x22e70000, 0x23270000, 0x26990000)
    the space 4096K, 2% used [0x22e70000, 0x22e8b660, 0x22e8b800, 0x23270000)
    compacting perm gen total 12288K, used 82K [0x26990000, 0x27590000, 0x2a990000)
    the space 12288K, 0% used [0x26990000, 0x269a48c0, 0x269a4a00, 0x27590000)
    ro space 8192K, 67% used [0x2a990000, 0x2aef7ea8, 0x2aef8000, 0x2b190000)
    rw space 12288K, 53% used [0x2b190000, 0x2b805530, 0x2b805600, 0x2bd90000)
    Dynamic libraries:
    0x00400000 - 0x00410000      C:\Oracle\Ora10gRep\bin\frmweb.exe
    0x7c900000 - 0x7c9b2000      C:\WINNT\system32\ntdll.dll
    0x7c800000 - 0x7c8f6000      C:\WINNT\system32\kernel32.dll
    0x608d0000 - 0x60963000      C:\Oracle\Ora10gRep\bin\oranls10.dll
    0x60730000 - 0x607dc000      C:\Oracle\Ora10gRep\bin\oracore10.dll
    0x60c40000 - 0x60c47000      C:\Oracle\Ora10gRep\bin\orauts.dll
    0x71ab0000 - 0x71ac7000      C:\WINNT\system32\WS2_32.dll
    0x77dd0000 - 0x77e6b000      C:\WINNT\system32\ADVAPI32.dll
    0x77e70000 - 0x77f02000      C:\WINNT\system32\RPCRT4.dll
    0x77fe0000 - 0x77ff1000      C:\WINNT\system32\Secur32.dll
    0x77c10000 - 0x77c68000      C:\WINNT\system32\msvcrt.dll
    0x71aa0000 - 0x71aa8000      C:\WINNT\system32\WS2HELP.dll
    0x76b40000 - 0x76b6d000      C:\WINNT\system32\WINMM.dll
    0x77f10000 - 0x77f59000      C:\WINNT\system32\GDI32.dll
    0x7e410000 - 0x7e4a1000      C:\WINNT\system32\USER32.dll
    0x62b40000 - 0x62b53000      C:\Oracle\Ora10gRep\bin\oraunls10.dll
    0x774e0000 - 0x7761d000      C:\WINNT\system32\ole32.dll
    0x66220000 - 0x6623c000      C:\Oracle\Ora10gRep\bin\nn.dll
    0x64ce0000 - 0x64dbd000      C:\Oracle\Ora10gRep\bin\UIW.dll
    0x64ca0000 - 0x64cb1000      C:\Oracle\Ora10gRep\bin\UTL.dll
    0x64cd0000 - 0x64cd7000      C:\Oracle\Ora10gRep\bin\UTC.dll
    0x64cc0000 - 0x64cc9000      C:\Oracle\Ora10gRep\bin\UTJ.dll
    0x64f10000 - 0x64f21000      C:\Oracle\Ora10gRep\bin\UIIM.dll
    0x73000000 - 0x73026000      C:\WINNT\system32\WINSPOOL.DRV
    0x5d090000 - 0x5d12a000      C:\WINNT\system32\COMCTL32.dll
    0x64ed0000 - 0x64ef6000      C:\Oracle\Ora10gRep\bin\UIOLE.dll
    0x763b0000 - 0x763f9000      C:\WINNT\system32\comdlg32.dll
    0x7c9c0000 - 0x7d1d7000      C:\WINNT\system32\SHELL32.dll
    0x77f60000 - 0x77fd6000      C:\WINNT\system32\SHLWAPI.dll
    0x663d0000 - 0x66414000      C:\Oracle\Ora10gRep\bin\CA.dll
    0x66340000 - 0x6636a000      C:\Oracle\Ora10gRep\bin\mmc.dll
    0x616b0000 - 0x61893000      C:\Oracle\Ora10gRep\bin\oraclient10.dll
    0x62b60000 - 0x62b66000      C:\Oracle\Ora10gRep\bin\oravsn10.dll
    0x60d30000 - 0x60de8000      C:\Oracle\Ora10gRep\bin\oracommon10.dll
    0x60300000 - 0x6071c000      C:\Oracle\Ora10gRep\bin\orageneric10.dll
    0x629c0000 - 0x629d2000      C:\Oracle\Ora10gRep\bin\orasnls10.dll
    0x62b80000 - 0x62c86000      C:\Oracle\Ora10gRep\bin\oraxml10.dll
    0x00330000 - 0x00341000      C:\WINNT\system32\MSVCIRT.dll
    0x607e0000 - 0x608cc000      C:\Oracle\Ora10gRep\bin\oran10.dll
    0x62000000 - 0x6202c000      C:\Oracle\Ora10gRep\bin\oranl10.dll
    0x62030000 - 0x62042000      C:\Oracle\Ora10gRep\bin\oranldap10.dll
    0x62090000 - 0x62184000      C:\Oracle\Ora10gRep\bin\orannzsbb10.dll
    0x61e10000 - 0x61e52000      C:\Oracle\Ora10gRep\bin\oraldapclnt10.dll
    0x61f30000 - 0x61f47000      C:\Oracle\Ora10gRep\bin\orancrypt10.dll
    0x71ad0000 - 0x71ad9000      C:\WINNT\system32\WSOCK32.dll
    0x76d60000 - 0x76d79000      C:\WINNT\system32\iphlpapi.dll
    0x77120000 - 0x771ab000      C:\WINNT\system32\OLEAUT32.dll
    0x621a0000 - 0x621d7000      C:\Oracle\Ora10gRep\bin\oranro10.dll
    0x621f0000 - 0x621fc000      C:\Oracle\Ora10gRep\bin\orantcp10.dll
    0x61f70000 - 0x61f76000      C:\Oracle\Ora10gRep\bin\oranhost10.dll
    0x61f20000 - 0x61f26000      C:\Oracle\Ora10gRep\bin\orancds10.dll
    0x62210000 - 0x62216000      C:\Oracle\Ora10gRep\bin\orantns10.dll
    0x60970000 - 0x60c31000      C:\Oracle\Ora10gRep\bin\orapls10.dll
    0x62500000 - 0x62507000      C:\Oracle\Ora10gRep\bin\oraslax10.dll
    0x627b0000 - 0x628b3000      C:\Oracle\Ora10gRep\bin\oraplp10.dll
    0x618b0000 - 0x61906000      C:\Oracle\Ora10gRep\bin\orahasgen10.dll
    0x622b0000 - 0x622e6000      C:\Oracle\Ora10gRep\bin\oraocr10.dll
    0x622f0000 - 0x62315000      C:\Oracle\Ora10gRep\bin\oraocrb10.dll
    0x5b860000 - 0x5b8b5000      C:\WINNT\system32\NETAPI32.dll
    0x76bf0000 - 0x76bfb000      C:\WINNT\system32\PSAPI.DLL
    0x62a80000 - 0x62af6000      C:\Oracle\Ora10gRep\bin\orasql10.dll
    0x66450000 - 0x66538000      C:\Oracle\Ora10gRep\bin\frmw.dll
    0x00410000 - 0x004d4000      C:\Oracle\Ora10gRep\bin\frmwcm.dll
    0x662f0000 - 0x66320000      C:\Oracle\Ora10gRep\bin\mmi.dll
    0x64e30000 - 0x64e93000      C:\Oracle\Ora10gRep\bin\UIREM.dll
    0x659a0000 - 0x659ee000      C:\Oracle\Ora10gRep\bin\ROS.dll
    0x64ad0000 - 0x64c05000      C:\Oracle\Ora10gRep\bin\VGS.dll
    0x66250000 - 0x6627e000      C:\Oracle\Ora10gRep\bin\mmw.dll
    0x662a0000 - 0x662b0000      C:\Oracle\Ora10gRep\bin\mmv.dll
    0x73b50000 - 0x73b67000      C:\WINNT\system32\AVIFIL32.dll
    0x77be0000 - 0x77bf5000      C:\WINNT\system32\MSACM32.dll
    0x75a70000 - 0x75a91000      C:\WINNT\system32\MSVFW32.dll
    0x662c0000 - 0x662df000      C:\Oracle\Ora10gRep\bin\mms.dll
    0x66690000 - 0x6680f000      C:\Oracle\Ora10gRep\bin\DEB.dll
    0x627a0000 - 0x627af000      C:\Oracle\Ora10gRep\bin\oraplc10.dll
    0x66380000 - 0x66389000      C:\Oracle\Ora10gRep\bin\mma.dll
    0x64ff0000 - 0x65003000      C:\Oracle\Ora10gRep\bin\UAT.dll
    0x64f70000 - 0x64f94000      C:\Oracle\Ora10gRep\bin\UIA.dll
    0x64f30000 - 0x64f45000      C:\Oracle\Ora10gRep\bin\UIDC.dll
    0x76390000 - 0x763ad000      C:\WINNT\system32\IMM32.DLL
    0x773d0000 - 0x774d3000      C:\WINNT\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\comctl32.dll
    0x74720000 - 0x7476c000      C:\WINNT\system32\MSCTF.dll
    0x755c0000 - 0x755ee000      C:\WINNT\system32\msctfime.ime
    0x71a50000 - 0x71a8f000      C:\WINNT\System32\mswsock.dll
    0x76f20000 - 0x76f47000      C:\WINNT\system32\DNSAPI.dll
    0x76fb0000 - 0x76fb8000      C:\WINNT\System32\winrnr.dll
    0x76f60000 - 0x76f8c000      C:\WINNT\system32\WLDAP32.dll
    0x00d30000 - 0x00d88000      C:\WINNT\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000      C:\WINNT\System32\wshtcpip.dll
    0x76fc0000 - 0x76fc6000      C:\WINNT\system32\rasadhlp.dll
    0x6d8b0000 - 0x6db06000      C:\Oracle\Ora10gRep\jdk\jre\bin\client\jvm.dll
    0x7c340000 - 0x7c396000      C:\WINNT\system32\MSVCR71.dll
    0x6d340000 - 0x6d348000      C:\Oracle\Ora10gRep\jdk\jre\bin\hpi.dll
    0x6d860000 - 0x6d86c000      C:\Oracle\Ora10gRep\jdk\jre\bin\verify.dll
    0x6d3e0000 - 0x6d3ff000      C:\Oracle\Ora10gRep\jdk\jre\bin\java.dll
    0x6d8a0000 - 0x6d8af000      C:\Oracle\Ora10gRep\jdk\jre\bin\zip.dll
    0x6d6c0000 - 0x6d6d3000      C:\oracle\Ora10gRep\jdk\jre\bin\net.dll
    VM Arguments:
    jvm_args: -Djava.compiler=NONE abort exit -Xrs -Xbootclasspath/p:C:\Oracle\Ora10gRep\vbroker4\lib\vbjboot.jar
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    CLASSPATH=C:\Oracle\Ora10gRep\j2ee\OC4J_BI_Forms\applications\formsapp\formsweb\WEB-INF\lib\frmsrv.jar;C:\Oracle\Ora10gRep\jlib\repository.jar;C:\Oracle\Ora10gRep\jlib\ldapjclnt10.jar;C:\Oracle\Ora10gRep\jlib\debugger.jar;C:\Oracle\Ora10gRep\jlib\ewt3.jar;C:\Oracle\Ora10gRep\jlib\share.jar;C:\Oracle\Ora10gRep\jlib\utj.jar;C:\Oracle\Ora10gRep\jlib\zrclient.jar;C:\Oracle\Ora10gRep\reports\jlib\rwrun.jar;C:\Oracle\Ora10gRep\forms\java\frmwebutil.jar
    PATH=C:\Oracle\Ora10gRep\bin;C:\Oracle\Ora10gRep\jdk\jre\bin\client
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 9, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 3
    CPU:total 1 (1 cores per cpu, 1 threads per core) family 15 model 2 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 1046512k(39192k free), swap 4094688k(2722564k free)
    vm_info: Java HotSpot(TM) Client VM (11.3-b02) for windows-x86 JRE (1.6.0_13-b03), built on Mar 9 2009 01:15:24 by "java_re" with MS VC++ 7.1
    time: Thu Jul 02 14:35:18 2009
    elapsed time: 131 seconds
    Any help is appreciated.
    Thanks!!!

    Nobody has any suggestions or comments???
    Can anyone confirm they have the same issue when running the sample code I provided below?
    Can anyone see the contents of a VARCHAR2 index based array when debugging??
    Thanks

  • Trying to use Alert.show in module- possible?

    I have some user data that I have to validate before
    submitting it to a db and so I was planning on popping up an
    Alert.show to ask them if they are sure in the usual fashion.
    Button click event points to function that should show the Alert.
    debug shows that function gets entered, but Alert does not show. no
    error, just no Alert. code and controls are in a module that's
    loaded into main application based on user input. Is this the
    problem? Should I be using a popup window instead of Alert? Thanks
    in advance.
    Andy C.(never #)

    First, thanks for the reply:
    I can't browse outside from my windows box( well I can but
    they can see what I'm doing), so I can paraphrase.
    <mx:Button label="Add Button" id="btnAddUser"
    click="doAddUser(event)" />
    <mx:Script>
    <![CDATA[
    import mx.everything and its brother;
    private function doAddUser(event:Event):void
    var alrtmsg:String="Are you sure you want to add this data
    to the database?";
    var alrtttl:String="Confirm User Add";
    Alert.show(alrtmsg,alrtttl, Alert.YES | Alert.NO, this,
    alertClickHandler);
    private function alertClickHandler(event:CloseEvent):void
    if(event.detail==Alert.YES)
    rest of code does validation
    ]]>
    </mx:Script>
    This is pretty much straight out of the help screens. Now
    this is in a module that's loaded into the main application.
    Everything else works as I expect it to, but I can't get the Alert
    to popup. And obviously, since I'm validating user input I have to
    have a way to show them when they forgot to put something in.
    Thanks

  • Debug infor about FXO port

    I have a debug information showed by command"debug vpm all"about FXO port.I can't distinguish the error in the information. who can tell me how to find out the error?
    Thanks.
    debug infor:
    3d18h: ccIFShowState (vdbPtr=0x62F47D14, summary)
    3d18h: ccIFShowState (vdbPtr=0x62F49994, summary)
    3d18h: htsp_dsp_message: SEND/RESP_SIG_STATUS: state=0x0 timestamp=48919 systim8
    3d18h: htsp_process_event: [3/0/0, FXOLS_ONHOOK, E_DSP_SIG_0000]fxols_onhook_rig
    3d18h: [3/0/0] htsp_start_caller_id_rx
    3d18h: [3/0/0] htsp_set_caller_id_rx:BELLCORE
    3d18h: htsp_timer - 125 msec
    3d18h: htsp_process_event: [3/0/0, FXOLS_WAIT_RING_MIN, E_HTSP_EVENT_TIMER]fxolr
    3d18h: htsp_timer - 10000 msec
    3d18h: htsp_dsp_message: SEND/RESP_SIG_STATUS: state=0x4 timestamp=49519 systim8
    3d18h: htsp_process_event: [3/0/0, FXOLS_RINGING, E_DSP_SIG_0100]
    3d18h: fxols_ringing_not
    3d18h: htsp_timer_stop
    3d18h: htsp_timer - 10000 msec
    3d18h: [3/0/0] htsp_stop_caller_id_rx
    3d18h: hdsprm_close_cleanup
    3d18h: htsp_dsp_message: SEND/RESP_SIG_STATUS: state=0x0 timestamp=51819 systim8
    3d18h: htsp_process_event: [3/0/0, FXOLS_RINGING, E_DSP_SIG_0000]
    3d18h: htsp_dsp_message: SEND/RESP_SIG_STATUS: state=0x4 timestamp=52819 systim8
    3d18h: htsp_process_event: [3/0/0, FXOLS_RINGING, E_DSP_SIG_0100]
    3d18h: fxols_ringing_not
    3d18h: htsp_timer_stop htsp_setup_ind
    3d18h: [3/0/0] get_fxo_caller_id:Caller ID received. Message type=4 length=18 c3
    3d18h: [3/0/0] Caller ID String 04 0F 30 37 31 38 31 35 35 31 35 32 36 33 39 33
    3d18h: [3/0/0] get_fxo_caller_id calling num=5263932 calling name= calling time
    3d18h: cc_api_call_setup_ind (vdbPtr=0x62F47D14, callInfo={called=8059,called_o)
    3d18h: cc_api_call_setup_ind type 2 , prot 0
    3d18h: cc_insert_call_entry: Increment call volume counter
    3d18h: cc_insert_call_entry: current call volume: 1
    3d18h: cc_insert_call_entry: entry's incoming TRUE. is_incoming is TRUE
    3d18h: cc_incr_if_call_volume: not the VoIP or MMoIP
    3d18h: htsp_process_event: [3/0/0, FXOLS_WAIT_SETUP_ACK, E_HTSP_SETUP_ACK]
    3d18h: fxols_wait_setup_ack:
    3d18h: [3/0/0] set signal state = 0xC timestamp = 0
    3d18h: dsp_set_sig_state: [3/0/0] packet_len=12 channel_id=128 packet_id=39 sta0
    3d18h: dsp_soutput: [3/0/0]fxols_check_auto_call
    3d18h: cc_process_call_setup_ind (event=0x62ED923C)
    3d18h: >>>>CCAPI handed cid 25 with tag 200 to app "DEFAULT"
    3d18h: sess_appl: ev(24=CC_EV_CALL_SETUP_IND), cid(25), disp(0)
    3d18h: sess_appl: ev(SSA_EV_CALL_SETUP_IND), cid(25), disp(0)
    3d18h: ssaCallSetupInd
    3d18h: ccCallSetContext (callID=0x19, context=0x631FB148)
    3d18h: ssaCallSetupInd cid(25), st(SSA_CS_MAPPING),oldst(0), ev(24)ev->e.evCall1
    3d18h: ssaCallSetupInd finalDest cllng(5263932), clled(8059)
    3d18h: ssaCallSetupInd cid(25), st(SSA_CS_CALL_SETTING),oldst(0), ev(24)dpMatch0
    3d18h: ssaSetupPeer cid(25) peer list: tag(100) called number (8059)
    3d18h: ssaSetupPeer cid(25), destPat(8059), matched(4), prefix(), peer(62A8DF54)
    3d18h: ccCallProceeding (callID=0x19, prog_ind=0x0)
    3d18h: ccCallSetupRequest (Inbound call = 0x19, outbound peer =100, dest=, para1
    3d18h: ccCallSetupRequest numbering_type 0x81
    3d18h: ccCallSetupRequest encapType 2 clid_restrict_disable 1 null_orig_clg 0 c2
    3d18h: dest pattern 8059, called 8059, digit_strip 0
    3d18h: callingNumber=5263932, calledNumber=8059, redirectNumber= display_info= 0
    3d18h: accountNumber=, finalDestFlag=1,
    guid=7ea5.51a9.17e5.11cc.8034.e670.5153.4d65
    3d18h: peer_tag=100
    3d18h: ccIFCallSetupRequestPrivate: (vdbPtr=0x62CDA89C, dest=, callParams={call1
    3d18h: ccIFCallSetupRequestPrivate: (vdbPtr=0x62CDA89C, dest=, callParams={call)
    3d18h: cc_insert_call_entry: not incoming entry
    3d18h: cc_insert_call_entry: entry's incoming FALSE. is_incoming is FALSE
    3d18h: ccSaveDialpeerTag (callID=0x19, dialpeer_tag=0x64)
    3d18h: ccCallSetContext (callID=0x1A, context=0x631FB6BC)
    3d18h: ccCallReportDigits (callID=0x19, enable=0x0)
    3d18h: cc_api_call_report_digits_done (vdbPtr=0x62F47D14, callID=0x19, disp=0)
    3d18h: sess_appl: ev(52=CC_EV_CALL_REPORT_DIGITS_DONE), cid(25), disp(0)
    oldst(SSA_CS_MAPPING)cfid(-1)csize(0)in(1)fDest(1)
    3d18h: -cid2(26)st2(SSA_CS_CALL_SETTING)oldst2(SSA_CS_MAPPING)
    3d18h: ssaReportDigitsDone cid(25) peer list: (empty)
    3d18h: ssaReportDigitsDone callid=25 Reporting disabled.
    3d18h: htsp_process_event: [3/0/0, FXOLS_PROCEEDING, E_HTSP_PROCEEDING]fxols_ofc
    3d18h: htsp_timer - 120000 msec
    3d18h: cc_api_supported_data data_mode=0x10002
    3d18h: cc_incr_if_call_volume: remote IP is x.x.x.x
    3d18h: cc_incr_if_call_volume: hwidb is Serial1/0:0
    3d18h: cc_incr_if_call_volume: create entry in list: 1
    3d18h: ccTDUtilGetInstanceCount: For tagID[1] of callID[26]
    3d18h: ccTDPvtProfileTableObjectAccessManager: No profileTable set for callID[2]
    3d18h: ccTDUtilGetInstanceCount: For tagID[2] of callID[26]
    3d18h: ccTDPvtProfileTableObjectAccessManager: No profileTable set for callID[2]
    3d18h: htsp_dsp_message: SEND/RESP_SIG_STATUS: state=0xC timestamp=53222 systim8
    3d18h: htsp_process_event: [3/0/0, FXOLS_PROCEEDING, E_DSP_SIG_1100]fxols_offhoc
    3d18h: htsp_timer2 - 350 msec
    3d18h: cc_api_call_proceeding(vdbPtr=0x62CDA89C, callID=0x1A,
    prog_ind=0x0, rawmsgPtr=0x0)
    3d18h: sess_appl: ev(21=CC_EV_CALL_PROCEEDING), cid(26), disp(0)
    3d18h: cid(26)st(SSA_CS_CALL_SETTING)ev(SSA_EV_CALL_PROCEEDING)
    oldst(SSA_CS_MAPPING)cfid(-1)csize(0)in(0)fDest(0)
    3d18h: -cid2(25)st2(SSA_CS_CALL_SETTING)oldst2(SSA_CS_CALL_SETTING)
    3d18h: ssaCallProc
    3d18h: ccGetDialpeerTag (callID=0x19)
    3d18h: ssaIgnore cid(26), st(SSA_CS_CALL_SETTING),oldst(1), ev(21)
    3d18h: cc_api_call_alert(vdbPtr=0x62CDA89C, callID=0x1A, prog_ind=0x0, sig_ind=)
    3d18h: sess_appl: ev(7=CC_EV_CALL_ALERT), cid(26), disp(0)
    3d18h: cid(26)st(SSA_CS_CALL_SETTING)ev(SSA_EV_CALL_ALERT)
    oldst(SSA_CS_CALL_SETTING)cfid(-1)csize(0)in(0)fDest(0)
    3d18h: -cid2(25)st2(SSA_CS_CALL_SETTING)oldst2(SSA_CS_CALL_SETTING)
    3d18h: ssaAlert
    3d18h: ccGetDialpeerTag (callID=0x19)
    3d18h: ccCallAlert (callID=0x19, prog_ind=0x0, sig_ind=0x1)htsp_alert_notify
    3d18h: htsp_process_event: [3/0/0, FXOLS_PROCEEDING, E_HTSP_EVENT_TIMER2]fxols_m
    3d18h: htsp_timer_stop
    3d18h: htsp_timer_stop2
    3d18h: cc_api_call_disconnected(vdbPtr=0x62F47D14, callID=0x19, cause=0x10)
    3d18h: sess_appl: ev(11=CC_EV_CALL_DISCONNECTED), cid(25), disp(0)
    3d18h: cid(25)st(SSA_CS_ALERT_RCVD)ev(SSA_EV_CALL_DISCONNECTED)
    oldst(SSA_CS_CALL_SETTING)cfid(-1)csize(0)in(1)fDest(1)
    3d18h: -cid2(26)st2(SSA_CS_ALERT_RCVD)oldst2(SSA_CS_CALL_SETTING)
    3d18h: ssaDiscSetting
    3d18h: ssaFlushPeerTagQueue cid(25) peer list: (empty)
    3d18h: ssa: Disconnected cid(25) state(17) cause(0x10)
    3d18h: ccCallDisconnect (callID=0x19, cause=0x10 tag=0x0)
    3d18h: cc_api_get_transfer_info: (callID=0x19)
    3d18h: ccCallDisconnect (callID=0x1A, cause=0x10 tag=0x0)
    bazhong#sh voice call su
    PORT CODEC VAD VTSP STATE VPM STATE
    ============ ======== === ==================== ======================
    3/0/0 None y S_SETUP_IND_PEND FXOLS_RINGING
    3/0/1 - - - FXOLS_ONHOOK
    Sincerely

    I just received the response from customer engineer about the issue that the problem is the IVR cannot make the correct response to the call from the branch office. the originated caller only hear the normal ring, but can't hear the IVR replied sound just like" welcome to xxx company". Could u tell me how to make the right troubleshooting to solve the problem? I have a question that whether the call can arrive the network gateway correctly, but can't be transferred to the call manager gateway correctly. Wait for your help. Thanks
    Sincerely

  • J2EE Engine Debugging ... Help required

    <b>There is a problem with the debugging my J2EE applications. I am a new user on SAP Portals. I set the server parameters through the config tool for setting the debugging of the server. But when I opened the Netweaver, it was still showing me the "Debug Mode Off". When i tried to set the problem from the preferences --> J2E Engine by selecting remote installation, it gave me the error "No server was defined under
    sapmnt\.. Configure your server as Remote host"... I tried a lot but could not get through this problem.
    I have a portal installation having a URL "http://kashruq:50000/". Earlier I had set the IP Address for my network card as 10.10.1.10 but later removed it and set the etc\hosts file accordingly. The J2EE server is running fine and the sample Car rental Application is also running fine, but I am unble to debug my J2EE applications, if I need to. Any body help me ?</b>

    Thanks Karsten
    Actually I restarted the server from the Netweaver. But did not get the correct parameters for the debug mode. When I restarted the J2EE engine altogether then only I was able to see that the server0 is running with debug mode ON state. But still if I try to use the debug facility from the netweaver for the J2EE applications and try to set it from the Preferences\J2EE Engine then I still get the error.
    The values I enter in the Preferences for the J2EE engine are:
    server: kashruq (This is my machine name. so i connect to http://kashruq:50000/irj/portal ... etc.)
    port: 3061 (default)
    I set the debug mode through the config tool only. I can not set it from the netweaver, as it gives me error, as I mentioned in my first mail.
    Any help?

  • Debug an oracle function with toad 7.4, oracle 9i

    Hello,
    i wanna debug an oracle function with toad 7.4
    so i wanna give param to this function and fix breakpoint and verfy some variables values ... etc
    could you show me how debug it?
    Thanks
    Regards
    Elyes

    Do you have the Toad Debugger? Thats the extra cost option which you get for free in OracleSqlDeveloper.
    If you have the ToadDebugger, Read the Manual
    If not , download OracleSqlDeveloper and use it. It's free, and written by Oracle.

  • Show Platform command ?

    Hello everyone,
    Does anyone know if we (not cisco employers) will be ever granted the privilege of having full documentation for the output of these commands?
    switch# sh platform ?
    chassis show platform chassis debug state
    cpu show CPU related information
    crashdump show most recent crashdump
    environment show environment variable related information
    hardware show platform hardware debug state
    health show platform statistics gauging health of the system
    logfeatures show enabled debugging log features
    mapping show internal mappings
    memory show SDRAM or hardware registers
    software show platform software debug state
    "Usage Guidelines
    You should use this command only when you are working directly with a technical support representative while troubleshooting a problem. Do not use this command unless a technical support representative asks you to do so. "
    Vlad

    The outputs of sh platform commands are not intuitive and one will need a detailed architecture knowledge including code names to decipher them. No current plans on documenting all the commands. Most needed commands are sort of documented in troubleshooting documents. Example, is the following high cpu document
    http://www.cisco.com/warp/public/473/cat4500_high_cpu.html

  • IFort and xcode array visualisation prospects

    Hi there,
    I'm new to the whole Mac platform, so please be patient! I am trying to use iFort and xcode together to compile a load of Fortran 95/2003 programs I have written for my PhD research. I was previously working on a PC, using Compaq Visual Fortran professional.
    With my previous setup, Microsoft visual studio was my IDE, and I was able to visualize arrays during debug by selecting the relevant array and clicking on the array visualizer to display a graphical representation of the array in either 2D or 3D. This was pretty handy, my research involves image processing tasks, which produce many intermediate steps which I do not necessarily want to output to file, but are useful to keep an eye on during debug to check things are processing properly (e.g. applying a sequence of filters and transforms).
    Is it possible to do something similar in xcode? What are my options for watching array content during debug, and what are the possibilities for graphical display?
    Many thanks
    Luke Spadavecchia

    xcode just runs the compiler and debugger. Look at your debugger documentation to see if it has visualization options.

  • Unable to see local variable values when debugging java

    Hi,
    I am using JDev 10.1.2 with java version 1.4.2_04.
    I have been using JDev to debug my java programs. But suddenly from this morning I am unable to see local variable values. I am able to see class and instance variables. This has happened to me before and I had restarted my machine couple of time, to get this sorted. But this time, nothing helps. Going thru the forum I found out that Include Debug information (Project Properties -> Compiler Option) need to be turned ON. It is already turned ON for me.
    I would greatly appreciate if you could let me know how to crack this problem.
    Thanks in advance.

    No. The local variables 'used' to show up during debugging. But erratically it doesn't show up local variable values. I had to restart my machine couple of times whenever this happens, inorder to see the local variable values. But this time even restarting doesn't help.
    Is there any preference setup that need to be turned on/off to see local variables?
    Also I can't step into a static method now. Any idea why this happens?

  • Empty variable pane when debugging

    I'm fairly new to flex builder and very new with the
    debugger. For some reason when I am debugging my application my
    variables pane is coming up empty, no variables at all listed. Does
    anyone have any idea what might cause this? My console is updating
    working correctly. Its making life dificult as you may imagine.
    Thanks
    Adam

    No. The local variables 'used' to show up during debugging. But erratically it doesn't show up local variable values. I had to restart my machine couple of times whenever this happens, inorder to see the local variable values. But this time even restarting doesn't help.
    Is there any preference setup that need to be turned on/off to see local variables?
    Also I can't step into a static method now. Any idea why this happens?

  • Why does raid array not mount?

    Set-up: (Equipment was Purchased NEW July 2004)
    Xserve: running OSX Server version: 10.3.9
    Xserve Raid Box with both arrays using Raid-5:
    Array One has Five 250GB ADM (this side works and mounts fine-NO Problems)
    Array Two has Four 250GB ADM (this side DOES NOT mount) Our name for this Array/volume is: "RAID2RIGHTSIDE"
    We've been using both sides (array 1 & 2) for years with no trouble. Sever locked-up last week and was shut-down, since then Array Two will not mount.
    Currently I have all normal green lights (front and back of Xserve Raid Unit)
    Disk Utillites 10.4.4: We can see the Array Two from within DU, though the name of the volume is gray/dimmed
    Raid-Admin version 1.5.1: shows Array Two IS ON-LINE (all green lights too)
    Things I tried-MULTIPLE Times
    -Shut-down Xserve & Xserve Raid Unit and disconnect power and Batteries, waited more than 10-mins
    -Verified and Repaired Array Two using Disk Utilities version 10.4.4
    -Xserve Raid Unit: Removed all cables, Batteries, Power supplies, Fiber Boards, and other board in back
    -Xserve Raid Unit: Removed and reset ADMs
    -Vacummed dust - all of above
    Any ideas why Array Two (RAID2RIGHTSIDE) will not mount?  Your suggestions are appreiciated.
    Thank you for reading this.
    Pictures below

    Finder, Preferences: General and Sidebar.

  • Debugging portal application

    Hi,
      Can anyone help me how to debug a portal application?
      pls help me out
    Thanks and regards
    sireesha

    Here are the steps :
    1 . Stop the Portal if running
    2 . Launch the Config tool of J2EE engine
    3 . Start SAP NetWeaver Developer Studio and open your   project for debugging
    After launching Config Tool go to debug tab of the server instance and check options  Debuggable and  Enable Debug Mode . Set the Debug port to 50021.
    Go to Debug perspective of NWDS and Create New Remote Java Application with connection type as Standard(Socket attach) The other details are self - explanatory .
    Pressing the debug button attaches the SAP NetWeaver Developer Studio to the specified portal installation
    Deploy the project to the portal .
    You can see various threads of execution in your project in the debug window .
    You can add break-points by right clicking on any line of code and add Break-point .
    In Window->Show View->Other->Debug->Variables  view you can track the values of variables in the current stack frame .
    You can do many other things like adding hit counts to a breakpoint or changing the value of variables etc . Just look through .
    For additional help refer to NWDS help contents .
    Hope this helps you in your endeavour.
    <b>PS : Please award points if found useful</b>

Maybe you are looking for

  • CALL FUNCTIONS

    HI ALL WHERE CAN I FIND ALL THE FUNCTION MODULES USED IN ABAP AND I ALSO NEED EXPLANATIONS ....CAN ANYONE HELP WITH REGARDS VIJAY

  • Firefox not matching Safari

    Hi everyone, Please take a look at my site:  brucebever.com and compare it in FF and Safari On the main page, the 'contact and info' link isn't showing up in FF. Also, the beaver-tail image at the bottom right has a border around it in FF, I don't wa

  • My iMovie was uninstalled. How to download the program again?

    My iMovie was uninstalled. Now, I have no one iMovie. How to download the program again?

  • Detecting unassigned variables in TestStand?

    Is there a method to detect unassigned/unused variables in TestStand as exists in the Visual Studio C# environment? If not, I would request that a method be made available eventually. They can accumulate and are difficult to clean up manually.

  • I run tiger on my mac can i upgrade to snow leopard?

    I current run tiger and want to upgrade to leopard but can't find where to purchase it on the apple website.  Is it still available for purchase, if it is how do I purchase it?