Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Xtext, debug and method calls
Xtext, debug and method calls [message #1002284] Fri, 18 January 2013 10:08 Go to next message
Tommaso De Sica is currently offline Tommaso De SicaFriend
Messages: 131
Registered: March 2012
Location: Italy
Senior Member

Goodmorning,
week is finally going to end for everyone Smile

I'm debugging my dsl but I see that method calls are skipped. So I've followed this tutorial Tutorial and I've created a scope for my calls.

Now, if I want to enter into a call I had to use F5 (step into), but this sometimes cause ClassNotFound Exception (probably due to XBase expressions). Can't use F6 (step over) because it skip calls. So, what can I do?

Very thank you,
best regards.
Re: Xtext, debug and method calls [message #1002328 is a reply to message #1002284] Fri, 18 January 2013 12:09 Go to previous messageGo to next message
Sebastian Zarnekow is currently offline Sebastian ZarnekowFriend
Messages: 3118
Registered: July 2009
Senior Member
Am 18.01.13 11:08, schrieb Tommaso De Sica:
> Goodmorning,
> week is finally going to end for everyone :)
> I'm debugging my dsl but I see that method calls are skipped. So I've
> followed this tutorial http://www.rcp-vision.com/?p=4089 and I've
> created a scope for my calls.
>
> Now, if I want to enter into a call I had to use F5 (step into), but
> this sometimes cause ClassNotFound Exception (probably due to XBase
> expressions). Can't use F6 (step over) because it skip calls. So, what
> can I do?
>
> Very thank you,
> best regards.

Please file a ticket with the stacktrace attached.

Regards,
Sebastian
--
Looking for professional support for Xtext, Xtend or Eclipse Modeling?
Go visit: http://xtext.itemis.com
Re: Xtext, debug and method calls [message #1002355 is a reply to message #1002328] Fri, 18 January 2013 12:56 Go to previous messageGo to next message
Tommaso De Sica is currently offline Tommaso De SicaFriend
Messages: 131
Registered: March 2012
Location: Italy
Senior Member

Here are:
qualifiedName.ProgramName at localhost:52284	
	Thread [main] (Suspended)	
		owns: Launcher$ExtClassLoader  (id=308)	
		owns: Launcher$AppClassLoader  (id=309)	
		ClassNotFoundException(Throwable).<init>(String, Throwable) line: 217	
		ClassNotFoundException(Exception).<init>(String, Throwable) line: not available	
		ClassNotFoundException.<init>(String) line: not available	
		URLClassLoader$1.run() line: not available	
		AccessController.doPrivileged(PrivilegedExceptionAction<T>, AccessControlContext) line: not available [native method]	
		Launcher$ExtClassLoader(URLClassLoader).findClass(String) line: not available	
		Launcher$ExtClassLoader.findClass(String) line: not available	
		Launcher$ExtClassLoader(ClassLoader).loadClass(String, boolean) line: not available	
		Launcher$AppClassLoader(ClassLoader).loadClass(String, boolean) line: not available	
		Launcher$AppClassLoader.loadClass(String, boolean) line: not available	
		Launcher$AppClassLoader(ClassLoader).loadClass(String) line: not available	
		agdfsgfd.prog line: 7	
		agdfsgfd.prog line: not available	
Re: Xtext, debug and method calls [message #1003666 is a reply to message #1002355] Mon, 21 January 2013 18:27 Go to previous message
Tommaso De Sica is currently offline Tommaso De SicaFriend
Messages: 131
Registered: March 2012
Location: Italy
Senior Member

I really need to esclude Xbase classes from my debugger, is it possibile?

[Updated on: Mon, 21 January 2013 18:28]

Report message to a moderator

Previous Topic:Image path for PluginImageHelper
Next Topic:Use formatter while programmatically changing a document
Goto Forum:
  


Current Time: Thu Apr 25 12:46:50 GMT 2024

Powered by FUDForum. Page generated in 0.03985 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top