Debugger does not break on breakpoints

I'm running one of the tutoials, test and debug procedures using SQL Developer 3.1 and try to run AWARD_BONUS in debug mode with a break on the select statement as directed by the tutorial.  The first time something about a problem with my firewall and I clicked OK on the error and the proc ran without breaking.  Of course I have no notes of the error and now I can't reproduce it.  Is there a newspaper that could explain what happened?  Can anyone help?  Here is the output of message of the race.

Connect to the hr_orcl database.

PL/SQL execution: ALTER SESSION SET PLSQL_DEBUG = TRUE

Running PL/SQL: CALL the DBMS_DEBUG_JDWP. CONNECT_TCP ('172.22.9.9', '50911')

Debugger agreed database on 50911 port connection.

Running PL/SQL: CALL the DBMS_DEBUG_JDWP. DISCONNECT()

Employee salary for 149 ID currently is: 14900

The percentage of commissions for 149 is currently:.2

Employee salary for 149 ID will be changed into: 15300

Process is complete.

Disconnection from the hr_orcl database.

Debugger disconnected from the database.

And here's the proc

create or replace PROCEDURE (award_bonus)

emp_id NUMBER, sales_amt NUMBER) AS

REAL l_salary;

REAL l_commission;

comm_missing EXCEPTION;

BEGIN

SELECT the salary, commission_pct IN l_salary, l_commission-* BREAKPOINT DEFINED HERE *.

Employees

WHERE employee_id = emp_id;

dbms_output.put_line (' reference salary used ' | emp_id |' today is: ' | l_salary);

dbms_output.put_line (' the percentage of commissions for ' | emp_id |' today is: ' | l_commission);

IF l_commission IS NULL THEN

RAISE comm_missing;

ON THE OTHER

l_salary: = l_salary + sales_amt * l_commission;

dbms_output.put_line (' reference salary used ' | emp_id |' will be changed to: ' | l_salary);

UPDATE employees

SET salary = l_salary

WHERE employee_id = emp_id;

END IF;

END award_bonus;

To clarify - do you want to say the 1st time the breakpoint was not honored, but it is now?

Or the breakpoint is not YET used?

The causes most likely to not "break" the execution is breakpoints:

  • unit not compiled with debug
  • breakpoint added to a line of code that is not 'executable' (as a comment)
  • reviews of breakpoint on false condition

Tags: Database

