Slashdot Mirror


User: Manannon

Manannon's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:This is very cool on Ext3cow Versioning File System Released For 2.6 · · Score: 1

    I remember my freshman year code - I'm quite happy it was deleted :o)

  2. Re:Hurd on On Plug-ins and Extensible Architectures · · Score: 5, Informative

    Adding
    -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=800 0,suspend=n

    to the java command when you run the app you want to debug allows Eclipse (& others) to attach on port 8000 (of course you can choose any unused port number)

    If you want to debug an applet while it's running in a browser, you can specify the same arguments in the applet control panel.