AndreKR / xdebugclient

Automatically exported from code.google.com/p/xdebugclient
0 stars 0 forks source link

Debug starts on wrong line #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run XDebugClient. Start listening
1. Run a PHP5 script with xdebug 2 pointed at xdc
2. Accept the connection, "ask the debugger to retrieve the source file"
3. Program appears to do nothing, so press F5 to start debugging

What is the expected output? What do you see instead?

I expect the program to start with the first line of the program
highlighted. However, it seems to jump straight into a function much
further down the line.

What version of the product are you using? On what operating system?

1.0 beta 3 on XP SP2

Please provide any additional information below.

I don't mind providing the source code for the script that causes this,
although it seems to happen with all of the scripts I've tested it with.

Jon

Original issue reported on code.google.com by jonnyinc...@gmail.com on 7 Sep 2007 at 11:58

GoogleCodeExporter commented 9 years ago
It breaks at the first break point or notice, if configured to do so.

Original comment by andrerdn...@googlemail.com on 23 Apr 2009 at 4:15