[Red5] Having Problem with Red5 while Debugging

Dominick Accattato daccattato at gmail.com
Fri Feb 15 13:48:22 PST 2008


Sounds like you might have compiled your classes in non-debug mode.   
Anyway, can you move your custom app out of the webapps directory and  
then try debugging one of the sample apps?  Does that also complain?

<javac sourcepath="" srcdir="${src.dir}" destdir="${dest.dir}"  
classpathref="project.classpath"
			 optimize="${build.optimize}" verbose="${build.verbose}" fork="$ 
{build.fork}" nowarn="${build.nowarn}"
			 deprecation="${build.deprecation}" debug="${debug.state}"  
compiler="${compiler}"
			 source="${java.target_version}" target="${java.target_version}"  
memoryMaximumSize="${memory.maximum}"
			 excludes="${std_excludes}" listfiles="false"/>

On Feb 15, 2008, at 9:09 AM, laysz wrote:

>
> Hi,
>
>  I have the same problem.  When I run debug remotely or just debug  
> through
> standalone.java and try to set break points on my webapps handler,
> myapp.java it gets stuck whenever it uses a class that was imported  
> from a
> package.  My erorr is "The source attachment does not contain the  
> source for
> the file HashVector.class" and any other class that was imported.   
> It just
> seems to me that the debugger does not know where to look for the  
> imported
> packages.
>
>  If I do not set break points and let the app run by itself, it works
> perfectly.  If anyone has any insight on this, thanks in advance.
>
> Laysz
>
>
> hbraval wrote:
>>
>> Hi all,
>> I have source of Red5 0.6.3. I am trying to observe it under Eclipse.
>> Problem is that when i run it, it is compiled and run successfully.  
>> But
>> when I try to Debug it, it shows me error something like as below:
>>
>> "The source attachment does not contain the source for the file
>> Throwable.class"
>> This class file belong to java.lang package. I am newbie to Eclipse
>> environment but have basic idea of java. I don't understand how  
>> could it
>> run if it is not allowing to debug as not getting some java  
>> packages at
>> debugging time.
>>
>> If anybody has had idea about this then please help me out.It would  
>> be
>> great help to me. Any suggestion is highly appreciated.
>>
>> Regards,
>> Hemang
>>
>
> -- 
> View this message in context: http://www.nabble.com/Having-Problem-with-Red5-while-Debugging-tp13828390p15501674.html
> Sent from the Red5 - English mailing list archive at Nabble.com.
>
>
> _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/red5_osflash.org/attachments/20080215/f7ea64ad/attachment.html 


More information about the Red5 mailing list