Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Making Eclipse work for a Nokia 12 simulation

Anyone who does Nokia 12 successfully employed Eclipse for the purpose of
emulation/simulation?

Berns
----- Original Message ----- 
From: <eclipse-dev-request@xxxxxxxxxxx>
To: <eclipse-dev@xxxxxxxxxxx>
Sent: Friday, August 27, 2004 8:00 AM
Subject: eclipse-dev digest, Vol 1 #1246 - 5 msgs


> Send eclipse-dev mailing list submissions to
> eclipse-dev@xxxxxxxxxxx
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://dev.eclipse.org/mailman/listinfo/eclipse-dev
> or, via email, send a message with subject or body 'help' to
> eclipse-dev-request@xxxxxxxxxxx
>
> You can reach the person managing the list at
> eclipse-dev-admin@xxxxxxxxxxx
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of eclipse-dev digest..."
>
>
> Today's Topics:
>
>    1. Debugger question Eclipse (Sako!)
>    2. Re: Debugger question Eclipse (Darin Wright)
>    3. Re: Debugger question Eclipse (Sako!)
>    4. RE: Debugger question Eclipse (Kroeni Daniel)
>    5. [OT] Path to eclipse developer (Miguel Griffa)
>
> --__--__--
>
> Message: 1
> From: "Sako!" <webobjects@xxxxxxxxxxxxx>
> To: "eclipse" <eclipse-dev@xxxxxxxxxxx>
> Date: Fri, 27 Aug 2004 10:10:49 +0200
> Subject: [eclipse-dev] Debugger question Eclipse
> Reply-To: eclipse-dev@xxxxxxxxxxx
>
> This is a multi-part message in MIME format.
>
> ------=_NextPart_000_0005_01C48C1E.209FAF20
> Content-Type: text/plain;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> hi, i try to checkout the Debugger in Eclipse=20
> http://www-106.ibm.com/developerworks/opensource/library/os-ecbug/
>
> in the site it tells about  Conditional breakpoints .
>
> i have this code snuppit.
> ---------------------------------------
>         int s;
>         for (int i =3D 0; i < 10; i++)
>         {
>             s =3D i;
>             System.out.println("i " + i);       =20
>         }
> ---------------------------------------
>
> how can i make the debugger stops when s =3D 3 for example?
>
> regards.
>
> Sako.
> ------=_NextPart_000_0005_01C48C1E.209FAF20
> Content-Type: text/html;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META http-equiv=3DContent-Type content=3D"text/html; =
> charset=3Diso-8859-1">
> <META content=3D"MSHTML 6.00.2800.1458" name=3DGENERATOR>
> <STYLE></STYLE>
> </HEAD>
> <BODY bgColor=3D#ffffff>
> <DIV><FONT face=3DArial size=3D2>hi, i try to checkout the Debugger in =
> Eclipse=20
> </FONT></DIV>
> <DIV><FONT face=3DArial size=3D2><A=20
> href=3D"http://www-106.ibm.com/developerworks/opensource/library/os-ecbug=
> /">http://www-106.ibm.com/developerworks/opensource/library/os-ecbug/</A>=
> </FONT></DIV>
> <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>in the site it tells =
> about&nbsp;<!--StartFragment --><FONT face=3D"Times New Roman" size=3D3> =
> </FONT><A=20
> name=3DN100DA><SPAN class=3Datitle3><FONT face=3D"Times New Roman" =
> size=3D3>Conditional=20
> breakpoints</FONT></SPAN></A><FONT face=3D"Times New Roman" size=3D3> =
> <FONT=20
> face=3DArial size=3D2>.</FONT></FONT></FONT></DIV>
> <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>i have this code snuppit.</FONT></DIV>
> <DIV><FONT face=3DArial=20
> size=3D2>---------------------------------------</FONT></DIV>
> <DIV><FONT face=3DArial =
> size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int=20
> s;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for (int i =3D 0; i =
> &lt; 10;=20
> i++)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
> {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
> s =3D=20
> i;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
>
> System.out.println("i " + i);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</FONT></DIV>
> <DIV><FONT face=3DArial=20
> size=3D2>---------------------------------------</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>how can i make the debugger stops when =
> s =3D 3 for=20
> example?</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>regards.</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>Sako.</FONT></DIV></BODY></HTML>
>
> ------=_NextPart_000_0005_01C48C1E.209FAF20--
>
>
> --__--__--
>
> Message: 2
> To: eclipse-dev@xxxxxxxxxxx
> Subject: Re: [eclipse-dev] Debugger question Eclipse
> From: Darin Wright <Darin_Wright@xxxxxxxxxx>
> Date: Fri, 27 Aug 2004 08:53:56 -0500
> Reply-To: eclipse-dev@xxxxxxxxxxx
>
> > hi, i try to checkout the Debugger in Eclipse
> > http://www-106.ibm.com/developerworks/opensource/library/os-ecbug/
> >
> > in the site it tells about  Conditional breakpoints .
> >
> > i have this code snuppit.
> > ---------------------------------------
> >         int s;
> >         for (int i = 0; i < 10; i++)
> >         {
> >             s = i;
> >             System.out.println("i " + i);
> >         }
> > ---------------------------------------
> >
> > how can i make the debugger stops when s = 3 for example?
> >
>
> This sort of question should be posted on the jdt newsgroup, rather than
> this mailing list.
>
> However, you can set the condition fo a line breakpoint in the properites
> dialog (right click on the breakpoint, and select "Properties").
>
> Darin
>
> --__--__--
>
> Message: 3
> From: "Sako!" <webobjects@xxxxxxxxxxxxx>
> To: <eclipse-dev@xxxxxxxxxxx>
> Subject: Re: [eclipse-dev] Debugger question Eclipse
> Date: Fri, 27 Aug 2004 16:02:59 +0200
> Reply-To: eclipse-dev@xxxxxxxxxxx
>
> good, i know i have to write in there. but how to write it??
>
> s=3 didnt work !!
>
>
> ----- Original Message ----- 
> From: "Darin Wright" <Darin_Wright@xxxxxxxxxx>
> To: <eclipse-dev@xxxxxxxxxxx>
> Sent: Friday, August 27, 2004 3:53 PM
> Subject: Re: [eclipse-dev] Debugger question Eclipse
>
>
> > > hi, i try to checkout the Debugger in Eclipse
> > > http://www-106.ibm.com/developerworks/opensource/library/os-ecbug/
> > >
> > > in the site it tells about  Conditional breakpoints .
> > >
> > > i have this code snuppit.
> > > ---------------------------------------
> > >         int s;
> > >         for (int i = 0; i < 10; i++)
> > >         {
> > >             s = i;
> > >             System.out.println("i " + i);
> > >         }
> > > ---------------------------------------
> > >
> > > how can i make the debugger stops when s = 3 for example?
> > >
> >
> > This sort of question should be posted on the jdt newsgroup, rather than
> > this mailing list.
> >
> > However, you can set the condition fo a line breakpoint in the
properites
> > dialog (right click on the breakpoint, and select "Properties").
> >
> > Darin
> > _______________________________________________
> > eclipse-dev mailing list
> > eclipse-dev@xxxxxxxxxxx
> > To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> > http://dev.eclipse.org/mailman/listinfo/eclipse-dev
> >
>
>
> --__--__--
>
> Message: 4
> Subject: RE: [eclipse-dev] Debugger question Eclipse
> Date: Fri, 27 Aug 2004 16:19:13 +0200
> From: "Kroeni Daniel" <Daniel.Kroeni@xxxxxxxxxx>
> To: <eclipse-dev@xxxxxxxxxxx>
> Reply-To: eclipse-dev@xxxxxxxxxxx
>
> please try s =3D=3D 3 and do not spam this list.=20
>
> -----Original Message-----
> From: Sako! [mailto:webobjects@xxxxxxxxxxxxx]=20
> Sent: Freitag, 27. August 2004 16:03
> To: eclipse-dev@xxxxxxxxxxx
> Subject: Re: [eclipse-dev] Debugger question Eclipse
>
>
> good, i know i have to write in there. but how to write it??
>
> s=3D3 didnt work !!
>
>
> ----- Original Message -----=20
> From: "Darin Wright" <Darin_Wright@xxxxxxxxxx>
> To: <eclipse-dev@xxxxxxxxxxx>
> Sent: Friday, August 27, 2004 3:53 PM
> Subject: Re: [eclipse-dev] Debugger question Eclipse
>
>
> > > hi, i try to checkout the Debugger in Eclipse=20
> > > http://www-106.ibm.com/developerworks/opensource/library/os-ecbug/
> > >
> > > in the site it tells about  Conditional breakpoints .
> > >
> > > i have this code snuppit.
> > > ---------------------------------------
> > >         int s;
> > >         for (int i =3D 0; i < 10; i++)
> > >         {
> > >             s =3D i;
> > >             System.out.println("i " + i);
> > >         }
> > > ---------------------------------------
> > >
> > > how can i make the debugger stops when s =3D 3 for example?
> > >
> >
> > This sort of question should be posted on the jdt newsgroup, rather=20
> > than this mailing list.
> >
> > However, you can set the condition fo a line breakpoint in the=20
> > properites dialog (right click on the breakpoint, and select=20
> > "Properties").
> >
> > Darin
> > _______________________________________________
> > eclipse-dev mailing list
> > eclipse-dev@xxxxxxxxxxx
> > To change your delivery options, retrieve your password, or=20
> > unsubscribe
> from this list, visit
> > http://dev.eclipse.org/mailman/listinfo/eclipse-dev
> >
>
> _______________________________________________
> eclipse-dev mailing list
> eclipse-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> http://dev.eclipse.org/mailman/listinfo/eclipse-dev
>
> --__--__--
>
> Message: 5
> Date: Fri, 27 Aug 2004 08:53:12 -0300
> From: Miguel Griffa <mgriffa@xxxxxxxxxxxxx>
> To: eclipse-dev@xxxxxxxxxxx
> Subject: [eclipse-dev] [OT] Path to eclipse developer
> Reply-To: eclipse-dev@xxxxxxxxxxx
>
> Hi!
>     Sorry for this off-topic, but certainly seems the right place to
> ask, please, answer me privately to avoid noise in the list.
> I'd like to know any advice or idea on how to become an eclipse
> developer, I don't mean write plugins, I already do that, I mean more
> being contracted by big blue to work on this. I understand it's quite
> difficult, since I already do that for free (write eclipse plugins).
> Becomingg more envolved with core plugins is a matter of time I don't
> have now. So basically my question is: is it totally ideallistic from me
> to hope getting paid to develop for the eclipse platform? Is there
> anything I can do beyond the ovious (develop plugins, submit patches in
> bugzilla)?
> Thanks in advance
>
>
> --__--__--
>
> _______________________________________________
> eclipse-dev mailing list
> eclipse-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
> http://dev.eclipse.org/mailman/listinfo/eclipse-dev
>
>
> End of eclipse-dev Digest
>



Back to the top