Author Topic: windbg command line parameter /f modified to \f  (Read 8064 times)

hcs

  • Junior Community Member
  • Posts: 3
  • Hero Points: 0
windbg command line parameter /f modified to \f
« on: March 15, 2011, 11:46:47 PM »
I am debugging some C code in slickedit using windbg and while providing the command line argument through the slickedit command "vcproj_debug_options", the command line argument that i provide in "executable name" has an argument "/f" that is always being read in as "\f". Not sure why. Can someone help me out ?

hcs

Lee

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1299
  • Hero Points: 130
Re: windbg command line parameter /f modified to \f
« Reply #1 on: March 16, 2011, 01:13:41 PM »
Looks like there is an issue with how the command-line is being processed there.  I will file a defect and issue a hotfix for it later today.

hcs

  • Junior Community Member
  • Posts: 3
  • Hero Points: 0
Re: windbg command line parameter /f modified to \f
« Reply #2 on: March 16, 2011, 05:15:23 PM »
Thanks for the quick response.

hcs

  • Junior Community Member
  • Posts: 3
  • Hero Points: 0
Re: windbg command line parameter /f modified to \f
« Reply #3 on: March 17, 2011, 04:47:07 PM »
Is the hotfix ready ? How can i get it ?

Lee

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1299
  • Hero Points: 130
Re: windbg command line parameter /f modified to \f
« Reply #4 on: March 17, 2011, 08:23:12 PM »