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 190966 - Can't start debugger
Summary: Can't start debugger
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: PC Linux
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-13 07:51 UTC by soldatov
Modified: 2010-10-15 09:52 UTC (History)
1 user (show)

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 soldatov 2010-10-13 07:51:12 UTC
Scenario:
- Create Welcome project
- Push "Step into"
===> "Unknown problems duringstartup. Terminating debug session." window appeared

And exception in log:

INFO [gdb.logger]: GdbDebugger.startDebugger: Exception during start: 
java.lang.NullPointerException
	at org.netbeans.modules.cnd.api.remote.RemoteSyncSupport.getPathMap(RemoteSyncSupport.java:89)
[catch] at org.netbeans.modules.cnd.debugger.gdb.GdbDebugger.startDebugger(GdbDebugger.java:276)
	at org.netbeans.modules.cnd.debugger.gdb.actions.StartActionProvider.doAction(StartActionProvider.java:89)
	at org.netbeans.modules.cnd.debugger.gdb.actions.StartActionProvider$1.run(StartActionProvider.java:134)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1960)
WARNING [gdb.logger]: Unknown problems during startup. Terminating debug session.
Comment 1 Vladimir Kvashin 2010-10-13 16:13:43 UTC
Fixed in cnd-main
http://hg.netbeans.org/cnd-main?cmd=changeset;node=110d29e33489
Comment 2 Alexander Pepin 2010-10-14 13:29:10 UTC
It's also reproducible in M2 after the latest showstopper fix so it should be also considered as a showstopper for M2.
Comment 3 Alexander Pepin 2010-10-14 13:29:29 UTC
verified in M2 dev build.
Comment 4 Quality Engineering 2010-10-15 02:57:28 UTC
Integrated into 'main-golden', will be available in build *201010150000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f3415c357a48
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #190966 -  Can't start debugger