Issue #6984 has been updated by Ben Hughes. Category set to plumbing Status changed from Unreviewed to Needs Decision Assignee set to Nigel Kersten Priority changed from Normal to Low
So Dan raises a valid issue. This will make it harder to debug in the future. Do we want to do something a) about that? b) now? If not, then Dan's happy for this to be logged somewhere so we're aware of it, but realise it's never gonna get done. ---------------------------------------- Bug #6984: string action invocation cannot be chased with a debugger https://projects.puppetlabs.com/issues/6984 Author: Dan Bode Status: Needs Decision Priority: Low Assignee: Nigel Kersten Category: plumbing Target version: Affected Puppet version: Keywords: Branch: when trying to run a debugger on an action invocation, I get the following error. <pre> (@types_interface.search('*') || []).select do |resource| (rdb:1) s /usr/local/dev/puppet-interfaces/lib/puppet/string/action.rb+eval:80 (rdb:1) list *** No sourcefile available for /usr/local/dev/puppet-interfaces/lib/puppet/string/action.rb+eval </pre> The debugger will not follow the code into when_invoked (its possible that I am doing something wrong) -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
