This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 99513 - Increase debug time for CDC SDKs
Summary: Increase debug time for CDC SDKs
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: CDC pack (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: luky
URL:
Keywords: RELNOTE
Depends on:
Blocks:
 
Reported: 2007-03-30 11:04 UTC by Lukas Hasik
Modified: 2007-04-26 15:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2007-03-30 11:04:38 UTC
070328

-the debugger time outs for Nokia S80 SDK when you start the emulator first
time. The startup time is long therefore the debugger time outs.
-increase of the debug time for CDC could help.
Comment 1 luky 2007-04-04 09:54:28 UTC
Fixed by making initial delay configurable. Default initial delay is 5s. Now 
you can to your project or private properties property debug.delay which 
specifies time to wait before we try to connect ot debugger. Time is in 
miliseconds.

So in your property file you should put:
debug.delay=20000

This should be documented and part of relnotes/new&noteworthy
Comment 2 luky 2007-04-04 09:55:53 UTC
milestone set
Comment 3 luky 2007-04-04 09:58:29 UTC
And the same property will work for cldc debugger as well
Comment 4 Lukas Hasik 2007-04-04 10:03:28 UTC
could you modify the FAQ? -
http://wiki.netbeans.org/wiki/view/FaqJ2MEIncreaseDebuggerTimeout
Comment 5 Lukas Hasik 2007-04-26 15:47:37 UTC
v