|
next
|
 Subject: Re: Question on feature Stylus Studio Author: Luca Chiesa Date: 08 Nov 2001 03:36 AM
|
Hi,
I have again problems to debug java classes
If I start debugging from a stylesheet is OK but when start debugging from
a java class.
I set a breakpoint in the code and then I start debugging but Stylus
Studio make nothing and
it doesn't signal errors.
I use jdk1.3 and the last version of Stylus Studio
For the help context instead now is OK
Thanks for the help
Luca
stylus-studio-tech Listmanager wrote:
> From: "Ivan Pedruzzi"
>
> Hi Luca, I could imagine that we could talk Genovese, but I will stick
> with my poor English
>
> 1) You can't compile an entire project yet
> 2) For debugging a Java class you need to open the source and press F5
> ("Go" in the debug toolbar)
> 3) JSP Debugging is tricky, you need to configure the JSP engine in
> debug mode (using JPDA), then Studio can "Attach" to an external JVM
> using host name and port. You can find more details in the Tomcat
> documentation
> 4) To use the contex help you simply need to add the javadoc directory
> to the Stylus setting
> Tools -> Options -> Application Settings -> Java Virtual Machine ->
> Class Path
>
> Hope this help
>
>
> Ivan Pedruzzi
> eXcelon Corporation
> http://www.stylusstudio.com
>
> > -----Original Message-----
> > From: stylus-studio-tech Listmanager [mailto:listmanager]
> > Sent: Wednesday, November 07, 2001 5:42 AM
> > To: Recipients of 'stylus-studio-tech' suppressed
> > Subject: Question on feature Stylus Studio
> >
> >
> > From: "Luca Chiesa"
> >
> > Hello,
> > I think to use Stylus Studio as IDE to develop application
> > with java, jsp, stylesheet and excelon.
> >
> > 1) Is it possible to compile the entire project in a single step?
> >
> > 2) Is it possible to debug java as start point. I'm able only
> > to debug java invoked by a stylesheet.
> >
> > 3)Is it possible to debug jsp?
> >
> > 4) There is a help context?. I wish see the javadoc
> > documentation when I don't know how to use a class of a
> > package excelon or java
> >
> > Thanks for the help
> >
> > Luca Chiesa
> >
> >
> >
> > To reply: mailto:stylus-studio-tech.4028@edn.exceloncorp.com
> > To start a new topic: mailto:stylus-studio-tech@edn.exceloncorp.com
> > To login: http://edn.exceloncorp.com/~SSDN
> >
> >
>
> To reply: mailto:stylus-studio-tech.4029@edn.exceloncorp.com
> To start a new topic: mailto:stylus-studio-tech@edn.exceloncorp.com
> To login: http://edn.exceloncorp.com/~SSDN
|
next
|
 Subject: RE: Question on feature Stylus Studio Author: Ivan Pedruzzi Date: 08 Nov 2001 09:55 AM
|
What version of Studio are you running?
Is your compiled class in the class path?
If you enable the JDWP log (Tools->Options->Plugin
Settings->Java->Debugger) what do you see in the Output Window?
Ivan Pedruzzi
eXcelon Corporation
http://www.stylusstudio.com
> -----Original Message-----
> From: stylus-studio-tech Listmanager [mailto:listmanager]
> Sent: Thursday, November 08, 2001 3:44 AM
> To: Recipients of 'stylus-studio-tech' suppressed
> Subject: Re: Question on feature Stylus Studio
>
>
> From: Luca Chiesa
>
> Hi,
> I have again problems to debug java classes
> If I start debugging from a stylesheet is OK but when start
> debugging from a java class. I set a breakpoint in the code
> and then I start debugging but Stylus Studio make nothing and
> it doesn't signal errors.
>
> I use jdk1.3 and the last version of Stylus Studio
>
> For the help context instead now is OK
>
> Thanks for the help
>
> Luca
>
>
> stylus-studio-tech Listmanager wrote:
>
> > From: "Ivan Pedruzzi"
> >
> > Hi Luca, I could imagine that we could talk Genovese, but I
> will stick
> > with my poor English
> >
> > 1) You can't compile an entire project yet
> > 2) For debugging a Java class you need to open the source
> and press F5
> > ("Go" in the debug toolbar)
> > 3) JSP Debugging is tricky, you need to configure the JSP engine in
> > debug mode (using JPDA), then Studio can "Attach" to an
> external JVM
> > using host name and port. You can find more details in the Tomcat
> > documentation
> > 4) To use the contex help you simply need to add the
> javadoc directory
> > to the Stylus setting Tools -> Options -> Application Settings ->
> > Java Virtual Machine -> Class Path
> >
> > Hope this help
> >
> >
> > Ivan Pedruzzi
> > eXcelon Corporation
> > http://www.stylusstudio.com
> >
> > > -----Original Message-----
> > > From: stylus-studio-tech Listmanager [mailto:listmanager]
> > > Sent: Wednesday, November 07, 2001 5:42 AM
> > > To: Recipients of 'stylus-studio-tech' suppressed
> > > Subject: Question on feature Stylus Studio
> > >
> > >
> > > From: "Luca Chiesa"
> > >
> > > Hello,
> > > I think to use Stylus Studio as IDE to develop application with
> > > java, jsp, stylesheet and excelon.
> > >
> > > 1) Is it possible to compile the entire project in a single step?
> > >
> > > 2) Is it possible to debug java as start point. I'm able only to
> > > debug java invoked by a stylesheet.
> > >
> > > 3)Is it possible to debug jsp?
> > >
> > > 4) There is a help context?. I wish see the javadoc documentation
> > > when I don't know how to use a class of a package excelon or java
> > >
> > > Thanks for the help
> > >
> > > Luca Chiesa
> > >
> > >
> > >
> > > To reply: mailto:stylus-studio-tech.4028@edn.exceloncorp.com
> > > To start a new topic:
> mailto:stylus-studio-tech@edn.exceloncorp.com
> > > To login:
> http://edn.exceloncorp.com/~SSDN
> > >
> > >
> >
> > To reply: mailto:stylus-studio-tech.4029@edn.exceloncorp.com
> > To start a new topic: mailto:stylus-studio-tech@edn.exceloncorp.com
> > To login: http://edn.exceloncorp.com/~SSDN
>
>
>
> To reply: mailto:stylus-studio-tech.4030@edn.exceloncorp.com
> To start a new topic: mailto:stylus-studio-tech@edn.exceloncorp.com
> To login: http://edn.exceloncorp.com/~SSDN
>
>
|
next
|
 Subject: Re: Question on feature Stylus Studio Author: Luca Chiesa Date: 08 Nov 2001 11:13 AM
