Sqldeveloper 4.0.0.13.18 debugger not works

Afer update to sqldeveloper 4.0.0.13.18 debugger not works. All works fine in sqldeveloper 3 or previous version ov sqldeveloper 4.

I am having a similar issue - debugging worked in 3.0 and not in 4.0.0.13 (I downloaded this today) or previous 4.0.0.12.84 versions.
I create a few breakpoints, and I compile debug and run debug. I see this:
Connecting to the database apps@gl23.
Executing PL/SQL: ALTER SESSION SET PLSQL_DEBUG=TRUE
Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( '167.100.165.229', '57385' )
Debugger accepted connection from database on port 57385.
The only icons enabled are the Terminate (Red Square), pause, and suspend all breakpoints icons on the debug window. It is just there and nothing is happening. I can't even close the SQLDeveloper tool after this. I have to terminate it from Task Manager.
Regards,
Venkat

Similar Messages

  • Flashbuilder 4.7 and Windows 8.1 - Debugger not working

    I have recently upgraded to Windows 8.1 and am having problems getting both the debugger and the run to work for an AIR Mobile application in Flashbuilder 8.1.
    In Flashbuilder the error message is 'Process Terminated unexpectedly' with the adl.ex launch command below it.
    If I run the adl from the command prompt, the error message states 'Adobe AIR could not be found'.
    However, if I replace the -runtime with an AIR download i.e. 3.9 that does not include the Flashbuilder Flex components, then the AIR app fires up correctly. I don't think it is a port problem as I tried with the firewall turned off and got the same results.
    Is this a known problem with Windows 8.1? Has anyone else seen this issue?
    Thanks

    So, since Adobe is MIA and are giving even more arguments to the late Steve Job about the sory state of their player, here is what I found so far.
    I was able to uninstall/remove the current player. Keep in mine that I am still trying to install the debug version. Also, I am not sure if all the steps are required as many attempts, trial and errors have been made. This is on Windows 8.1 - 64bit
    Downloaded the uninstaller
    http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html
    Exit all browsers
    Run the uninstaller
    Take ownership of the folder and all sub-folders and files from...
    C:\Windows\SysWOW64\Macromed\Flash
    Right-click Flash folder, select properties, Security tab, Advanced button
    Next to owner, select Change link
    Type you user name and select Ok
    Make sure to select the check box for "Replace all children..."
    Give yourself full access to the same folder and files
    Right-click Flash folder, select properties, select Security tab
    Select Edit button
    Select Add button
    Type you user name and select Ok
    Select full control check box
    Select Ok
    Now you should be able to rename the folder to "FlashOld".
    Restart the computer
    Test the player
    With IE, go to...
    http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html
    This should confirm that the player is gone.
    Reinstall
    I tried to install the Windows 8.1 x64 debugger from
    http://go.microsoft.com/fwlink/?LinkId=325411 but I keep getting the same message saying that MS IE will take care of the updates (Great, tx!!...not).
    I tried
    http://download.macromedia.com/pub/flashplayer/updaters/11/flashplayer_11_ax_debug.exe
    and it appears to install without issues.
    It created a Flash folder right next to the old one.
    I restarted the computer but going to the test page shows that it does not work.
    Still stuck...chime in anytime Adobe!!

  • Debugger not working for BSP application

    Hi All,
    I have 4.6C sap installation and the debugger is not working for BSP Application even when i hard code the break points.
    Can anyone help me on this issue.
    Thanks and Regards
    Shilpa

    Hi Shilpa,
    How many number of sessions are open ? If there are already six sessions open and then you try and get the debugger, it will not start, and you won't be able to catch that error also...!
    Other than that there is no possibility that the debugger doesn't start, unless ofcourse, the logic doesn't reach the debugger point....
    Hope this helps.
    <b><i>Do reward each useful answer..!</i></b>
    Thanks,
    Tatvagna.

  • Dashcode Debugger not working

    I'm relatively new to iPhone development and I have been working on adding onto the iPhone web app "National Parks" Dashcode example and I have gotten to a point where I want to use the debugger to look at some javascript variables.
    So, I set some breakpoints and I run the simulator, but the simulator never pauses. (I know that part of code is running because some alert()'s are showing.) I've tried to Pause execution by selecting Debug > Pause and the Run Log says "Pausing at the next opportunity," but it never pauses.
    I'm not getting any useful information in the debugger. I tried View > Stackframe while the simulator was running, but its blank and doesn't show anything.
    Is there something I missed? Some sort of setup to make this work?
    I am using:
    MacBook Pro with Mac OS X v 10.6.4
    Dashcode v 3.0.1 (330)
    iPhone Simulator v 4.0 (211.1)
    PS. I found a similar problem on this forum, but it was from last year. http://discussions.apple.com/message.jspa?messageID=9043258
    Their problem was with a new SDK - and solutions were to install an older SDK or to choose Debug > Run Settings > Simulator - iPhone OS 2.2 instead of iPhone OS 2.2.1. I have 2 options in Run Settings. One is iPhone OS 3.2 and iPhone OS 4.0. I tried choosing 3.2 but the Simulator launched an iPad in simulation, but the breakpoints still didn't work...

    Same config and same thing for me. Debugger does not work.
    The console application leaves two messages :
    17/08/10 22:24:52 UIKitApplication:com.apple.mobilesafari[0x6088][6129] objc[6129]: found old-ABI metadata in image /Developer/Applications/Dashcode.app/Contents/Resources/DashcodeClient.app/Cont ents/Frameworks/CayenneClientDebugger.framework/CayenneClientDebugger !
    And another one :
    17/08/10 22:24:52 MobileSafari[6129] Couldn't load debugger
    As a workaround I debug on a Safari product and it works. Although I can't debug mouse gesture.

  • Eclipse-cdt debugger not working properly

    I have the latest versions of eclipse, eclipse-cdt, and gdb via pacman, and when I go to debug a simple program in Eclipse, I get the following errors:
    Stopped due to shared library event
    Stopped due to shared library event
    Single stepping until exit from function __libc_start_main,
    which has no line number information.
    mi_cmd_stack_list_frames: No stack.
    The debugging functions properly (for the most part, I noticed that I can't step into the standard C++ headers, though), but after the debug ends it displays the above error. Any idea what's wrong? The relevant part of the gdb trace is:
    [1,139,908,307,875] 5-gdb-show prompt
    [1,139,908,307,876] (gdb)
    [1,139,908,307,877] 5^done,value="(gdb) "
    [1,139,908,307,883] 6-stack-list-frames
    [1,139,908,307,883] (gdb)
    [1,139,908,307,884] &"mi_cmd_stack_list_frames: No stack.n"
    [1,139,908,307,886] 6^error,msg="mi_cmd_stack_list_frames: No stack."
    [1,139,908,308,072] 7-gdb-set auto-solib-add on
    [1,139,908,308,073] (gdb)
    [1,139,908,308,074] 7^done
    [1,139,908,328,397] ~"Single stepping until exit from function __libc_start_main, nwhich has no lin
    e number information.n"
    [1,139,908,328,437] 112*stopped,reason="exited-normally"
    [1,139,908,328,582] 113-gdb-exit
    [1,139,908,328,608] (gdb)

    Originally posted by: ccvural.cerenbilgisayar.com.tr
    nexus yazmış:
    > Hi:
    >
    > I am currently trying to debug a multi-threaded program writtten in C++,
    > with CDT and Eclipse. But, debugger seems to be not working properly.
    > Since, debugger sometimes stops in different lines that are not actually
    > breakpoints. And also debugger turns back in the code, miss some
    > breakpoints.
    > Below, I give information about what I use for developing:
    >
    > Eclipse 3.1.1
    > Plug-in: CDT 3.0.2
    > gcc (GCC) 3.4.4
    >
    > Debugger: GDB debugger Shared Libraries: None
    > Protocol: mi
    >
    > Thanks...
    >
    What is your Operating System. Linux , Windows ?
    If it's windows cygwin is better than MinGW while debugging, especiallly
    with multithreading
    Regards
    CC Vural

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

  • Transact-SQL debugger not working in SQL Server 2008: "...debugger does not support SQL Server 2005 or earlier..."

    I have recently installed SQL Server 2008. When I try to execute a query against an Access database, I receive this debugging error:
    "Unable to start Transact-SQL debugger. The Transact-SQL debugger does not support SQL Server 2005 or earlier versions of SQL Server. (SQLEditors)"
    Nor will the query execute; I get a transport-level error 0. Any thoughts?

    Hi Davidmhjr,
    >>Unable to start the Transact-SQL Debugger. The Transact-SQL Debugger does not support SQL Server 2005 or earlier versions of SQL Server. (SQLEditors).
    Have you tried to restart the server once you have installed SQL Server 2008? As Naomi N mentioned please check the version of SQL Server you are using.
    If you tried to connect to SQL Server 2005 from SQL Server 2008 SSMS, you would not be able to debug and get this error, it happens because T-SQL debugger includes both server-side and client-side components. The server-side debugger components are installed
    with each instance of the SQL Server 2008 Database Engine. The client-side components are installed when you install the SQL Server 2008 client-side tools.
    So it works with SQL Server 2008 only so far. Another way is you can triy to use SQL Server 2005 SSMS to connect to SQL Server 2005.
    More information about configuration requirement to run T-SQL debugger as below, please refer:
    There are no configuration requirements to run the Transact-SQL debugger when SQL Server Management Studio is running on the same computer as the instance of the SQL Server Database Engine. However, to run the Transact-SQL debugger when SQL Server Management
    Studio is running on a different computer from the instance of the Database Engine, you must enable program and port exceptions by using the Windows Firewall Control Panel application on both computers.
    On the computer that is running the instance of the Database Engine, in Windows Firewall, specify the following information:
    •Add TCP port 135 to the exceptions list.
    •Add the program sqlservr.exe to the exceptions list. By default, sqlservr.exe is installed in C:\Program Files\Microsoft SQL Server\MSSQL10.InstanceName\MSSQL\Binn, where InstanceName is MSSQLSERVER for the default instance, and the instance name for
    any named instance.
    •If the domain policy requires network communications to be done through IPsec, you must also add UDP port 4500 and UDP port 500 to the exception list.
    On the computer that is running SQL Server Management Studio, in Windows Firewall, specify the following information:
    •Add TCP port 135 to the exceptions list.
    •Add program ssms.exe (SQL Server Management Studio) to the exceptions list. By default, ssms.exe is installed in C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE.
    Hope it is helpful.
    Regards, Amber zhang

  • Graphics Debugger not working

    Hello
    I am developing a 3D graphics application using DirectX11, and I was trying to analyze in Visual Studio 2013 the performance cost of different draw calls, shaders, and so on. I have used several times the tool in Debug->Graphics->Start Diagnostics
    to check different draw calls, render targets, pixel history and so on.
    Recently I heard there is a new version of the graphics debugger, which includes "frame analysis", letting you know how much time each section of the application is taking. I have updated Visual Studio 2013 to the Update 4 (I didn't even have Update
    2 before), and now I can't use the graphics debugger at all.
    I don't even get the application to run. I just get an error message saying: "The parameter is incorrect. (Exception from HRESULT:0x80070057 (E_INVALIDARG))". Searching in Google, there are messages talking about .NET issues but I'm not using any
    .NET features. I have tried changing the debugger type to Native only and deleting temp folders (as suggested in different places to fix those .NET issues). However, I can't still use it. Removing the update 4 allows me to run the basic version of the graphics
    debugger again, but I would want to use the frame analysis tool.
    Can anyone help me with this? Any ideas about how to make it work or how to find what the problem can be?
    Cheers

    Hi posese,
    >>I don't even get the application to run. I just get an error message saying: "The parameter is incorrect. (Exception from HRESULT:0x80070057 (E_INVALIDARG))".
    So you mean that it still has this issue even if you run your app with "start without debugging" after you install the VS2013 update 4, am I right?
    If so, the real issue is not the debugger tool issue, we have to make sure that whether it is the update 4 issue or the project issue, do you agree with me?
    Since it is related to the specific 3D graphics application using DirectX11, you know that it has his own supported forum here:
    http://xboxforums.create.msdn.com/forums/default.aspx?GroupID=7
    To really analyze this issue and make sure that whether it is the update 4 or the project issue, I suggest you post this issue to the above development forum, there you would get dedicated support.
    But if we make sure that it is the update 4 issue, please submit a feedback here:http://connect.microsoft.com/VisualStudio/feedback/CreateFeedback.aspx,Microsoft
    engineers will evaluate them seriously.
    If there's any concern, please feel free to let me know.
    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.

  • Debugger not working in CS4

    The debugger will not stop on any breakpoints in my AS3 code within CS4.
    I have verified that my publish settings allow debugging.  I've also set the export player to Flash Player 9 (it was 10).
    It appears as if the debugger is connecting, because when I terminate the flash player, CS4 leaves the debugging workspace.

    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.

  • Flash Debugger not working since upgrade to FB4

    I installed FB4 this morning on OS X 10.6 and have not been able to use the debugger mode since.
    Whenever I start a debug session the launcher always stops at 57% waiting to connect to debugger.
    I have tried uninstalled the Flash Player, restarting and installing the player again.
    I have been using the flashplayer_10_plugin_debug_ub.dmg file from Adobe's site. It is dated 26 Feb 2010.
    This is so annoying and has seriously soured my go with the new version. I had such high expectations too.
    Anybody else had a similar problem?

    Okay, rather embarrassingly, the fault was in the HTML template for the page. The Flash debugger works fine when the flash file actually runs!
    My fault, and everything suddenly looks really cool again.

  • Javascript Debugger not working in VS 2013 Professional Update 4

    Hi,
    Could someone please provide us with information on how to set the debugging for Javascript on this version of VS.
    Thanks
    Xen

    Hi Xen,
    One idea is that we could insert the keyword "debugger" within the javascript before the code line where you want to set a breakpoint. Debug it.
    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.

  • Eclipse plugin debugger Not Working

    Hi everyone,
    I'm trying to run the Eclipse plugin debugger but wihout success, when I put a breakpoint and run the debugger it will just timeout (from my server.log file : Thread: web-16, processing template: C:\ColdFusion8\wwwroot\bizonbytes\index.cfm, completed in 600 seconds, exceeding the 30 second warning limit).  I've also unchecked the "Timeout Request after" under setting in the admin panel.
    From RDS Configuration I've test the Debugger and RDS and they were both succesful.
    I did follow the step by step installation (see pics bellow).
    P.S. Im running CF server under Vista with the Coldfusion web server and im using the framework Fusebox.
    1
    Thank you for your help

    Hi there. Did you also enable the debugger in CF Administrator?
    Sincerely,
    Michael
    El 10/05/2009, a las 20:56, ymorin <[email protected]> escribió:
    >
    Hi everyone,
    >
    I'm trying to run the Eclipse plugin debugger but wihout success, 
    when I put a breakpoint and run the debugger it will just timeout 
    (from my server.log file : Thread: web-16, processing template: C:
    \ColdFusion8\wwwroot\bizonbytes\index.cfm, completed in 600 seconds, 
    exceeding the 30 second warning limit).  I've also unchecked the 
    "Timeout Request after" under setting in the admin panel.
    >
    From RDS Configuration I've test the Debugger and RDS and they were 
    both succesful.
    >
    I did follow the step by step installation (see pics bellow).
    >
    P.S. Im running CF server under Vista with the Coldfusion web server 
    and im using the framework Fusebox.
    >
    http://forums.adobe.com/servlet/JiveServlet/showImage/3109/server.png
    >
    >
    http://forums.adobe.com/servlet/JiveServlet/showImage/3108/config.png
    >
    1 http://forums.adobe.com/servlet/JiveServlet/showImage/3107/rds.png
    >
    Thank you for your help
    >

  • Update debugger is not working

    Hi All,
    My problem is "Update debugger is not working" is not working.
    In VA02,  I am creating a EDI output type, before saving it i am going into debug mode activating the 'Update Debugger'.
    But after that a message is coming as 'Update debugging has been triggered' but debugger screen is not coming up.
    Please let me if you have inputs on this.
    Thanks
    Satyamkumar Jha

    >
    Satyamkumar Jha wrote:
    > Hi Saravraj ,
    >
    > Even if 1 session is opened then also it is not going for update debugging.
    >
    > Thanks
    > Satyam
    Did you check if a COMMIT statement is getting triggered(you can do that by placing a break point in the debugger at the statement COMMIT)? Click on F5 once the control reaches COMMIT statment and wait for a new session to
    get opened for debugging.
    Not sure, about the debugger that you are using(classical/New),  lately, I have faced issues with update debugging while using new debugger, it would be a good idea to cross-check in classical debugger.
    -Rajesh.

  • External Debugger From NWDS not working

    Hi,
    I am working on wd java. When i run my application, on particular event action, i am calling rfc. So to debug i kept my external debugger in my se37 (SAP GUI) and ran the application. But debugger is not called but i am getting the output from RFC. Can anyone tell why this issue occurs?? and how to stop in my external debug point??

    Hi Sakthi,
    Is your external debugger is working for other applications. Have you tried to debug other codes?
    Also try to close your ECC session and try it back once.
    BR,
    RAM.

  • CS6 Debugger not at breakpoint

    This is really strange. The CS6 debugger would work as expected but now it does not settle at breakpoint. I have reduce the code to the simplest below.
    Debugger was working last time I used it.
    When I "Debug Movie->Flash professional", the breakpoint with yellow arrow does not come up on screen, It is still the red dot where I set the break point.
    However, if I step over it, the out does show the out "Hello there"
    I rebooted my PC and updated to Flash professional 12.0.2.529 to no avail. Does it have anything to do with file decompression (in Output message) ?
    Please Help !
    Thanks
    Sean
    import flash.display.*;
    import fl.events.*;
    breakpoint set here > trace("hello there");
    Output:
    Attempting to launch and connect to Player using URL C:\Users\seanyiu\AppData\Local\Temp\Untitled-1.swf
    [SWF] C:\Users\seanyiu\AppData\Local\Temp\Untitled-1.swf - 2071 bytes after decompression
    hello there
    Debug session terminated.

    I installed CS5.5 and the problem went away. Adobe folks should take note - CS6 has a very basic debugger bug.
    Thanks
    Sean

Maybe you are looking for