Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8645389
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T12:32:21+00:00 2026-06-12T12:32:21+00:00

How do I disable ‘ Just My Code ‘ in Visual Basic 2005 Express?

  • 0

How do I disable ‘Just My Code‘ in Visual Basic 2005 Express?

It is supposed to be in menu Tools -> Options -> Debugging -> Enable Just My Code, but I can’t find it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T12:32:22+00:00Added an answer on June 12, 2026 at 12:32 pm

    This option is not available in Visual Studio itself for most Express editions (it is in Visual C# 2010 Express, though). For instance, in Visual Studio 2008 the options dialog is:

    Options dialog for Visual Studio 2008

    But in the Express edition, Visual Basic 2005 Express, “Debugging” is not available – only 4 of the 12 are:

    Options dialog for Visual Studio 2008

    However, the ‘Just My Code’ setting can be changed through the settings file, CurrentSettings.vssettings:

    1. Open the settings file for Visual Basic Express 2005, CurrentSettings.vssettings (see below)
    2. Change the value of JustMyCode from “1” to “0” – replace <PropertyValue name="JustMyCode">1</PropertyValue> with <PropertyValue name="JustMyCode">0</PropertyValue>.
    3. Save the file, but under a different name, like JustMyCodeOff_CurrentSettings.vssettings.
    4. Open Visual Basic 2005 Express.
    5. Open menu Tools -> Import and Export Settings -> Import selected environment settings (the middle option) -> Next.
    6. Choose “No, just import new settings, overwriting my current” -> Next (as we already have a backup copy in the old file that we didn’t touch).
    7. Press Browse to the new settings file, for example, JustMyCodeOff_CurrentSettings.vssettings.
    8. Press Next and Finish.

    Note that the line in the settings file containing “Just My Code” is extremely long, more than 200,000 characters, and not all text editors are able to handle it. The safe option may be to use a hex editor to change “1” to “0”.

    A common location of CurrentSettings.vssettings is:

    C:\Documents and Settings\SomeUser\My Documents\Visual Studio 2005\Settings\VB Express\CurrentSettings.vssettings
    

    Other settings for the debugger are:

    • ConfirmDeleteAllBreakpoints
    • StopAllProcesses
    • StopOnExceptionCrossingManagedBoundary
    • EnableAddressLevelDebugging
    • ShowDisassemblyWhenNoSource
    • EnableBreakpointConstraints
    • UseExceptionHelper
    • AutoUnwindOnException
    • JustMyCode
    • ShowNonPublicMembers
    • WarnIfNoUserCodeOnLaunch
    • AllowImplicitFuncEval
    • AllowToString
    • UseSourceServer
    • ShowSourceServerDiagnostics
    • AlwaysColorMarkerText
    • UseDocumentChecksum
    • OutputToImmediate
    • ShowRawStructures
    • DisableJITOptimization
    • ShowNoSymbolsDialog
    • HexDisplay
    • HexInput
    • AddUnmappedBreakpointAtMappedLocation
    • StepIntoOnRestart
    • ENCEnable
    • ENCApplyChangesOnContinue
    • ENCWelcome
    • ENCStaleCodeWarning
    • ENCPrecompile
    • ENCRelink
    • NOENCAllowEdits
    • NOENCIgnore
    • NOENCRebuild
    • ConfirmFoundFiles
    • DisasmLineNumbers
    • ModulesShowAll
    • UseCodeSense
    • DisasmFields
    • CallStackViewOptions
    • ShowExternalCode
    • SourceStepUnit
    • DisasmStepUnit
    • CrossThreadCallStack
    • SaveRemoteDumps
    • LongEvalTimeout
    • NormalEvalTimeout
    • QuickwatchTimeout
    • DataTipTimeout
    • AutosReturnValsTimeout
    • AutosRegistersTimeout
    • LocalsTimeout
    • RegistersTimeout
    • AddressExpressionTimeout
    • ScriptDocsTimeout
    • ImmediateWindowTimeout
    • SetValueTimeout
    • ShowNonprintableCharsAsGlyphs
    • ShowSystemProcesses
    • ShowProcessesFromAllSessions
    • EnhancedDataTips
    • UserSpecifiedEngines
    • OutputOnException
    • OutputOnModuleLoad
    • OutputOnModuleUnload
    • OutputOnModuleSymbolSearch
    • OutputOnProcessDestroy
    • OutputOnThreadDestroy
    • OutputOnOutputDebugString
    • OutputOnDebuggerMessage
    • VariableWindowIcons
    • DisableAttachSecurityWarning
    • LoadDllExports
    • NativeRPC
    • AllowSideEffectEval
    • EnableWatchTipBar
    • AutoLoadFromSymbolPath
    • LoadSymbolsWhenSettingsChanged
    • OneClickEdit
    • OfferArrayExpansion
    • VariableWindowPromptOnLargeExpansion
    • VariableWindowMaxSupportedChildren
    • PromptToAddSourceToIgnoreList
    • SourceServerExtractToDirectory
    • DefaultTracepointMessage
    • ProgramToDebugPath
    • AttachToProcessDefaultEngineList
    • SecureSourceLocalDirectory
    • SymbolPath
    • SymbolPathState
    • SymbolCacheDir
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I disable/enable an action item (represented with an icon, not in the overflow menu)
How can I enable/disable programmatically capabilities in a metro app, i.e. capabilities settings defined
Is it possible to disable or enable subgrid based on the selected value when
I am trying to disable the system keyboard shortcuts with following code: #import AppDelegate.h
i want disable statusbar in activity, i have use below code, it happen SecurityException,
I am able to disable Bluetooth using Bluetooth API`s Disable method .but my requirement
I have tried to disable and enable the focusing of edittext box depend on
How do I disable a GWT RichTextArea widget not to do drag-resizing? I just
I disable the new Folder button using the following code: public void disableNewFolderButton( Container
Is it possible to disable CompareValidator / RequiredFieldValidator from code behind in VB.net? I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.