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 200984 - The debug function does not work with the classic simulator bundled in JC3.0.4-Beta dev kit.
Summary: The debug function does not work with the classic simulator bundled in JC3.0...
Status: NEW
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 6.x
Hardware: PC Windows XP x64
: P3 normal (vote)
Assignee: onkentes
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-16 05:12 UTC by ejs
Modified: 2012-08-01 08:41 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 ejs 2011-08-16 05:12:24 UTC
I could not debug my built program with the default device of the classic simulator  bundled in JC3.0.4-Beta dev kit.
In fact, the "Debug Proxy <-> Emulator Port" is set to 7023 in my environment but the spawned cjcre.exe for the default device seems listening to 7019 for accepting a connection from the proxy because the cjcre.exe seem spawned without -debugport option then the default7019 seems taken for debugging port between the proxy and cjcre.exe. This might be a bug.
Comment 1 kari.okamoto 2011-08-31 21:46:04 UTC
This problem also occurs for me sometimes when adding additional Java Card platforms.  In my case, both the "Debug Proxy <-> Emulator Port" and the "IDE <-> Debug Proxy Port" fields are initialized with values greater than the default values which should be 7019 and 7020, respectively.
Comment 2 J Bachorik 2012-08-01 08:41:58 UTC
changing owner