0
votes
0answers
19 views

Debugging, Stepping through AspectJ woven classes methods

I'm using Spring(3.2.2) + AspectJ (1.7.2) Load Time Weaving. Developing using Netbeans 7.3. I've noticed that I cannot "step over" while debugging methods in classes that were woven by AspectJ, for ...
0
votes
1answer
11 views

PyDev program output in debug console

Please bear with me if this is very basic, as I'm quite new to PyDev. Is there some way to redirect the program output to a PyDev debug console? I'm referring to something like in Matlab. As of now, I ...
0
votes
0answers
17 views

Eclipse cannot be resolved to a variable - debug ANT build

having a little trouble getting my ANT build to allow debugging and I can't see why as this is something I've never had before! Basically I have set my build.xml as below <javac srcdir="@{src}" ...
0
votes
2answers
40 views

Can't apply debug on java file in eclipse

On applying breakpoints to a java file in debug mode, the breakpoints are not stopping the control flow of that file. However, the breakpoints are stopping the control flow on another file in the ...
0
votes
0answers
31 views

Define a utility method in Eclipse java debugger

Is it possible, somewhere in the Eclipse Java debugger environment, to define a utility method for use in Expressions and conditional breakpoints and wherever? For example: String x(int n) { return ...
-3
votes
1answer
46 views

apk is not build in my project

I need help. When I compile my Android Project and go to debug, i see that the application doesn't have the new code lines. Then it's not building right. If I clean the project, the folder bin is not ...
1
vote
1answer
33 views

Read a file's content from the expression of a conditional JAVA breakpoint in Eclipse without creating variables

How do you read the content of a file from the expression of a conditional JAVA breakpoint in Eclipse? My breakpoint's condition is true when the value of my string variable contains 'earnings': ...
0
votes
3answers
44 views

Having trouble with adding an ArrayList to an ArrayList of ArrayLists

public class Tabel { private static int dimension; private ArrayList<ArrayList<Character>> tabel; public Tabel(int dimension) { Tabel.dimension = dimension; ...
0
votes
0answers
25 views

Eclipse debug can't find fields

I'm using the Eclipse debugger and can't inspect/watch field values or results of field.method() calls. I've encountered the problem in both Juno and now in Indigo. At first I could resolve the ...
0
votes
1answer
40 views

no MainActivity in the debug window in eclipse where I have the breakpoints

I am trying to debug with eclipse but there is no "MainActivity" in the "debug" window , in order to select and check the variables where I have breakpoints. I am debugging with the device attached. ...
1
vote
1answer
27 views

Print logs on Android source code using Eclipse breakpoints?

In a debug effort to understand what the system is doing I would like to use the java debugger conditional breakpoints mechanism to print log messages on specific lines in Android's source code. How ...
0
votes
2answers
26 views

Debug GWT app locally/remotely while running on Tomcat

All of the tutorials/links/articles I have found for debugging GWT involve: Using the Google-Eclipse plugin; and Running GWT in Development Mode from inside Eclipse (with Eclipse as the web ...
1
vote
0answers
29 views

Java Application Debugging Using Eclipse Scrapbook

I have a Java application with several (10) packages and almost 50 classes. My task is to understand the application (with poor documentation and no test cases). The application seem to have several ...
0
votes
1answer
39 views

How to prevent debugger from stepping into Object class code in Eclipse when developing with Scala?

In my file file.scala, I have the following line: `file.scala` > shapes.foreach({ shape => ... When I start to debug it using Eclipse 3.7, scala plug-in version 2.1.0mp3, I press ...
-4
votes
0answers
20 views

Proper procedure to debug any web application in Eclipse Indigo with shortcuts [closed]

I want to know, what is the proper procedure to debug any web application in eclipse indigo with shortcuts?
1
vote
1answer
60 views

Debugging a Spring MVC application running on Tomcat

I am asking the correct way of debugging a Dynamic Web Application in Eclipse. I have two sort of files: the view: jsp the controller: Spring Controller When I changed a jsp file, whether in debug ...
0
votes
1answer
25 views

how to “debug as maven test” in eclipse (sts)

I have written test cases in JUnit and they are executing fine when I use run as - maven test. But although I put debug points and select debug as - maven test, debugging does not work. I use ...
0
votes
2answers
17 views

Eclipse debugger stops working randomly

I have been working on a project that requires rigorous debugging at each step and I notice that my debugger just randomly stops working from time to time and does not respond to any of the ...
0
votes
0answers
12 views

How can I setup and debug Swift in Eclipse?

I am new to OpenStack and now I just wanna get a deeper look in the swift component.I have got the latest version of Swift-master from github.I am using Ubuntu12.04 + Eclipse + Pydev.Now I have no ...
0
votes
0answers
40 views

eclipse debugging shows source files with wrong line numbers

when I click F3 and drill down into a method definition, eclipse goes into a dependency jar. ----- first question: where did it get the source file? I don't see the jars containing actual source ...
1
vote
5answers
41 views

Meaning of crossed out breakpoint in Eclipse [duplicate]

what is the meaning of this break point icon? Why is it crossed out?
0
votes
0answers
19 views

Eclipse ADT: Impossibly weird boolean behavior

I'm having trouble changing variable values while at a breakpoint in debug mode. As a test, I have a simple loop with a boolean that gets toggled every pass: booleanTest = !booleanTest; Works ...
0
votes
1answer
24 views

How to debug a plugin in Eclipse - i.e. a Java project without a Main method

I am currently trying to modify the behavior of an existing open-source plug-in for Eclipse. I'm trying to understand how the plugin works. To do so, I opened it in "Debug" mode as an Eclipse ...
0
votes
0answers
44 views

Properly debugging Android source code in Eclipse

Eclipse Juno 4.2 Targetting API 17 Debugging on Galaxy S3 (API 16) I know that starting from API 14, the SDK Manager lets you download the Android source code. I've added ...
-1
votes
2answers
60 views

[ANDROID][ECLIPSE]error: Error parsing XML: duplicate attribute [closed]

Line 14 gives me the duplicate error. Line 16 gives me "Element type "application" must be followed by either attribute specifications, ">" or "/>".". This happened when I was in the Manifest setting ...
-1
votes
0answers
46 views

Eclipse IDE Remote Debug Failed to connect to Remote VM . Connection Timed out

I am using Eclipse Helios IDE . I have created a Web Application named Ravi in it . I am using Tomcat 7 as server which i started from command prompt by executing startup.sh script . I wanted to ...
0
votes
2answers
99 views

Windows 7 Android AVD emulator crashes on launch

I have installed the latest version of ADT (Android Developer Tools Build: v21.1.0-569685) and eclipse 3.8. I followed the instructions ...
0
votes
0answers
16 views

Why isn't my Jasclipse Jasmine Disassembler Debugger, CupOfJoe.dll, working?

I am using Jasclipse (outdated Java Jasmine assembly software) on Eclipse Europa (the old version from 2007) on an outdated Java software development kit 1.5 update 3. The old compiler and SDK match ...
1
vote
0answers
15 views

Eclipse Indigo mark occurrence not shown for current line while debugging

I customized the mark occurrence in my Eclipse Indigo (3.7.2) instance. While debugging, the current line highlighting overlays it, as shown in line 3. Can this be customized? I still would like to ...
0
votes
0answers
48 views

Finding PID of a process which is being debugged with eclipse

I want to find a PID of a process which is being debugged with eclipse, while it is being debugged. I want to use some c plus plus code that does not have any relation with the debugged process. For ...
2
votes
1answer
95 views

Debugging a compiled Groovy script in Eclipse

I'm trying to debug a Groovy script in Eclipse from a JUnit test. The Groovy code is part of a larger Java application that runs in Tomcat. For various reasons our system is set up to use compiled ...
0
votes
0answers
33 views

Eclipse Perl CGI debugging

I have an existing web application, written in Perl, running on Apache HTTP 2.2 server. I'm using Eclipse and Windows Server 2008. I'm trying to setup Perl-cgi debug configuration. Here is my folders ...
0
votes
0answers
12 views

How to setup a xdebug session throught Eclipse in a facebook app?

Currently developping a "classic" in-facebook app. Here is my setup : Developping machine : Win7 using Eclipse PDT. Files are on remote server. Access on local lan 192.x.x.10 Server machine : ...
0
votes
0answers
50 views

Logging in to the Eclipse Log4J2 or Logback

Sorry for the stupid questions, but I can not understand how to make it possible to work: Eclipse Juno + Selenium + Log4j2 or Logback I need to output the logs of the automated tests in the ...
0
votes
0answers
38 views

some breakpoints not hit when remote debugging java(Hive UDAF)

I'm remote debugging Hive UDAF in eclipse, so I put breakpoints on every function in UDAF code. When I run query in hive, breakpoint in eclipse on init function got hit multiple times, so definitely ...
1
vote
2answers
186 views

xdebug, eclipse, centos, remote debugging - unable to stop at breakpoints

dev machine mac laptop, 10.8.3 eclipse, Juno SR2 php pdt 3.1.2.2012 remote machine parallels, vm, CentOS 6.3 php 5.4.14 xdebug /etc/php.ini file [xdebug] ...
1
vote
1answer
135 views

Eclipse Juno CDT: Incompatibility with C++11 and debugging issues

Facing variety of issues with the latest Eclipse Juno in Ubuntu 12.04, after switching from Indigo. I have set below flags in: Project -> Properties -> C/C++ Build -> Settings -> Tool Settings -> ...
-1
votes
2answers
51 views

Eclipse with ADK - I cannot see my device [closed]

I'm developing for an Android ViewSonic VSD220 all-in-one. Eclipse won't find my device when I look for it in the debuggeable devices screen, I only have the Virtual Device option. -USB-Debugging ...
2
votes
1answer
48 views

How to Find out if Eclipse is running in debug mode

There are a lot of question/answers about how to detect from the code if Eclipse is running in debug mode; but I can't find any source the describes how the user can find out if Eclipse is running in ...
-1
votes
2answers
59 views

Eclipse Debug , change variable value on BigDecimal

How to provide a BigDecimal value while debugging in eclipse in Variables section? Eg: BigDecimal bd = new BigDecimal(21); if(bd.equals(new BigDecimal(20))) { .. } I have set the break point on if ...
-1
votes
1answer
52 views

Eclipse/Android: App is freezing without LogCat information [closed]

My app is freezing on a point I can't locate. There are no LogCat informations (and in Eclipse the LogCat disappear after freezing so I can't post it) - the app just don't answer anymore. This problem ...
0
votes
1answer
30 views

My phone restarts when I connect it to the notebook

I try to debug android aplication in my phone.. I have already installed Eclipse, I run tests on AVD smoothly and now I want to debug in my phone, but, when I connect it to the notebook for USB port, ...
2
votes
2answers
63 views

Debuggin single lines in Scala

A single of code can achieve a lot in Scala. def -(that: Nat) = if (that.isZero) this else throw new Error("negative number") However, it is difficult to debug. Any tips?
0
votes
0answers
40 views

Catching exceptions from all threads?

Recently I used a Task in one of my programs. Basically one can say that the code included in the Task is executed in another thread. An exception was thrown in that thread, however I never noticed ...
2
votes
3answers
63 views

Trace code execution?

One of my programs is stopping at some position (no exception, also seems not to be crashed), but I don't know that position. Instead of setting up a breakpoint (which means you already need to know ...
0
votes
0answers
30 views

python interactive console in debugger is not “interactive”

I am running Pydev 2.7.3 with Eclipse 1.5. I'm trying to use the interactive console with the debugger (i.e. what I would like to do is insert a breakpoint in a file, run the file up to that ...
2
votes
1answer
52 views

Eclipse Break on Standard Error Output

Using the eclipse debugger, is it possible to break whenever something is printed to the Standard Error Output (e.g. System.err.println("error"))? I need this because I have a program that prints ...
0
votes
0answers
25 views

Debug.dumpHprofData doesn't appear to work

I have an app that appears to be behaving strangely with memory. It starts off taking up 10-11MB. If I go back and forward to its other activity about 5 times, it slowly creeps up to 13MB (note, I ...
2
votes
1answer
71 views

How use DEBUG with Eclipse + GlassFish 3?

This is a thing that I really don't understand why doesn't work sometimes and sometimes it does. And this is freaking me out! I need help with it, please. I have Eclipse Juno Java EE x86_64 with ...
0
votes
0answers
20 views

Eclipse running “CacheLineSize”?

Whenever I try to run my Java program it doesn't run at all. Nothing was starting up, and even when I tried to output text into my console as the first statement, it was still blank. At the top of the ...

1 2 3 4 5 27