`

Unable to install breakpoint due to missing line numbers

 
阅读更多

Unable to install breakpoint due to missing line numbers

I ran into a problem where I couldn't debug my jboss webapp in eclipse.  I received the error:
Unable to install breakpoint due to missing line number attributes.  Modify compiler options to generate line number attributes.
I verified in my java compiler preferences that eclipse was configured to add line number attributes to my generated class files so I was stumped as to why Eclipse would not recognize it.  It then occurred to me that Eclipse doesn't compile the code, Maven does.  I then found the place in my pom.xml file where I needed to set the debug attribute of the compiler to true:
<build>
    <finalname>${project.artifactId}</finalname>
    <plugins>
        <plugin>
            <artifactid>maven-compiler-plugin</artifactid>
            <version>2.3.1</version>
            <configuration>
                <source></source>1.6
                <target>1.6</target>
                <debug>true</debug>
            </configuration>
        </plugin> </plugins>

 After saving this change and updating my project configuration I redeployed my project and was debugging successfully.

 

 对我的项目不起作用,要重新找原因

分享到:
评论

相关推荐

    breakpoint:Breakpoint 是一个基于列的媒体查询生成器和响应式图像框架

    断点 Breakpoint 是一个网格系统和响应式图像解决方案。 它基于这样一个概念,即列不应拉伸,而应随着屏幕大小的变化而添加或删除。... bower install breakpoint 然后在你的 Sass 中从你的 Bower 组件目录中

    apktool documentation

    Remove framework file $HOME/apktool/framework/1.apk due to internal API update (Android Marshmallow) v1.5.x -&gt; v2.0.0 Java 1.7 is required Update apktool to v2.0.0 aapt is now included inside ...

    如何在ARM Linux内核中使用硬件断点1

    使用`data_breakpoint.ko`模块时,可以通过传递符号参数来设置硬件断点,例如`insmod data_breakpoint.ko ksym=totalram_pages`。这里,`totalram_pages`是一个示例,它代表的是系统总内存页面的数量,可以在`/proc/...

    [C++ Code]Hardware breakpoint hook

    ### C++ Code for Hardware Breakpoint Hook 在深入探讨这一主题之前,我们首先简要了解下硬件断点(Hardware Breakpoint)的基本概念。硬件断点是一种利用处理器提供的特殊功能来设置断点的技术,与传统的软件断点...

    linklisttest-breakpoint.cpp

    linklisttest-breakpoint.cpp

    Bochs - The cross platform IA-32 (x86) emulator

    devices (currently only used to set the speed reported by device and to specify an alternative redolog file of USB MSD disk image modes) - hard drive - new disk image mode 'vvfat' - ported the ...

    CE中文版-启点CE过NP中文.exe

    There is apparently some malware going around that blocks execution of Cheat Engine (Saying file missing, check filename, etc...) If you have been a victim of this then try this windows repair tool to...

    acad 2020 06 21_lisp_BREAKPOINT_

    标题"acad 2020 06 21_lisp_BREAKPOINT_"涉及到的是在AutoCAD 2020中使用LISP时遇到的一个关键调试工具——断点(BREAKPOINT)。描述"BREAK POINT APPLIY TO AUTO CAD LISP"进一步明确了这个话题,是关于如何在Auto...

    OD common breakpoint collection

    "OD common breakpoint collection"显然指的是在使用OD进行调试时,常用的断点集合,这些断点可能对应着特定的API调用、内存访问或者系统事件。下面将详细阐述OD断点的原理、设置方法以及一些常见的应用场景。 **1....

    vue-breakpoint-component-用于组成CSS断点状态的无渲染组件。-Vue.js开发

    安装$ npm install --save vue-breakpoint-component用法要在模板中使用该组件,只需导入并注册该组件:Sc安装$ npm install --save vue-breakpoint-component用法在模板中使用该组件,只需导入您的组件并进行注册:...

    OC-串行-BreakPoint-tableview

    在iOS开发中,"OC-串行-BreakPoint-tableview"这一主题主要涉及到Objective-C编程语言、串行队列(Serial Queues)以及UITableView的使用。这些知识点是iOS应用开发中的核心部分,尤其是在构建用户界面时。下面我们...

    breakpoint.rar

    "Breakpoint"在编程术语中具有特殊含义,它通常指的是在调试过程中设置的一个特定位置,让程序在此处暂停执行,以便开发者可以检查程序的状态,如变量值、内存分配或调用堆栈等。"breakpoint.rar"可能是一个包含与...

    Breakpoint-Android:在任何Android应用程序源代码中使用BreakPoint-Android application source code

    在任何Android应用程序源代码中使用BreakPoint 升 用法 :: python breakpoint.py完成所有处理后,在dist文件夹中创建了调试apk,在手机中安装了调试apk 创建一个文件夹(最终输出)。 将最终输出文件夹移到另...

    BreakPoint

    断点 为使办公室生活更轻松,更愉快而编写的应用程序。允许同一公司的用户组织活动,参与活动,为参与活动赢得徽章并根据其活动获得一定的排名。它还包括一个跟踪器,可让您轻松地在整个办公室中找到您要寻找的特定...

    JavaScript Breakpoint Collection-crx插件

    JavaScript Breakpoint Collection是一款针对开发人员设计的Chrome浏览器插件,主要功能是帮助开发者在JavaScript运行过程中设置断点,以便更精确地调试代码。这款插件特别适用于那些需要深入理解页面行为,追踪特定...

    Breakpoint Tester-crx插件

    Breakpoint Tester使用Bootstrap 3随附的默认媒体查询作为其断点预设的基准,这些预设是:480px(移动)768px(平板电脑)992px(笔记本电脑)1200px(桌面)Breakpoint Tester是开源的,并根据MIT许可证获得许可。...

    MoreThread_BreakPoint.zip

    "MoreThread_BreakPoint.zip"中的项目显然是一个实现这一功能的示例,它包含了进度条的显示,以实时反馈下载状态。 断点下载的核心思想是,当下载中断时(比如网络连接断开或者用户暂停),系统能够记录下当前已...

    Springer.The.Developer’s.Guide.to.Debugging.2008.pdf

    8.2.4 Use strace to Trace Calls to the OS . . . . . 104 8.3 Compilers and Debuggers have Bugs too . . . . . . . . 106 8.3.1 Compiler Bugs . . . . . . . . . 106 8.3.2 Debugger and Compiler ...

    Swift-串行-BreakPoint-tableview

    本主题“Swift-串行-BreakPoint-tableview”主要聚焦于如何使用Swift进行UITableView的实现,以及如何利用断点(Breakpoint)进行调试。在iOS应用开发中,断点是一个强大的工具,帮助开发者在运行时检查代码执行状态...

Global site tag (gtag.js) - Google Analytics