Re: [Visualperl-discuss] Breakpoint
by Eric Promislow other posts by this author
Mar 24 2004 5:50PM messages near this date
view in the new Beta List Site
[Visualperl-discuss] Breakpoint
|
[Visualperl-discuss] Visual Perl breakpoint conditions
Are you using 'require' or 'use' to load the modules? There's
a current limitation that doesn't handle 'require' correctly.
Logged in bug http://bugs.activestate.com/show_bug.cgi?id=20730
However, breakpoints in modules loaded with a 'use' stmt should
work. Would you be able to supply code samples if this isn't
the case?
- Eric
On Wed, Mar 24, 2004 at 04:00:26PM +0100, SvenÅke Andersson wrote:
> I'm using Visual Studio 2003 together with ActiveState Visual Perl 1.8.1,
> Build 2827
>
> When I set a breakpoint in the active project file all is OK. If I set the
> breakpoint in any of my module files (.pm) nothing happends. If I
> single-step I end up in the correct module file. Anyone know any setting I
> must set to make this work?
>
> /SåA
>
> _________________________________________________________________
> STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
> http://join.msn.com/?page=features/junkmail
>
> _______________________________________________
> VisualPerl-discuss mailing list
> VisualPerl-discuss@[...].com
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
_______________________________________________
VisualPerl-discuss mailing list
VisualPerl-discuss@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
SvenÅke Andersson
Eric Promislow
|