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

Summary: Increase debug time for CDC SDKs
Product: javame Reporter: Lukas Hasik <lhasik>
Component: CDC packAssignee: luky <luky>
Status: VERIFIED FIXED    
Severity: blocker Keywords: RELNOTE
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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