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 132062 - AE after debugging with breakpoint (type: method, stop on: return)
Summary: AE after debugging with breakpoint (type: method, stop on: return)
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Ondrej Brejla
URL: http://bugs.xdebug.org/bug_view_page....
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-04 14:04 UTC by rmatous
Modified: 2011-08-08 07:49 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 rmatous 2008-04-04 14:04:18 UTC
java.lang.AssertionError
	at org.netbeans.modules.php.dbgp.packets.BaseMessageChildElement.getInt(BaseMessageChildElement.java:84)
	at org.netbeans.modules.php.dbgp.packets.Input.getLine(Input.java:78)
	at org.netbeans.modules.php.dbgp.packets.StackGetResponse.annotateStackTrace(StackGetResponse.java:158)
	at org.netbeans.modules.php.dbgp.packets.StackGetResponse.process(StackGetResponse.java:87)
	at org.netbeans.modules.php.dbgp.DebugSession.handleMessage(DebugSession.java:284)
	at org.netbeans.modules.php.dbgp.DebugSession.receiveData(DebugSession.java:259)
	at org.netbeans.modules.php.dbgp.DebugSession.sendCommands(DebugSession.java:235)
	at org.netbeans.modules.php.dbgp.DebugSession.run(DebugSession.java:95)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 rmatous 2008-07-28 14:25:07 UTC
Fixed by disabling part of the functionality which was unreliable anyway because of bug in xdebug:
http://hg.netbeans.org/main/rev/1ef847f63d17

#13062 AE after debugging with breakpoint (type: method, stop on: return); break on exit from stack for function name
disabled because of bug in xdebug; break on entry into new stack for function name works fine

As a result of this fix is impossible to put break on exit from stack for function name
Comment 2 rmatous 2008-07-29 06:05:30 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #352 build
Changeset: http://hg.netbeans.org/main/rev/1ef847f63d17
User: Radek Matous <rmatous@netbeans.org>
Log: #13062 AE after debugging with breakpoint (type: method, stop on: return); break on exit from stack for function
name disabled because of bug in xdebug; break on entry into new stack for function name works fine
Comment 3 Filip Zamboj 2010-09-15 12:25:27 UTC
batch reassigning