|
Hi,
My stylus studio version is 3.1 build 066d
The classpath is OK
If I enable JDWP log, I see nothing
I don't know if I must manually attach JVM
However, If I click on attach JVM, I obtain the message
"The attempt to connect was rejected."
But in the Java->Debugger option, how do I fill the source path with ?
Thanks for the help
> Ivan Pedruzzi
> eXcelon Corporation
> http://www.stylusstudio.com
>
> > -----Original Message-----
> > From: stylus-studio-tech Listmanager [mailto:listmanager]
> > Sent: Thursday, November 08, 2001 3:44 AM
> > To: Recipients of 'stylus-studio-tech' suppressed
> > Subject: Re: Question on feature Stylus Studio
> >
> >
> > From: Luca Chiesa
> >
> > Hi,
> > I have again problems to debug java classes
> > If I start debugging from a stylesheet is OK but when start
> > debugging from a java class. I set a breakpoint in the code
> > and then I start debugging but Stylus Studio make nothing and
> > it doesn't signal errors.
> >
> > I use jdk1.3 and the last version of Stylus Studio
> >
> > For the help context instead now is OK
> >
> > Thanks for the help
> >
> > Luca
> >
> >
> > stylus-studio-tech Listmanager wrote:
> >
> > > From: "Ivan Pedruzzi"
> > >
> > > Hi Luca, I could imagine that we could talk Genovese, but I
> > will stick
> > > with my poor English
> > >
> > > 1) You can't compile an entire project yet
> > > 2) For debugging a Java class you need to open the source
> > and press F5
> > > ("Go" in the debug toolbar)
> > > 3) JSP Debugging is tricky, you need to configure the JSP engine in
> > > debug mode (using JPDA), then Studio can "Attach" to an
> > external JVM
> > > using host name and port. You can find more details in the Tomcat
> > > documentation
> > > 4) To use the contex help you simply need to add the
> > javadoc directory
> > > to the Stylus setting Tools -> Options -> Application Settings ->
> > > Java Virtual Machine -> Class Path
> > >
> > > Hope this help
> > >
> > >
> > > Ivan Pedruzzi
> > > eXcelon Corporation
> > > http://www.stylusstudio.com
> > >
> > > > -----Original Message-----
> > > > From: stylus-studio-tech Listmanager [mailto:listmanager]
> > > > Sent: Wednesday, November 07, 2001 5:42 AM
> > > > To: Recipients of 'stylus-studio-tech' suppressed
> > > > Subject: Question on feature Stylus Studio
> > > >
> > > >
> > > > From: "Luca Chiesa"
> > > >
> > > > Hello,
> > > > I think to use Stylus Studio as IDE to develop application with
> > > > java, jsp, stylesheet and excelon.
> > > >
> > > > 1) Is it possible to compile the entire project in a single step?
> > > >
> > > > 2) Is it possible to debug java as start point. I'm able only to
> > > > debug java invoked by a stylesheet.
> > > >
> > > > 3)Is it possible to debug jsp?
> > > >
> > > > 4) There is a help context?. I wish see the javadoc documentation
> > > > when I don't know how to use a class of a package excelon or java
> > > >
> > > > Thanks for the help
> > > >
> > > > Luca Chiesa
> > > >
> > > >
> > > >
> > > > To reply: mailto:stylus-studio-tech.4028@edn.exceloncorp.com
> > > > To start a new topic:
> > mailto:stylus-studio-tech@edn.exceloncorp.com
> > > > To login:
> > http://edn.exceloncorp.com/~SSDN
> > > >
> > > >
> > >
> > > To reply: mailto:stylus-studio-tech.4029@edn.exceloncorp.com
> > > To start a new topic: mailto:stylus-studio-tech@edn.exceloncorp.com
> > > To login: http://edn.exceloncorp.com/~SSDN
> >
> >
> >
> > To reply: mailto:stylus-studio-tech.4030@edn.exceloncorp.com
> > To start a new topic: mailto:stylus-studio-tech@edn.exceloncorp.com
> > To login: http://edn.exceloncorp.com/~SSDN
> >
> >
>
> To reply: mailto:stylus-studio-tech.4033@edn.exceloncorp.com
> To start a new topic: mailto:stylus-studio-tech@edn.exceloncorp.com
> To login: http://edn.exceloncorp.com/~SSDN
|
|
|
|