No breakpoints are hit, when I debug my vb.net application with MonoRemoteDebugger. The IDE says: no symbols are loaded. Is this application only working with c# code?
Steps to recreate
Create a vb.net application with one window and a button that shows a messagebox.
set a breakpoint.
Current behavior
breakpoint is not hit. IDE says not symbols are loaded.
Installed product versions
Description
No breakpoints are hit, when I debug my vb.net application with MonoRemoteDebugger. The IDE says: no symbols are loaded. Is this application only working with c# code?
Steps to recreate
Create a vb.net application with one window and a button that shows a messagebox. set a breakpoint.
Current behavior
breakpoint is not hit. IDE says not symbols are loaded.
Expected behavior
Breakpoint is hit.