Similar Questions

  • Debugger does not stop at breakpoints

    The debugger does not stop at breakpoints for most of my applications.

    I also created two new projects using the templates provided to Hello World, for a project, that it stops on my breakpoinbeing the first line to the breast

    ApplicationUI::ApplicationUI () :

    QObject()

    Sometimes, for the second project he doesn't stop... very frustrating.

    I tried this on two separate devices, either via wifi either by using the USB connection.  I'm running this on a new thinkpad with tons of ram and an ssd, Os is Windows 8.11 and I installed the 64-bit version of momentics...  I also tried to use the SDK 10.2 and 10.3 with the same results...

    Very strange, I copied the project in another directory and then it re-imported in the workspace and then debug started working again.

    Must have been a thing of directory permissions.  in any case, I just wanted to post the resolution of other interests of peoples...

  • Debugger does not stop at breakpoints for some applications

    The debugger does not stop at breakpoints for most of my applications.

    I also created two new projects using the templates provided to Hello World, for a project, that it stops on my breakpoinbeing the first line to the breast

    ApplicationUI::ApplicationUI () :

    QObject()

    Sometimes, for the second project he doesn't stop... very frustrating.

    I tried this on two separate devices, either via wifi either by using the USB connection.  I'm running this on a new thinkpad with tons of ram and an ssd, Os is Windows 8.11 and I installed the 64-bit version of momentics...  I also tried to use the SDK 10.2 and 10.3 with the same results...

    Very strange, I copied the project in another directory and then it re-imported in the workspace and then debug started working again.

    Must have been a thing of directory permissions.  in any case, I just wanted to post the resolution of other interests of peoples...

  • Debug the device - missing .debug files - debugger does not slaughter

    Hello world

    I'm trying to debug on my bold 9700.

    If I attach the debugger to the jde to my device through debugging--> join to---> Pocket I can see debug messages in the output window of the jde. But the debugger does not stop at breakpoints also I get error messages while the debugger is endearing to the device. Missing files 'net.rim.cldc' etc.

    Searching the Internet has proved I have the specify a location where the debugger can find the ".debug" missing files.

    I hope someone can tell me where to download these files f *. I'm tired of searching...

    Thanks in advance

    Harry

    Hello. Debug files are provided with BlackBerry simulators, so you can install a BlackBerry Simulator that corresponds to your version of BlackBerry device software.

    BlackBerry simulators can be downloaded here: https://www.blackberry.com/Downloads/entry.do?code=060AD92489947D410D897474079C1477

    Best regards, Dmitry.

  • Debugger does not move to the breakpoints on the device and Simulator

    Hi all

    my Blackberry 9800 recently got updated to v6.0.0.534.

    I use BlackBerry java plugin in Eclipse.

    The details are the following:

    BLackberry Java Plugin version 1.3.0.201102031007 - 19

    BlackBerry Java SDK's 6.0.0.30

    And the JDE is 6.0.0

    First of all, there are some files missing debugging, I have that and earlier was able to debug properly.

    Now he comes into debug mode, but does not touch the breakpoints.

    Hi all

    I've had this work now, I cleaned up the Simulator and then deleted these files:

    . COD

    .jar

    . Debug

    .jad

    . CAP

    .

  • ICB does not break breaking set with the code when executing the test test sequence point

    I just started using the testbed and I use it with CVI. I am running version 4.2.1 of testbed.   I'm currently trying to set up my "*.c files" of project folder appropriate to compile and run under the simple testexe of test bench and also tried the normal sequence editor. Currently, I moved all the *.c files &.h taken in charge in the same directory where the testexec.c... .not sure if it's the best place to put it?... It seems to work OK. However, I saw a few problems once the program is running. Is to show signs cited in my CVI functions but it shows as not fatal execution error: "position of unknown source, library function error, Panel, bar menu, control or a table handle is invalid" before and after pop up window panels. I tried breakpoint to the line of code in a CVI file to the project title for additional information about the error, but it seems that the breaking point is not being invoked as it does NOT run in debug in CVI mode and rather an executable. Across the service installed on the project file are *.c and not *.obj. I appreciate anyones help and give me advice. Thanks in advance

    DLL is the only way to interact with code C/C++ in TestStand, Yes.

  • The debugger does not enter orders

    Hello
    I have a stored procedure. Here's part of it:

    IF (v_BANKID = ") THEN
    BEGIN
    OPEN cv_1 for SELECT SYSDATE FROM DUAL;
    END;

    In the debug mode when I walk through the debugger commands does not open cv_1... the part as if the v_BANKID parameter is empty, where in fact it is not. What is the reason for this? I use SQL Developer.

    P.S. The Select statement's nickname. The real is larger. But it does not matter which statement is here.

    Published by: Mikhail on February 6, 2012 12:53 AM

    Published by: Mikhail on 6 February 2012 21:57

    >

    IF (v_BANKID ") THEN

    What does that mean?
    What type of data is v_BANK_ID?

    If you want to say

    v_bankid = ''
    

    then it is equivalent to

    v_bank_id = null
    

    which is never true.

    You must use

    v_bankid is null
    

    Published by: Jim Smith on February 6, 2012 11:59

  • Debugger does not get in the orders

    Hello
    I have a stored procedure. Here's part of it:

    IF (v_BANKID <>") THEN
    BEGIN
    OPEN cv_1 for SELECT SYSDATE FROM DUAL;
    END;

    In the debug mode when I walk through the debugger commands does not open cv_1... the part as if the v_BANKID parameter is empty, where in fact it is not. What the reason for this? I use SQL Developer.

    P.S. The Select statement's nickname. The real is larger. But it does not matter which statement is here.

    Published by: Mikhail on February 6, 2012 12:29

    Sounds like a good question for the SQL Developer forum

  • Flash Player update - now Flex debugger does not

    When I went on the kuler site - asked me to update the Flash Player plug in. Seemed harmless request. However, now the debugger for Flex IDE does not work. Kuler is a good tool, but it will work without affecting other facilities.

    Thank you!

    The debug window has been removed. Thank you for your patience. If you still - refresh your cache and everything should be good.

    Tim Strickland
    Chief developer kuler

  • Why my paragraph does not break before and after an index?

    HR 9.0.2.271, Word 2010, Windows 7, 64-bit PC

    It is an intermittent problem that occur in the Word output. The WebHelp is fine. The next image you can see the hints worked in the first part of the paragraph, but then divided.

    Subscripts.png

    Here's the html code:

    < p > where < span class = "EQN_Char" > q </span > < sub > < span class = "EquationText" > soon </span > < / sub >

    is the rate of heat transfer (that you provide), < span class = "EQN_Char" > </span > < sub > k < span

    Class = "EQN_Char" > c < / span > < / sub > is the laminar thermal conductivity

    primary fluid in the cell, < span class = "EQN_Char" > c ρ < SUP > < / sub > < / span >

    is the density of the primary fluid in the cell, < span class = "EQN_Char" > C < SUP > Pc < / sub > < / span >

    is the specific heat of the primary fluid in the cell, < span

    Class = "EQN_Emphasis" > c V < SUP > < / sub > < / span > is the volume of the cell.

    "< img src ="HX_EQ2a.jpg"alt =" "style =" "border: none;" border = "0" / > is the "

    greatness of the speed in the cell, < span class = "EQN_Emphasis" > T </span > < sub > < span

    Class = "EquationText" > Ref </span > < / sub > is the reference temperature

    for the heat exchanger, and < span class = "EQN_Emphasis" > T </span > < sub > < span

    Class = "EquationText" > c < / span > < / sub > is the temperature in the cell.

    The summation in the denominator of equation 1 is performed on all

    the cells of the heat exchanger. Thus, can be considered as the sum of

    the weight of all cells always add up to 1, so that the distribution

    plan ensures that the sum of the heat transferred to the cells of

    Peter is not available at the moment, but perhaps Rick can do.

    I have just run your HTML through the release of Word with RoboHelp 11/Word 2013 and it worked perfectly here. Now, it does not help, but maybe you can try the following: instead of add tags in the tags , apply the class growth directly to the element. (Do not forget to update your CSS so.) Maybe this will allow RoboHelp correctly create the output.

    | f that does not help, check the Word document. What style is assigned to the separate elements in Word documents? Maybe we can find something in there.

    Kind regards

    Willam

  • Debugger does not work with version 2012SP1b of Diadem 64 bit Win7

    I downloaded the latest version of the MS Script Debugger. (http://www.microsoft.com/en-us/download/details.aspx?id=22185)

    When I try to boot in the tiara, a message: "the software is not able to work with recent version of Microsoft-Debugger 1,0,0,7234. Script is started in normal mode. »

    DIAdem Version: 12.0.1f5436 SP 1 b

    Is there a solution for this problem?

    Hello

    Yes, it's the button also associated with F5.

    Edit: I uninstalled and installed again and now it seems to work. I've done it before. Well, that's how things are sometimes...

    Thanks for your time!

  • Breakpoint recording text does not in each breakpoint of formatting

    I upgraded to 15.2 and now my text of formats is not be saved with each breakpoint. For example, if I change the font size in the breakpoint 600 then return 960 breakpoint, the style is the same in all breakpoints now. So a 18pt gets transported through all breakpoints. With 15.1, breakpoints saved the text formatting at each breakpoint. Has something changed here? What I don't get?

    Switch the tool with the 4 "T" icon.

  • SQL Developer debugger does not start

    I found a strange behaviour, while debugging PL/SQL stored procedures using SQL Developer version 4.1.0.19 on Ubunto 12.04 LTS. The debugger works fine for all the bases of my company, except one. When I start a debugging session in this database, the debbuger let go forever and never debug dialog box open. When I use another IDE, for example, PL/SQL Developer of AllroundAutomations on Windows 7, the debugger works very well. I used the same user database with all necessary Preobrajensky. First I thought it was a bad configuration of the database, but as I could start with another IDE debugging sessions, I think that this is not the case. So, I would like to know if someone could help me understand what is happening.

    Captura de tela de 2015-05-12 17:09:15.png

    We opened a request for support at Oracle and they offer us to turn on an earlier version of the debugger to work around the problem:

    Add at the end of the file line-by-line ide.properties:

    DatabaseDebuggerDisableJDWP=true


    The ide.properties file can be found here (on Windows XP):

    C:\Documents and Settings\\Application Data\SQL Developer\system${VERSION} \o.sqldeveloper${SYSTEM_VERSION}


    or here (on Windows 7):

    C:\Users\\AppData\Roaming\SQL Developer\system${VERSION} \o.sqldeveloper.${SYSTEM_VERSION}

    for Linux users:

    $HOME/.sqldeveloper/system${VERSION}/o.sqldeveloper.${SYSTEM_VERSION}/ide.properties

    It works!

  • Debugger does not start

    Hello

    I use Oracle SQL Developer 4.1.0.19, I am facing in comical situations, I have recently started using the debugger with SQL Developer and when debugging a debugger function to give me information correct, but after some time, it seems it started and immediately stop and show me the following lines:

    Connection to the database Test KIC on the IMC server.

    PL/SQL execution: ALTER SESSION SET PLSQL_DEBUG = TRUE

    Running PL/SQL: CALL the DBMS_DEBUG_JDWP. CONNECT_TCP ('192.168.1.39', '50941')

    Debugger agreed database on 50941 port connection.

    Running PL/SQL: CALL the DBMS_DEBUG_JDWP. DISCONNECT()

    Process is complete.

    Disconnection of the KIC Test database on server of BMI.

    Debugger disconnected from the database.

    Any help will be appreciated.

    Kind regards

    I just find that before running the debugger I have to click on the compilation for the debug option.

  • Debugger does not found/not work not after reinstallation

    Hello

    I have a problem here. I received an update of flash player some time ago, and my flash drive has been updated to version 10 for awhile. I went back to work on Flex and turns out that my debugger no longer works. I tried reinstalling several times, that tells me that they are all successful every time, but every time the "debugger" has to "never returned" correctly.

    This is the error:

    C:\WINDOWS\system32\Macromed\Flash\Flash10d.ocx

    Flex Builder cannot locate the required Flash player debug version. You should perhaps install the debug version of Flash Player 9 or reinstall Flex Builder.

    You want to try to debug using the current version?

    I don't have a Flash Player 10 now, I only have what is installed from Flex. So I no longer get message of additional Plugins required when I see a swf file.

    How can I get my debugger back in condition?

    Thanks for your help.

    Alice

    Hello

    Try to download the Flash Player 10 and Flash Player 10 of debugger in this URL: http://www.adobe.com/support/flashplayer/downloads.html#fp10

    Concerning

Maybe you are looking for

  • Since the last 2 updates my yahoo mail will not AutoFill contacts when writing emails

    This arrangement has worked well up until the last 2 updates and works fine on Safari browser. Addresses e-mail of the AutoFill is a very important feature for my business. Can someone help me please! Thank you!

  • HP Solution Center does not see scanner (HP Photosmart C8180 All in one)

    Solutions of HP on my L:aptop will not see the scanner HP Photosmart C8180 printer. I can print from the laptop and my desktop computer sees the thin printer using HP solutions (same printer same router/network). It is a problem that has occurred bef

  • DV7 - 4263cl will not start

    The diagnostic light coming from the Cap lock key blinks once and repeatedly.  HP support suggests that it is a CPU has failed.  Can someone validate that and also let me know if the CPU can be replaced? Thank you!

  • Looking for a recovery CD for Compaq Presario V3136TU? Technical error: NTLDR is missing

    I formatted my Compaq Presario V3136TU 2 days ago and has discovered just when I run the 2nd recovery CD, there is an error message that some files cannot be read. After completion, my laptop won't boot any more completely. NTLDR is missingPress Ctrl

  • Cannot install LR6

    I recently decided to drop my CC for LR and PS membership, I bought a self-sustaining disc and the license for LR6.I installed it properly leaving my CC LR existing in place. When the installation is complete, I tested and even edited a few files. No