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 240648 - Space in project path or jar name breaks debugging with Nokia
Summary: Space in project path or jar name breaks debugging with Nokia
Status: NEW
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P4 normal with 1 vote (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-18 19:41 UTC by nigredo.tori
Modified: 2014-01-21 08:05 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 nigredo.tori 2014-01-18 19:41:28 UTC
Had this issue for a while, but have only found the cause today;

While developing applications with Netbeans and Nokia SDK for Java 2.0, Nokia Asha SDK 1.0 and 1.1, Netbeans won't apply breakpoints if your full path to your jar contains spaces, with debugger console saying:

Not able to submit breakpoint LineBreakpoint Midlet.java : 17, reason: No executable location available at line 17 in class mobileapplication1.Midlet.
Invalid LineBreakpoint Midlet.java : 17

Steps to reproduce:
-Windows 7, Netbeans 7.4, mobility plugin, any of aforementioned sdk;
-Create new "Java ME/Mobile Application" project with main package and executable class, setting any of the sdk as target platform. Make sure path contains space character (e.g. "C:\Mobile Application\");
-Add 'System.out.println("foo");' to startApp method of Midlet class, set breakpoint at this line;
-Debug your project
Comment 1 alexander.burdukov 2014-01-20 23:00:08 UTC
Does not relate to ME SDk integartion. Component field is cleared for correct assignment.