How can I attach to a _local_ process via JBuilder Foundation?
The docs say that remote debugging is not included in the Foundation
version. However, the docs don't say anything about attaching to a
local process. The only place I see to attach to a process is on the
Remote page of the New Runtime Configuration dialog, but that is of
course disabled.
Any other way to attach?
Thanks,
Scott Metzger
> How can I attach to a local process via JBuilder Foundation?
>
> The docs say that remote debugging is not included in the Foundation
> version. However, the docs don't say anything about attaching to a
> local process. The only place I see to attach to a process is on the
> Remote page of the New Runtime Configuration dialog, but that is of
> course disabled.
>
> Any other way to attach?
Local is just a special case of remote (i.e. the host name is
localhost), and so you won't be able to debug a local application any
more than you could debug a truly remote one with JBuilder Foundation.
--
Kevin Dean [TeamB]
Dolphin Data Development Ltd.
http://www.datadevelopment.com/
NEW WHITEPAPERS
Team Development with JBuilder and Borland Enterprise Server
Securing Borland Enterprise Server
http://www.datadevelopment.com/papers/index.html
Please see Borland's newsgroup guidelines at
http://info.borland.com/newsgroups/guide.html
Thanks. Unfortunately that makes it very difficult to fully evaluate
JBuilder.
> Thanks. Unfortunately that makes it very difficult to fully evaluate
> JBuilder.
Why is it that you can't launch the program from within JBuilder itself?
Then you should download the Developer or Enterprise Trial, which will
give you 30 days of full function for evaluation.
http://www.borland.com/products/downloads/download_jbuilder.html
--
Regards,
Lori Olson [TeamB]
------------
Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.
Google Advanced Newsgroup Search
http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
http://www.visi.com/~gyles19/fom-serve/cache/1.html
Thanks, when I get the chance I think I'll give that a try.
We develop software to integrate with CAD systems. Our general design is...
CAD System-->Our C++ layer-->Our Java layer