0
votes
4answers
70 views

scala: exception handling in anonymous function

If I pass an anonymous function as an argument, like e.g. in this code sample: val someMap = someData.map(line => (line.split("\\|")(0), // key ...
0
votes
2answers
25 views

no error messages with nohup and python?

I run a python script on a linux server with nohup like that: nohup python3 ./myscript.py > ./mylog.log & It works and the script writes the log file but the problem is that python error ...
-1
votes
0answers
39 views

Catching exceptions outside of method

i have the following script: using System; using Microsoft.Xna.Framework.Input; public class DebugEvent { public static void Check() { if ...
1
vote
0answers
27 views

Catch the problematic line in JSF-page-debugging?

I get an exception of SEVERE: Error Rendering View[/consult_carto.xhtml] java.lang.IllegalArgumentException Now I can't solve it yet, so I thought I might debug the JSF page and I went on to find ...
0
votes
1answer
62 views

NullPointerException in java exercise assignment

He I am a beginner in java and I am working on a exercise where I need to draw a car. The code in my book does not work and I don't know why. I am not a total noob to java I know classes, objects, ...
1
vote
2answers
21 views

Visual Studio not breaking on user-unhandled exceptions

When running my app in Visual Studio, it's ending on unhandled exceptions rather than showing a message box with the exception info and continuing on as I'm accustomed to. What options do I need to ...
0
votes
2answers
65 views

Code will not run past exception VS2012

I have a try catch statement and when the code goes to throw the exception, it will not run past this point. I press F5/F10 and the code keeps running the same line of code. Is this to do with a ...
1
vote
0answers
18 views

Break on error, but not on these specific lines?

I hope i am not alone in noticing that various versions of jQuery tend to have strange non-showstopper errors that get thrown but which are caught, and yet this tends to set off the debugger on Chrome ...
0
votes
1answer
38 views

How to find where the java ClassCastException is happening

Just wondering if anyone can see why i am getting the exception "java.lang.ClassCastException" from the code below. RISService, RisPortType are lib that i got from a WSDL file and then use wsimport ...
0
votes
1answer
64 views

How to use Intellij Idea's exception breakpoints

This seems a dumb question, but I can't figure out how to debug exceptions in Intellij Idea. Googling does not help either. I try to create exception breakpoints. When IDEA breaks, I expect it to ...
0
votes
0answers
40 views

DOM Exception with JQuery Disables Debugging

I created the world's simplest HTML file: <html> <head> <script type="text/javascript" src="jquery-2.0.0.min.js"/> <script type="text/javascript"> function boing() { ...
2
votes
1answer
45 views

How to get uWSGI Python exception message pretty printing?

Would like to know if there is a simple, easy way to have uWSGI pretty print exception messages (for Python specifically, not sure if the settings are particular to Python or not). Thanks very much!
14
votes
2answers
252 views

How do I get the value and type of the current exception in C++ using gdb?

gdb allows one to catch exceptions when they're thrown, and when they're caught. But sometimes the line an exception is thrown has no symbols, or a breakpoint is triggered during exception handling. ...
0
votes
1answer
41 views

Android App debugs via Eclipse with no error but Crashes from Play Store

I'm having a real issue. I'm getting a crash every time I try and download my app through the play store, yet deploying via Eclipse it works perfectly fine. I keep getting this error: ...
0
votes
1answer
75 views

JNI: Catching Init-Time Exceptions

Okay, I'm all out of ideas on this one. Does anyone have any idea how I can hook into Java's exception pipeline in order to catch (and log to a text file) all exceptions that are occurring? The ...
0
votes
1answer
62 views

SlimDX Debugging help - first chance exception 'slimdx.direct3d11.direct3d11 exception'

C# I'm getting this error from SlimDX: first chance exception 'slimdx.direct3d11.direct3d11 exception' but I can't seem to figure out why/where/when. I've turned on every kind of debugging possible, ...
0
votes
1answer
27 views

Debugging an installed .NET application

Dealing with an error which only seems to occur with an installed .NET 4.0 application on only about half of the machines the application has been installed on. Is there any way to debug the ...
3
votes
2answers
115 views

Crash dump with unknown origin

I have my application crashing with following CallStack on the error (from WinDbg): ntdll!ZwWaitForMultipleObjects+0xa KERNELBASE!WaitForMultipleObjectsEx+0xe8 ...
0
votes
2answers
39 views

Debugging Java with Eclipse: process is suspended, but it doesn't throw any exception

Debugging one my applications in Java, there came a moment when the process and its threads became suspended, the logging (directed to file, no console) was interrupted, but the program didn't throw ...
4
votes
1answer
218 views

How can I get the stack trace for a JavaScript exception in IE 8?

When a JavaScript exception is thrown in IE 8, how can I see its stack trace? For example, the following code from jQuery catches an exception and rethrows it. Debugging in Visual Studio (2012), ...
9
votes
1answer
154 views

Is there a keystroke in Visual Studio to toggle break on all CLR exceptions, first chance?

To toggle break on all exceptions right now, I have to: Debug->Exceptions Click in the Thrown column next to "Common Language Runtime Eceptions" OK Normally I want to stop on all exceptions, but ...
0
votes
3answers
97 views

How can you figure out where an exception was thrown?

Suppose you have a code like that: Random rnd=new Random(); try { if(rnd.nextInt(1000)==0) { throw new Exception(); } // repeat above code N times, N being big. }catch(Exception e) { ...
1
vote
0answers
61 views

First-chance exception in CUDA?

My codes get 2 or 3 first-chance exceptions from MS debugger when I compile and execute the code in debug mode in Visual Studio (2010), however, the CUDA debugger found no errors from the code. So ...
0
votes
3answers
415 views

index out of bounds exception java

So the error message is this: Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(Unknown Source) at ...
0
votes
1answer
77 views

Raise an error in Python, exclude the last level in stack trace [duplicate]

So, I am developing this class that has an indexer. I'd like to throw (or "raise", in Python lingo) an IndexError exception. Well, that's pretty trivial, if errorCondition: raise ...
0
votes
1answer
50 views

Catching debugging error message in one single place

I am working on a big application that has a lot of levels of hierarchy, and I am getting to a point where I am going nuts about calling logging messages and forgetting about them. From time to time ...
2
votes
1answer
166 views

Quick way to toggle 'break on all exceptions' in VS2012?

I regularly find it very useful when debugging to switch on the Common Language Runtime Exceptions: Thrown option in Visual Studio's Debug > Exceptions screen. I'd like a quick way of doing this, ...
1
vote
1answer
37 views

Can I prevent Xcode displaying main.m when it hits an exception?

XCode jumps from the Project Navigator in to the Debug Navigator and nearly always switches to main.m. Then you have to navigate back to Project view and select the source you were working on. I ...
0
votes
2answers
119 views

Exception doesn't be thrown to parent function

I use VS2012 for my project, I am handling the Socket exception when server cannot send message to target machine but It occurs that when It cannot send msg (I already put it in trycatch) Debugger ...
2
votes
2answers
66 views

How to jump back to the line of code that threw exception in Visual Studio 2010 debugger?

Using the Visual Studio 2010 debugger, I am familiar with using the Call Stack window to see where the currently executing function was invoked from. I'm working with some applications that have ...
2
votes
1answer
60 views

In Ruby, why aren't variable names in the stack trace?

In a rails app with associations (Such as Post belongs_to user), a common exception is this: NoMethodError: undefined method `user' for nil:NilClass Ubiquitously, this causes beginners to believe ...
0
votes
0answers
45 views

How to make Visual Studio 2010 stop just once for each unhandled exceptions in debugging mode?

I have checked both "Stop on thrown exceptions" and "Stop on user-unhandled exceptions" checkboxes. When an unhandled exceptions is thrown, Visual Studio stops and shows the exception message. This ...
3
votes
2answers
238 views

Find object throwing std::out_of_range

A program of mine throws a std::out_of_range. I know the reason for that, I'm accessing a vector with index -1 somewhere. What I don't know is the name of the vector (variable name) and location in ...
0
votes
1answer
86 views

Trouble with Floating Point Exception [closed]

I've tried a debugger and Catch and throw, though I confess I'm not comfortable with either. But I'm not able to find the cause of Floating Point Exception in my program. The weird thing is it runs ...
0
votes
2answers
75 views

How to inspect “current” exception in Eclipse debugger?

Sometimes Eclipse debugger stops at an exception having current instruction pointer at the end of the method. Debug view says at the moment "thread... (Suspended (exception ...))" Why it doesn't stop ...
1
vote
2answers
582 views

How to view exception details in Visual Studio Express?

How do you view exception details such as messages and stack traces in VS Express 2012? I am using Visual Studio Express 2012 for Windows Phone, and whenever an exception is thrown while debugging, ...
1
vote
1answer
315 views

Untraceable Exceptions in Windows.Forms Application.Run()

I have an old Windows.Forms Application that I am trying to debug. Sometimes after running a few minutes it will produce an ArithmeticException or an OverflowException. The source must be somewhere ...
0
votes
1answer
166 views

How do I build for debug in Visual Studio 2010 Express for C#

I recently started learning C# and found quickly that one exception was not being thrown when I ran my project. The tutorial I was watching mentioned that exceptions work differently in the Release ...
1
vote
1answer
130 views

System.ExecutionEngineException only when debugging

I am a C++ developer so I do not have much experience with C#, however, I have to fix this problem anyway. There is a C# GUI which is using some C++ DLLs. When calling one of the methods from one of ...
5
votes
3answers
140 views

Is it possible to ignore certain exceptions on certain lines in Visual Studio?

I work on a quite large legacy codebase. Because it's not always been maintained the best, sometimes exceptions are used from control flow, or for varying other reasons. And there are times where it ...
0
votes
2answers
53 views

js exception position

For the JavaScript code like this: try { MyJob.process(); } catch(e) { console.log("Exception occur!"); } I run the code in Chrome or FireFox, When the exception happens, the line number of ...
0
votes
1answer
102 views

Is there a way to catch unittest exceptions with PyCharm?

The python unittest runner handles all exceptions. I would like to catch them with my debugger. Is there a way to make my unittest runner re-raise tests exceptions to terminate the process? I want to ...
0
votes
2answers
61 views

Exception while going from a byte buffer to a String

I've got this function: public static String read(Context context) { FileInputStream fis; try { fis = context.openFileInput(INFO_FILE_NAME); int bufferSize = 2 * 1024 * 1024; ...
2
votes
2answers
53 views

Can a .net web application pass uncaught exception messages to browser in plain text?

I'm debugging. on an ASP.net MVC 4 web application. There are a number of JsonResult Controller Actions in the application. In the event of an error, the system returns the text of the error and the ...
0
votes
0answers
27 views

Dev channel Chrome with attached debugger throws strange exception

I'm starting the up-to-date dev channel Chrome with an attached debugger (VS12) and right when it starts up I'm getting these outputs: First-chance exception at 0x749E28F4 in chrome.exe: Microsoft ...
0
votes
2answers
68 views

Cocos2d: nasty exception with batched sprites

I can't quiet figure how to debug this. I have a CCScene running and when the scene is replaced I get the following error message. The scene has a sprite batch node where the CCSpriteSubclass is ...
1
vote
2answers
86 views

Does cuda-gdb automatically pick the correct focus for a CUDA_EXCEPTION_5 Warp out-of-range address error?

I have a kernel that's failing with CUDA_EXCEPTION_5, Warp Out-of-range Address. cuda-gdb automatically places the focus on a specific block. Is that the block where the error is occuring or when ...
0
votes
0answers
66 views

Can not get xdebugger to work seamlessly

The last days have been quite frustrating, when setting up my programming environment. I have run into various problems. Yesterday I thought I made the break through, at last. Only a couple hours ...
3
votes
1answer
200 views

Where can I see the what() message from an unhandled std::exception in Visual Studio 2012?

Is there a way to see the explanatory string from an unhandled exception? I'm using Visual Studio 2012 Express and can't seem to find a way to see it. When I run the following code: #include ...
0
votes
2answers
365 views

Updating tableadapter throws error Input string was not in a correct format

When I call TA.Update(row) I receive the following error, but I have no idea how to debug it. Is there a way to determine which exact field is causing the issue? Server Error in '/' Application. ...

1 2 3 4 5 6