pydev-users Mailing List for PyDev for Eclipse (Page 201)
Brought to you by:
fabioz
You can subscribe to this list here.
2004 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
(1) |
Mar
(2) |
Apr
(1) |
May
|
Jun
(2) |
Jul
(2) |
Aug
(4) |
Sep
(3) |
Oct
(1) |
Nov
(2) |
Dec
|
2006 |
Jan
(2) |
Feb
(4) |
Mar
(1) |
Apr
(49) |
May
(123) |
Jun
(162) |
Jul
(96) |
Aug
(59) |
Sep
(69) |
Oct
(73) |
Nov
(71) |
Dec
(29) |
2007 |
Jan
(68) |
Feb
(97) |
Mar
(170) |
Apr
(86) |
May
(78) |
Jun
(62) |
Jul
(114) |
Aug
(71) |
Sep
(145) |
Oct
(107) |
Nov
(43) |
Dec
(41) |
2008 |
Jan
(46) |
Feb
(66) |
Mar
(70) |
Apr
(91) |
May
(119) |
Jun
(104) |
Jul
(92) |
Aug
(83) |
Sep
(68) |
Oct
(146) |
Nov
(76) |
Dec
(70) |
2009 |
Jan
(114) |
Feb
(101) |
Mar
(153) |
Apr
(203) |
May
(85) |
Jun
(100) |
Jul
(109) |
Aug
(93) |
Sep
(48) |
Oct
(2) |
Nov
(1) |
Dec
(15) |
2010 |
Jan
(9) |
Feb
(12) |
Mar
(25) |
Apr
(61) |
May
(107) |
Jun
(75) |
Jul
(76) |
Aug
(91) |
Sep
(100) |
Oct
(46) |
Nov
(47) |
Dec
(28) |
2011 |
Jan
(105) |
Feb
(88) |
Mar
(82) |
Apr
(45) |
May
(46) |
Jun
(76) |
Jul
(73) |
Aug
(77) |
Sep
(53) |
Oct
(65) |
Nov
(58) |
Dec
(57) |
2012 |
Jan
(53) |
Feb
(19) |
Mar
(4) |
Apr
(9) |
May
(2) |
Jun
(3) |
Jul
(1) |
Aug
(3) |
Sep
(3) |
Oct
(4) |
Nov
(1) |
Dec
(12) |
2013 |
Jan
(6) |
Feb
(2) |
Mar
(3) |
Apr
|
May
(2) |
Jun
(8) |
Jul
(2) |
Aug
|
Sep
(1) |
Oct
|
Nov
(2) |
Dec
(2) |
2014 |
Jan
(4) |
Feb
|
Mar
(1) |
Apr
|
May
(3) |
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(4) |
Oct
(1) |
Nov
(3) |
Dec
(2) |
2015 |
Jan
(1) |
Feb
(3) |
Mar
|
Apr
(2) |
May
(4) |
Jun
(1) |
Jul
(5) |
Aug
(12) |
Sep
|
Oct
(1) |
Nov
|
Dec
(15) |
2016 |
Jan
(16) |
Feb
(7) |
Mar
|
Apr
|
May
(3) |
Jun
(8) |
Jul
|
Aug
(2) |
Sep
|
Oct
(1) |
Nov
(5) |
Dec
|
2017 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(3) |
Oct
|
Nov
(2) |
Dec
|
2018 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
2019 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
2021 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2024 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2006-10-30 21:03:20
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3988477 By: jard1234 The exact same application runs fine in "release" mode, either from the command line or from within Eclipse/PyDev. But when invoked with the debugger all I can see is "pydev debugger" and the debug view shows "terminated, exit value 144". Setting the pydevd_trace = 2 in the pydevd_comm.py I got a little more but useless messages: pydev debugger Executing file /(removed)/workspace/dui/dui.py arguments:['/(removed)/workspace/dui/dui.py', '-f', '~/data-template-files/cheader.cio', '-t', '~/data-template-files/cheader.dui', '-c', '~/temp'] Connecting to localhost:10674 Connected. sending cmd 103 2 <xml><thread name="pydevd.reader" id="-1"/></xml> sending cmd 103 4 <xml><thread name="pydevd.writer" id="-1"/></xml> received command 501 1 1.0 received command 111 3 /(removed)/workspace/dui/inputdialog.py 267 None received command 111 5 /(removed)/workspace/dui/duiconfig.py 704 None sending cmd 501 1 1.0 received command 101 7 I am running on Linux SUSE10.0, Eclipse 3.2 and PyDev 1.2.4. I searched my code for "import *" and I have no one. I do have some "from xxxx import yyyyyyy" My application is quite long as of today, it is a wxPython-based application and so far is running OK. I need to track down a nasty bug and now it's the time I need the debugger desperately. Thanks for your help, ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-10-29 17:06:44
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3986061 By: fabioz Have you already checked the wicked shell plugin: http://sourceforge.net/projects/wickedshell It seems it should be able to do what you want... Otherwise, you can create run configurations with the Eclipse external tools launching (and bind those configurations to some keybinding). Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-10-28 22:16:12
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3985456 By: sqad How do i configure the paster tool within the PyDev eclipse perspective? I'd ultimately like to run the commands within the IDE: eg. paster create --template=pylons QuickWiki paster serve --reload development.ini etc., I'll be working using pylons obviously, but I don't see any documentation on this. Anyone know? Thanks, sqad ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-10-28 20:17:54
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3985372 By: fabioz Actually, now, taking a better look, that bug should be closed... Have you tried removing your interpreter and adding it again to see if updates the things for django correctly (and automatically)? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-10-22 22:28:27
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3975409 By: kisge Hello, I created 2 patches for PyDev: 1. Add a "Default Interpreter" option to the launch configuration settings. This makes it possible to share launch configurations among developers: https://sourceforge.net/tracker/index.php?func=detail&aid=1582551&group_id=8 5796 2. Store pydev project parameters in the project itself. This makes it possible to include these settings (PYTHONPATH and Python Version) in version control systems. https://sourceforge.net/tracker/index.php?func=detail&aid=1582557&group_id=8 5796 Please consider these patches for inclusion. I also created 2 small changes in the releng build xml files: https://sourceforge.net/tracker/index.php?func=detail&aid=1582560&group_id=85796 (Upgrade Retroweaver task) https://sourceforge.net/tracker/index.php?func=detail&aid=1582561&group_id=85796 (forceContextQualifier support) Best Regards, Gergely ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-10-20 22:49:01
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3973553 By: fabioz Well, I've taken a look at that, and the problem seems to be that psyco 'drops' the frames from a thread and creates a new set of frames -- just by importing it (and the debugger is still attached to the old set of frames). Please report that as a bug. Now, you can have a little better structure instead of commenting out your code -- something like having a module that imports psyco: file: mypsyco.py if RELEASE: from psyco import * else: ... do your own wrappers for the functions that you use from psyco an no-ops. This way you could just pass a parameter to set that RELEASE flag... Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-10-20 20:15:25
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3973404 By: knovak The variables all say "cannot resolve variable" after I import psyco. This is before I actually tell psyco to compile anything. I execute this in the debugger: b=100 import psyco print b with breakpoints before & after the import. Any ideas how to get around this? I want psyco in my released code but am tired of commenting out each psyco import to debug. Thanks Kim ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-10-19 21:31:35
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3972059 By: mkearney I see that the error file accumulates. The latest showing the error records: !ENTRY org.eclipse.ui 4 4 2006-10-19 13:29:31.937 !MESSAGE Plugin com.skwash, extension org.eclipse.ui.newWizards Required attribute 'class' not defined !SESSION 2006-10-19 15:45:08.062 ----------------------------------------------- eclipse.buildId=M20060629-1905 java.version=1.5.0_06 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 !ENTRY org.python.pydev 4 4 2006-10-19 16:59:33.390 !MESSAGE Terminating: No debugger in target when resuming. !STACK 1 org.eclipse.core.runtime.CoreException: Terminating: No debugger in target when resuming. at org.python.pydev.plugin.PydevPlugin.log(PydevPlugin.java:384) at org.python.pydev.debug.model.PyThread.resume(PyThread.java:121) at org.python.pydev.debug.model.PyStackFrame.resume(PyStackFrame.java:234) at org.eclipse.debug.internal.ui.actions.context.SuspendResumeAdapter$4.run(Sus pendResumeAdapter.java:92) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) org.eclipse.core.runtime.CoreException[4]: java.lang.RuntimeException: Terminating: No debugger in target when resuming. at org.python.pydev.plugin.PydevPlugin.log(PydevPlugin.java:383) at org.python.pydev.debug.model.PyThread.resume(PyThread.java:121) at org.python.pydev.debug.model.PyStackFrame.resume(PyStackFrame.java:234) at org.eclipse.debug.internal.ui.actions.context.SuspendResumeAdapter$4.run(Sus pendResumeAdapter.java:92) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) !SUBENTRY 1 org.python.pydev 4 4 2006-10-19 16:59:33.390 !MESSAGE Terminating: No debugger in target when resuming. !STACK 0 java.lang.RuntimeException: Terminating: No debugger in target when resuming. at org.python.pydev.plugin.PydevPlugin.log(PydevPlugin.java:383) at org.python.pydev.debug.model.PyThread.resume(PyThread.java:121) at org.python.pydev.debug.model.PyStackFrame.resume(PyStackFrame.java:234) at org.eclipse.debug.internal.ui.actions.context.SuspendResumeAdapter$4.run(Sus pendResumeAdapter.java:92) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) !ENTRY org.eclipse.core.jobs 4 2 2006-10-19 16:59:36.046 !MESSAGE An internal error occurred during: "stepOver". !STACK 0 java.lang.NullPointerException at org.python.pydev.debug.model.remote.AbstractDebuggerCommand.<init>(AbstractD ebuggerCommand.java:62) at org.python.pydev.debug.model.remote.StepCommand.<init>(StepCommand.java:21) at org.python.pydev.debug.model.PyThread.stepOver(PyThread.java:163) at org.python.pydev.debug.model.PyStackFrame.stepOver(PyStackFrame.java:214) at org.eclipse.debug.internal.ui.actions.context.StepAdapter$6.run(StepAdapter. java:146) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-10-19 12:47:40
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3971273 By: fabioz In the main tab you should have the project that contains that file and the main module (which is the absolute path to the file). However, if you just open an editor with the file you want to run and press F9 it should fill all that for you... Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-10-19 12:37:33
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3971261 By: kregelo I thing i just found the cause but no solution. Under "Debug/create manage and run configurations/Python Run" i can create a configuration for debugging. In the edit form for this configuration there is a tab "Arguments". Here i can enter the "Base directory" etc. But there is no possibility to enter the "location" (the file to execute) as there was in older Versions of PyDEV (i tried 0.9.3). So, where can i enter the location for run meaning the file to execute??? Any help or suggestions are really appreciated. T.K. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-10-19 12:07:59
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3971234 By: kregelo Ok one step forward ... PyDev is now registered correctly. It just works after clicking two times on enable. But i still cannot debug neither as root nor as user. There is still this error "Unable to get location for run" with no stack trace. All other errors are gone. What is this "location for run"? Any ideas ???? T.K. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-10-18 14:28:05
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3969492 By: surenreddy1 Eclipse SDK Version: 3.2.1 Build id: M20060921-0945 Plugin Details 1.2.4 My localhost tests also fail. As a precaution, I have added the port 5678 to my safe list of ports to avoid the firewall mess. Also, to avoid the pydevd* files not being found, I have added them to the site-packages to ensure they get found. I am past that problem. Mod_python error: "PythonHandler mptest" Traceback (most recent call last): File "C:\Python24\Lib\site-packages\mod_python\apache.py", line 299, in HandlerDispatch result = object(req) File "C:/Program Files/Apache Group/Apache2/htdocs/test/mptest.py", line 9, in handler import pydevd; pydevd.settrace() File "C:\Python24\lib\site-packages\pydevd.py", line 805, in settrace debugger.connect(host, 5678) File "C:\Python24\lib\site-packages\pydevd.py", line 200, in connect s = startClient(host, port) File "C:\Python24\lib\site-packages\pydevd_comm.py", line 251, in startClient sys.exit(1) SystemExit: 1 ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-10-18 11:24:04
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3969237 By: kregelo In the meantime i found something strange about plugins in general with my eclipse installation. The installed plugins (PyDEV and ShellEd) are not activated in /Help/Software Updates/Manage Configuration/Show Disabled Features. When i try to enable them there is an error "Unable to complete action for feature "PyDev for Eclipse" due to errors. [java.util.ConcurrentModificationException]" and on the console from which i started eclipse i see an error "*sys-package-mgr*: processing modified jar, '/usr/share/java/libgcj-4.0.2.jar' *sys-package-mgr*: can't write cache file for '/usr/share/java/libgcj-4.0.2.jar'". How can i check where sys-package-mgr writes cache files? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-10-18 07:30:24
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3968932 By: kregelo In the error log with the message "Unable to get location for run" the exeption stack trace says "An exception stack trace is not available." and the session data is "eclipse.buildId=M20060921-0945 java.fullversion=GNU libgcj 4.0.2 20051125 (Red Hat 4.0.2-8) BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=de_DE Command-line arguments: -os linux -ws gtk -arch x86 ". Is there any possibility to activate the stack trace for pydev manually? (i am just beginning with eclipse). Furthermore i have an error in between the "Unable to get location for run" errors with the message "No message gotten." which has an exeption stack trace "java.lang.NullPointerException at org.eclipse.core.internal.localstore.FileSystemResourceManager.allPathsForLoc ation(java.net.URI) (Unknown Source) at org.eclipse.core.internal.localstore.FileSystemResourceManager.allResourcesFo r(java.net.URI, boolean) (Unknown Source) at org.eclipse.core.internal.resources.WorkspaceRoot.findFilesForLocationURI(jav a.net.URI) (Unknown Source) at org.eclipse.core.internal.resources.WorkspaceRoot.findFilesForLocation(org.ec lipse.core.runtime.IPath) (Unknown Source) at org.python.pydev.plugin.PydevPlugin.getWorkspaceFile(java.io.File) (Unknown Source) at org.python.pydev.builder.pycremover.PycRemoverBuilderVisitor.treatPycFile(jav a.lang.String) (Unknown Source) at org.python.pydev.builder.pycremover.PycRemoverBuilderVisitor.visitRemovedReso urce(org.eclipse.core.resources.IResource, org.eclipse.jface.text.IDocument, org.eclipse.core.runtime.IProgressMonitor) (Unknown Source) at java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (/usr/lib/libgcj.so.6.0.0) at org.python.pydev.core.REF.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[]) (Unknown Source) at org.python.pydev.core.REF.invoke(java.lang.Object, java.lang.String, java.lang.Object[]) (Unknown Source) at org.python.pydev.builder.PydevGrouperVisitor.visitWith(java.lang.String, boolean, org.eclipse.core.resources.IResource, org.eclipse.jface.text.IDocument, org.eclipse.core.runtime.IProgressMonitor) (Unknown Source) at org.python.pydev.builder.PydevGrouperVisitor.visitRemovedResource(org.eclipse .core.resources.IResource, org.eclipse.jface.text.IDocument, org.eclipse.core.runtime.IProgressMonitor) (Unknown Source) at org.python.pydev.builder.PydevInternalResourceDeltaVisitor.chooseVisit(org.ec lipse.core.resources.IResourceDelta, org.eclipse.core.resources.IResource, boolean) (Unknown Source) at org.python.pydev.builder.PydevInternalResourceDeltaVisitor.visit(org.eclipse. core.resources.IResourceDelta) (Unknown Source) at org.eclipse.core.internal.events.ResourceDelta.accept(org.eclipse.core.resour ces.IResourceDeltaVisitor, int) (Unknown Source) at org.eclipse.core.internal.events.ResourceDelta.accept(org.eclipse.core.resour ces.IResourceDeltaVisitor, int) (Unknown Source) at org.eclipse.core.internal.events.ResourceDelta.accept(org.eclipse.core.resour ces.IResourceDeltaVisitor, int) (Unknown Source) at org.eclipse.core.internal.events.ResourceDelta.accept(org.eclipse.core.resour ces.IResourceDeltaVisitor) (Unknown Source) at org.python.pydev.builder.PyDevBuilder.build(int, java.util.Map, org.eclipse.core.runtime.IProgressMonitor) (Unknown Source) at org.eclipse.core.internal.events.BuildManager$2.run() (Unknown Source) at org.eclipse.core.runtime.SafeRunner.run(org.eclipse.core.runtime.ISafeRunnable) (Unknown Source) at org.eclipse.core.internal.events.BuildManager.basicBuild(int, org.eclipse.core.resources.IncrementalProjectBuilder, java.util.Map, org.eclipse.core.runtime.MultiStatus, org.eclipse.core.runtime.IProgressMonitor) (Unknown Source) at org.eclipse.core.internal.events.BuildManager.basicBuild(org.eclipse.core.res ources.IProject, int, org.eclipse.core.resources.ICommand[], org.eclipse.core.runtime.MultiStatus, org.eclipse.core.runtime.IProgressMonitor) (Unknown Source) at org.eclipse.core.internal.events.BuildManager$1.run() (Unknown Source) at org.eclipse.core.runtime.SafeRunner.run(org.eclipse.core.runtime.ISafeRunnable) (Unknown Source) ". ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-10-18 02:06:14
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3968699 By: mkearney Thanks, Next time it happens which should be Wednesday at the current frequency, I'll post what I find. -m ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-10-18 01:25:38
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3968660 By: fabioz Check http://pydev.sourceforge.net/faq.html#ref_0 for details on how to get to the error log. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-10-17 23:32:15
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3968577 By: mkearney Error log? That would be a good place to look. If by error log you mean the responses on the console, then all I see is "pydev debugger" followed by the arguments after that zilch... Should I be looking elsewhere? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-10-17 23:23:29
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3968571 By: mkearney More detail... The exact message is: "An internal error occurred during step over" Symptoms of the problem have already appeared though. I believe, the first symptom is that the window doesn't open to the point of the first breakpoint. This is why I try stepping and ultimately encounter the step over error. As an aside, I find that I often begin editing a source as soon as I see a problem that can be fixed. Only later do I have the presence of mind to terminate the running code. I probably shouldn't do that. However, I noticed several times today that I was able to run debug, edit, terminate, rerun debug without a problem. So at best that editing style is necessary but not sufficient to cause the error. Can pydev detect when a code is being changed and just terminate execution automatically? Other debuggers I have seen recently have a start option in debugging. This sets a breakpoint on the first line of execution, starts the debugger. Consequently, it stops immediately. But I found that to be useful data point. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-10-17 22:25:58
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3968522 By: fabioz Which pydev/eclipse version are you using? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-10-17 22:22:17
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3968516 By: fabioz But not the org. files? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-10-17 22:21:56
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3968515 By: fabioz Do you have something in your error log? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-10-17 22:20:33
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3968511 By: fabioz Do you have the stack-trace for it? (you can probably check that in the error log) ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-10-17 20:50:09
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3968414 By: kregelo Hi all, i just installed pydev 1.2.4 on eclipse 3.2 but i cannot debug. When i select debug or run i get an error "Unable to get location for run" and no console is launched. I first thought this to be a problem with PYTHONPATH. But in preferences for pydev everything seems to be ok. The interpreter and the corresponding libraries are given correctly. Any ideas or hints? Thanks in advance T.Kregelo ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-10-17 18:47:59
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3968272 By: mkearney When I use pydev and extensions w/ eclipse 3.2 on windows-xp. I keep encountering a pop-up saying an internal error has occurred. I restart eclipse to solve the problem right now. I suspect as a new user of both that I am hitting a key combination that hasn't seen much action so far. It happens when I use the debugger. It seems to be independent of the code I happen to be looking at; it has happened in unrelated modules. What can I do that might help someone isolate this problem? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-10-17 15:10:05
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3967688 By: samurai_mike2 Maybe I need a new eclipse. No luck regardless of the location of directories, etc.. he does mention the com. files in the install check... ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |