Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 978769
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T04:06:38+00:00 2026-05-16T04:06:38+00:00

Everytime I execute my app in debug mode, the execution breaks inside some class

  • 0

Everytime I execute my app in debug mode, the execution breaks inside some class file of an external library that I’m using. Even though it’s a NullPointerException, for some reason I can hit resume and continue the execution. In case you’re curious, I’ve put the stacktrace below.

My problem though is that I simply want to stop that. It’s extremely annoying and happens every now and then during the execution. But I can’t find any setting anywhere which will prevent breaking inside class files. How do I avoid this?

Thread [main] (Suspended (exception NullPointerException))  
    Transformer.isRuntimeCode(ProtectionDomain) line: 154   
    Transformer.transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) line: 81 
    TransformerManager.transform(ClassLoader, String, Class, ProtectionDomain, byte[]) line: 169    
    InstrumentationImpl.transform(ClassLoader, String, Class, ProtectionDomain, byte[], boolean) line: 365  
    Proxy.defineClass0(ClassLoader, String, byte[], int, int) line: not available [native method]   
    Proxy.getProxyClass(ClassLoader, Class<?>...) line: 504 
    ClearCast$CasterImpl<S,T>.constructProxy() line: 349    
    ClearCast$CasterImpl<S,T>.<init>(Class<S>, Class<T>, Options) line: 313 
    ClearCast.compileCaster(Class<S>, Class<T>, Options) line: 219  
    ClearCast.cast(S, Class<T>, Options) line: 231  
    ClearCast.cast(S, Class<T>) line: 241   
    Runtime.<clinit>() line: 32 
    ObjectFactory.newInstance(String, ClassLoader, boolean) line: not available 
    ObjectFactory.findJarServiceProvider(String) line: not available    
    ObjectFactory.createObject(String, String, String) line: not available  
    ObjectFactory.createObject(String, String) line: not available  
    SAXParser.<init>(SymbolTable, XMLGrammarPool) line: not available   
    SAXParser.<init>() line: not available  
    SAXParserImpl.<init>(SAXParserFactory, Hashtable) line: not available   
    SAXParserFactoryImpl.newSAXParser() line: not available 
    XmlParser.setValidating(boolean) line: 93   
    XmlParser.<init>(boolean) line: 83  
    TagLibConfiguration.configureWebApp() line: 210 
    DevAppEngineWebAppContext(WebAppContext).startContext() line: 1247  
    DevAppEngineWebAppContext(ContextHandler).doStart() line: 517   
    DevAppEngineWebAppContext(WebAppContext).doStart() line: 467    
    DevAppEngineWebAppContext(AbstractLifeCycle).start() line: 50   
    JettyContainerService$ApiProxyHandler(HandlerWrapper).doStart() line: 130   
    JettyContainerService$ApiProxyHandler(AbstractLifeCycle).start() line: 50   
    Server(HandlerWrapper).doStart() line: 130  
    Server.doStart() line: 224  
    Server(AbstractLifeCycle).start() line: 50  
    JettyContainerService.startContainer() line: 185    
    JettyContainerService(AbstractContainerService).startup() line: 147 
    DevAppServerImpl.start() line: 219  
    DevAppServerMain$StartAction.apply() line: 164  
    Parser$ParseResult.applyArgs() line: 48 
    DevAppServerMain.<init>(String[]) line: 113 
    DevAppServerMain.main(String[]) line: 89    
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T04:06:39+00:00Added an answer on May 16, 2026 at 4:06 am

    If you’ve added an explicit breakpoint on NullPointerException or a superclass, then it looks as if you can:

    1. Show the Breakpoints view.
    2. Right-click on the breakpoint.
    3. Choose context-menu-item “Breakpoint Properties.”
    4. Click on the “Filtering” item in the list on the left.
    5. In the “Restrict to Selected Location(s)” field, add an exclusion.

    Also, there’s a global setting for stopping on uncaught exceptions in Preferences under Java>Debug.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 499k
  • Answers 499k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Transactions in MySQL are always per-connection, there's no other way… May 16, 2026 at 12:41 pm
  • Editorial Team
    Editorial Team added an answer The code to request a page of high scores is… May 16, 2026 at 12:41 pm
  • Editorial Team
    Editorial Team added an answer You may want to check out my blog posts on… May 16, 2026 at 12:41 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I am using FileOutputStream for writing some data to a file. Every time I
Using VS2008sp1, I'm publishing Web app to a separate IIS7.5 server. It's been ok
I'm using Visual Studio 2010 to write a simple C#/.NET GUI app, wherein I
I have a winform app that calls a web service to check for updates.
Everytime I do git status there is this folder that appears as untracked. $
I am using the code below to save and restore the window position and
The thing I have a web app (asp.net) which needs to have a feed.
I am trying to execute a function every time a field changes. Just to
When coding python, I use the logging module a lot. After some bad experiences
I have the following code that should, when run, update a table of victims

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.