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 121930 - [DBG] debugger doesn't marked line where it stopped
Summary: [DBG] debugger doesn't marked line where it stopped
Status: VERIFIED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-14 18:07 UTC by Ivan Sidorkin
Modified: 2007-12-07 16:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screen shot (19.99 KB, image/png)
2007-11-16 09:00 UTC, Ivan Sidorkin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Sidorkin 2007-11-14 18:07:15 UTC
debugger doesn't marked line where it stopped
Comment 1 Ivan Sidorkin 2007-11-15 17:03:02 UTC
reproduced only with index.php
in other php files works fine
Comment 2 Denis Anisimov 2007-11-16 08:05:42 UTC
Please provide EXACT steps to reproduce.
index.php has no preference to any other file.
I just checked that all works fine.

index.php could relate to this situation ONLY when debug is called for project but not
for file.
You should describe exactly what you are doing to get describe effect.
Comment 3 Ivan Sidorkin 2007-11-16 08:59:36 UTC
- start IDE with empty user dir
- create php project 
- set web server
- edit index.php to
<HTML>
<BODY>
<?php
    print "test";
?>
</BODY>
</HTML>
- set breakpoint to line "print "test";"
- save changes
- upload project files
- in context menu for project select Debug Project
- according to breakpoints window debugger stopped at breakpoint

but line where debugger stopped not marked

it not reproduced if I run Debug Project on file
Comment 4 Ivan Sidorkin 2007-11-16 09:00:55 UTC
Created attachment 53097 [details]
screen shot
Comment 5 Denis Anisimov 2007-11-16 10:21:36 UTC
Ok, I'm able to reproduce with this scenario.
Comment 6 Denis Anisimov 2007-11-16 10:45:52 UTC
    Checking in php/debugger/src/org/netbeans/modules/php/dbgp/api/SessionId.java;
    /cvs/scripting/php/debugger/src/org/netbeans/modules/php/dbgp/api/SessionId.java,v  <--  SessionId.java
    new revision: 1.11; previous revision: 1.10
    done
Comment 7 Ivan Sidorkin 2007-11-23 13:46:28 UTC
verified